-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathalert-schema.html
873 lines (852 loc) · 52.2 KB
/
alert-schema.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Alert schema | Elastic Security Solution [8.18] | Elastic</title>
<meta class="elastic" name="content" content="Alert schema | Elastic Security Solution [8.18]">
<link rel="home" href="index.html" title="Elastic Security Solution [8.18]"/>
<link rel="up" href="security-ref-intro.html" title="Elastic Security fields and object schemas"/>
<link rel="prev" href="timeline-object-schema.html" title="Timeline schema"/>
<link rel="next" href="troubleshooting-ov.html" title="Troubleshooting"/>
<meta class="elastic" name="product_version" content="8.18"/>
<meta class="elastic" name="product_name" content="Security"/>
<meta class="elastic" name="website_area" content="documentation"/>
<meta name="DC.type" content="Learn/Docs/Security/Guide/8.18"/>
<meta name="DC.subject" content="Security"/>
<meta name="DC.identifier" content="8.18"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://cdn.optimizely.com/js/18132920325.js"></script>
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<meta name="apple-mobile-web-app-title" content="Elastic">
<meta name="application-name" content="Elastic">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta name="naver-site-verification" content="936882c1853b701b3cef3721758d80535413dbfd" />
<meta name="yandex-verification" content="d8a47e95d0972434" />
<meta name="localized" content="true" />
<meta name="st:robots" content="follow,index" />
<meta property="og:image" content="https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt280217a63b82a734/6202d3378b1f312528798412/elastic-logo.svg" />
<meta property="og:image:width" content="500" />
<meta property="og:image:height" content="172" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon-precomposed" sizes="64x64" href="/favicon_64x64_16bit.png">
<link rel="apple-touch-icon-precomposed" sizes="32x32" href="/favicon_32x32.png">
<link rel="apple-touch-icon-precomposed" sizes="16x16" href="/favicon_16x16.png">
<!-- Give IE8 a fighting chance -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="/guide/static/styles-v1.css" />
</head>
<!--© 2015-2025 Elasticsearch B.V. -->
<!-- All Elastic documentation is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. -->
<!-- http://creativecommons.org/licenses/by-nc-nd/4.0/ -->
<body>
<!-- Google Tag Manager -->
<script>dataLayer = [];</script><noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-58RLH5" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-58RLH5');</script>
<!-- End Google Tag Manager -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-12395217-16"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-12395217-16');
</script>
<!-- Google Tag Manager for GA4 -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-KNJMG2M');</script>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KNJMG2M" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager for GA4-->
<div id='elastic-nav' style="display:none;"></div>
<script src='https://www.elastic.co/elastic-nav.js'></script>
<div class="main-container">
<section id="content" >
<div class="content-wrapper">
<section id="guide" lang="en">
<div class="container-fluid">
<div class="row pb-3">
<div class="col-12 order-2 col-md-4 order-md-1 col-lg-3 h-almost-full-md sticky-top-md" id="left_col">
<!-- The TOC is appended here -->
</div>
<div class="col-12 order-1 col-md-8 order-md-2 col-lg-7 order-lg-2 guide-section" id="middle_col">
<!-- start body -->
<div class="navheader">
<span class="prev">
<a href="timeline-object-schema.html">« Timeline schema</a>
</span>
<span class="next">
<a href="troubleshooting-ov.html">Troubleshooting »</a>
</span>
</div>
<div class="book" lang="en">
<div class="titlepage">
<div class="breadcrumbs">
<span class="breadcrumb-link"><a href="/guide/">Elastic Docs</a></span>
<span class="chevron-right">›</span><span class="breadcrumb-link"><a href="index.html">Elastic Security Solution [8.18]</a></span>
<span class="chevron-right">›</span><span class="breadcrumb-link"><a href="security-ref-intro.html">Elastic Security fields and object schemas</a></span>
</div>
<div>
<div><h1 class="title"><a id="id-1"></a>Alert schema</h1><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/security-docs/edit/8.18/docs/reference/alert-schema.asciidoc">edit</a></div>
</div>
<!--EXTRA-->
</div>
<div id="content">
<div id="url-to-v3" class="version-warning">
A newer version is available. Check out the <a href="https://www.elastic.co/docs/reference/security/fields-and-object-schemas/alert-schema">latest documentation</a>.
</div>
<div class="chapter">
<div class="titlepage"><div><div>
<div class="position-relative"><h2 class="title"><a id="alert-schema"></a>Alert schema</h2><a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/security-docs/edit/8.18/docs/reference/alert-schema.asciidoc">edit</a></div>
</div></div></div>
<p>Elastic Security stores alerts that have been generated by detection rules in hidden Elasticsearch indices. In 8.x versions, the index pattern is <code class="literal">.alerts-security.alerts-<space-id-></code>. In 7.x versions, the index pattern was <code class="literal">.siem-signals-<space-id></code>, and some field names were different. The following table includes the current names and cross-references the legacy field names.</p>
<div class="note admon">
<div class="icon"></div>
<div class="admon_content">
<p>Users are advised NOT to use the <code class="literal">_source</code> field in alert documents, but rather to use the <code class="literal">fields</code> option in the search API to programmatically obtain the list of fields used in these documents. Learn more about <a href="/guide/en/elasticsearch/reference/8.18/search-fields.html" class="ulink" target="_top">retrieving selected fields from a search</a>.</p>
</div>
</div>
<div class="note admon">
<div class="icon"></div>
<div class="admon_content">
<p>The non-ECS fields listed below are beta and subject to change.</p>
</div>
</div>
<div class="informaltable">
<table border="1" cellpadding="4px">
<colgroup>
<col class="col_1"/>
<col class="col_2"/>
<col class="col_3"/>
</colgroup>
<thead>
<tr>
<th align="left" valign="top">7.x signal field</th>
<th align="left" valign="top">8.x alert field</th>
<th align="left" valign="top">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-base.html#field-timestamp" class="ulink" target="_top"><code class="literal">@timestamp</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">@timestamp</code></p></td>
<td align="left" valign="top"><p>ECS field, represents the time when the alert was created or most recently updated.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-base.html#field-message" class="ulink" target="_top"><code class="literal">message</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">message</code></p></td>
<td align="left" valign="top"><p>ECS field copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-base.html#field-tags" class="ulink" target="_top"><code class="literal">tags</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">tags</code></p></td>
<td align="left" valign="top"><p>ECS field copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-base.html#field-labels" class="ulink" target="_top"><code class="literal">labels</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">labels</code></p></td>
<td align="left" valign="top"><p>ECS field copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-ecs.html#field-ecs-version" class="ulink" target="_top"><code class="literal">ecs.version</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">ecs.version</code></p></td>
<td align="left" valign="top"><p>ECS mapping version of the alert.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-allowed-values-event-kind.html" class="ulink" target="_top"><code class="literal">event.kind</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">event.kind</code></p></td>
<td align="left" valign="top"><p>ECS field, always <code class="literal">signal</code> for alert documents.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-allowed-values-event-category.html" class="ulink" target="_top"><code class="literal">event.category</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">event.category</code></p></td>
<td align="left" valign="top"><p>ECS field, copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-allowed-values-event-type.html" class="ulink" target="_top"><code class="literal">event.type</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">event.type</code></p></td>
<td align="left" valign="top"><p>ECS field, copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-allowed-values-event-outcome.html" class="ulink" target="_top"><code class="literal">event.outcome</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">event.outcome</code></p></td>
<td align="left" valign="top"><p>ECS field, copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-agent.html" class="ulink" target="_top"><code class="literal">agent.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">agent.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">agent.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-client.html" class="ulink" target="_top"><code class="literal">client.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">client.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">client.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-cloud.html" class="ulink" target="_top"><code class="literal">cloud.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">cloud.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">cloud.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-container.html" class="ulink" target="_top"><code class="literal">container.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">container.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">container.* fields</code> copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-data_stream.html" class="ulink" target="_top"><code class="literal">data_stream.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">data_stream.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">data_stream.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p>
<p>NOTE: These fields may be constant keywords in the source documents, but are copied into the alert documents as keywords.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-destination.html" class="ulink" target="_top"><code class="literal">destination.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">destination.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">destination.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-dll.html" class="ulink" target="_top"><code class="literal">dll.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">dll.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">dll.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-dns.html" class="ulink" target="_top"><code class="literal">dns.*</code></a></p></td>
<td align="left" valign="top"><p>dns.*</p></td>
<td align="left" valign="top"><p>ECS <code class="literal">dns.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-error.html" class="ulink" target="_top"><code class="literal">error.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">error.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">error.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-event.html" class="ulink" target="_top"><code class="literal">event.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">event.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">event.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p>
<p>NOTE: categorization fields above (<code class="literal">event.kind</code>, <code class="literal">event.category</code>, <code class="literal">event.type</code>, <code class="literal">event.outcome</code>) are listed separately above.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-file.html" class="ulink" target="_top"><code class="literal">file.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">file.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">file.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-group.html" class="ulink" target="_top"><code class="literal">group.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">group.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">group.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-host.html" class="ulink" target="_top"><code class="literal">host.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">host.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">host.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-http.html" class="ulink" target="_top"><code class="literal">http.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">http.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">http.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-log.html" class="ulink" target="_top"><code class="literal">log.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">log.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">log.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-network.html" class="ulink" target="_top"><code class="literal">network.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">network.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">network.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-observer.html" class="ulink" target="_top"><code class="literal">observer.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">observer.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">observer.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-orchestrator.html" class="ulink" target="_top"><code class="literal">orchestrator.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">orchestrator.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">orchestrator.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-organization.html" class="ulink" target="_top"><code class="literal">organization.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">organization.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">organization.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-package.html" class="ulink" target="_top"><code class="literal">package.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">package.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">package.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-process.html" class="ulink" target="_top"><code class="literal">process.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">process.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">process.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-registry.html" class="ulink" target="_top"><code class="literal">registry.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">registry.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">registry.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-related.html" class="ulink" target="_top"><code class="literal">related.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">related.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">related.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-rule.html" class="ulink" target="_top"><code class="literal">rule.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">rule.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">rule.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p>
<p>NOTE: These fields are not related to the detection rule that generated the alert.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-server.html" class="ulink" target="_top"><code class="literal">server.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">server.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">server.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-service.html" class="ulink" target="_top"><code class="literal">service.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">service.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">service.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-source.html" class="ulink" target="_top"><code class="literal">source.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">source.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">source.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-tracing.html#field-span-id" class="ulink" target="_top"><code class="literal">span.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">span.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">span.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-threat.html" class="ulink" target="_top"><code class="literal">threat.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">threat.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">threat.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-tls.html" class="ulink" target="_top"><code class="literal">tls.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">tls.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">tls.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-tracing.html" class="ulink" target="_top"><code class="literal">trace.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">trace.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">trace.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-tracing.html#field-transaction-id" class="ulink" target="_top"><code class="literal">transaction.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">transaction.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">transaction.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-url.html" class="ulink" target="_top"><code class="literal">url.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">url.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">url.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-user.html" class="ulink" target="_top"><code class="literal">user.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">user.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">user.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-user_agent.html" class="ulink" target="_top"><code class="literal">user_agent.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">user_agent.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">user_agent.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><a href="/guide/en/ecs/8.17/ecs-vulnerability.html" class="ulink" target="_top"><code class="literal">vulnerability.*</code></a></p></td>
<td align="left" valign="top"><p><code class="literal">vulnerability.*</code></p></td>
<td align="left" valign="top"><p>ECS <code class="literal">vulnerability.*</code> fields copied from the source document, if present, for custom query and indicator match rules.</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.ancestors.*</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.ancestors.*</code></p></td>
<td align="left" valign="top"><p>Type: object</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.depth</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.depth</code></p></td>
<td align="left" valign="top"><p>Type: Long</p></td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.new_terms</code></p></td>
<td align="left" valign="top"><p>The value of the new term that generated this alert.</p>
<p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.original_event.*</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.original_event.*</code></p></td>
<td align="left" valign="top"><p>Type: object</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.original_time</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.original_time</code></p></td>
<td align="left" valign="top"><p>The value copied from the source event (<code class="literal">@timestamp</code>).</p>
<p>Type: date</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.reason</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.reason</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.author</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.author</code></p></td>
<td align="left" valign="top"><p>The value of the <code class="literal">author</code> who created the rule. Refer to <a class="xref" href="rules-ui-create.html#rule-ui-advanced-params" title="Configure advanced rule settings (optional)">configure advanced rule settings</a>.</p>
<p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.building_block_type</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.building_block_type</code></p></td>
<td align="left" valign="top"><p>The value of <code class="literal">building_block_type</code> from the rule that generated this alert. Refer to <a class="xref" href="rules-ui-create.html#rule-ui-advanced-params" title="Configure advanced rule settings (optional)">configure advanced rule settings</a>.</p>
<p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.created_at</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.created_at</code></p></td>
<td align="left" valign="top"><p>The value of <code class="literal">created.at</code> from the rule that generated this alert.</p>
<p>Type: date</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.created_by</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.created_by</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.description</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.description</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.enabled</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.enabled</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.false_positives</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.false_positives</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.from</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.from</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.id</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.uuid</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.immutable</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.immutable</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.interval</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.interval</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.license</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.license</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.max_signals</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.max_signals</code></p></td>
<td align="left" valign="top"><p>Type: long</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.name</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.name</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.note</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.note</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.references</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.references</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.risk_score</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.risk_score</code></p></td>
<td align="left" valign="top"><p>Type: float</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.rule_id</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.rule_id</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.rule_name_override</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.rule_name_override</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.severity</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.severity</code></p></td>
<td align="left" valign="top"><p>Alert severity, populated by the <code class="literal">rule_type</code> at alert creation. Must have a value of <code class="literal">low</code>, <code class="literal">medium</code>, <code class="literal">high</code>, <code class="literal">critical</code>.</p>
<p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.tags</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.tags</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.threat.*</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.threat.*</code></p></td>
<td align="left" valign="top"><p>Type: object</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.timeline_id</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.timeline_id</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.timeline_title</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.timeline_title</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.timestamp_override</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.timestamp_override</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.to</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.to</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.type</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.type</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.updated_at</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.updated_at</code></p></td>
<td align="left" valign="top"><p>Type: date</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.updated_by</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.updated_by</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.version</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.version</code></p></td>
<td align="left" valign="top"><p>A number that represents a rule’s version.</p>
<p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.revision</code></p></td>
<td align="left" valign="top"><p>A number that gets incremented each time you edit a rule.</p>
<p>Type: long</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.status</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.workflow_status</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.workflow_status_updated_at</code></p></td>
<td align="left" valign="top"><p>The timestamp of when the alert’s status was last updated.</p>
<p>Type: date</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.threshold_result.*</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.threshold_result.*</code></p></td>
<td align="left" valign="top"><p>Type: object</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.group.id</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.group.id</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.group.index</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.group.index</code></p></td>
<td align="left" valign="top"><p>Type: integer</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.index</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.parameters.index</code></p></td>
<td align="left" valign="top"><p>Type: flattened</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.language</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.parameters.language</code></p></td>
<td align="left" valign="top"><p>Type: flattened</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.query</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.parameters.query</code></p></td>
<td align="left" valign="top"><p>Type: flattened</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.risk_score_mapping</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.parameters.risk_score_mapping</code></p></td>
<td align="left" valign="top"><p>Type: flattened</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.saved_id</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.parameters.saved_id</code></p></td>
<td align="left" valign="top"><p>Type: flattened</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.severity_mapping</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.parameters.severity_mapping</code></p></td>
<td align="left" valign="top"><p>Type: flattened</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.threat_filters</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.parameters.threat_filters</code></p></td>
<td align="left" valign="top"><p>Type: flattened</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.threat_index</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.parameters.threat_index</code></p></td>
<td align="left" valign="top"><p>Names of the indicator indices.</p>
<p>Type: flattened</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.threat_indicator_path</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.parameters.threat_indicator_path</code></p></td>
<td align="left" valign="top"><p>Type: flattened</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.threat_language</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.parameters.threat_language</code></p></td>
<td align="left" valign="top"><p>Type: flattened</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.threat_mapping.*</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.parameters.threat_mapping.*</code></p></td>
<td align="left" valign="top"><p>Controls which fields will be compared in the indicator and source documents.</p>
<p>Type: flattened</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.threat_query</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.parameters.threat_query</code></p></td>
<td align="left" valign="top"><p>Type: flattened</p></td>
</tr>
<tr>
<td align="left" valign="top"><p><code class="literal">signal.rule.threshold.*</code></p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.parameters.threshold.*</code></p></td>
<td align="left" valign="top"><p>Type: flattened</p></td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.space_ids</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.consumer</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.status</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.category</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.execution.uuid</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.producer</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.rule_type_id</code></p></td>
<td align="left" valign="top"><p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.suppression.terms.field</code></p></td>
<td align="left" valign="top"><p>The fields used to group alerts for suppression.</p>
<p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.suppression.terms.value</code></p></td>
<td align="left" valign="top"><p>The values in the suppression fields.</p>
<p>Type: keyword</p></td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.suppression.start</code></p></td>
<td align="left" valign="top"><p>The timestamp of the first document in the suppression group.</p>
<p>Type: date</p></td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.suppression.end</code></p></td>
<td align="left" valign="top"><p>The timestamp of the last document in the suppression group.</p>
<p>Type: date</p></td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.suppression.docs_count</code></p></td>
<td align="left" valign="top"><p>The number of suppressed alerts.</p>
<p>Type: long</p></td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.url</code></p></td>
<td align="left" valign="top">
<p>The shareable URL for the alert.</p>
<div class="note admon">
<div class="icon"></div>
<div class="admon_content">
<p>This field only appears if you’ve set the <a href="/guide/en/kibana/8.18/settings.html#server-publicBaseUrl" class="ulink" target="_top"><code class="literal">server.publicBaseUrl</code></a> configuration setting in the <code class="literal">kibana.yml</code> file.</p>
</div>
</div>
<p>Type: long</p>
</td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.workflow_tags</code></p></td>
<td align="left" valign="top">
<p>List of tags added to an alert.</p>
<p>This field can contain an array of values, for example: <code class="literal">["False Positive", "production"]</code></p>
<p>Type: keyword</p>
</td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.workflow_assignee_ids</code></p></td>
<td align="left" valign="top">
<p>List of users assigned to an alert.</p>
<p>An array of unique identifiers (UIDs) for user profiles, for example: <code class="literal">["u_1-0CcWliOCQ9T2MrK5YDjhpxZ_AcxPKt3pwaICcnAUY_0, u_2-0CcWliOCQ9T2MrK5YDjhpxZ_AcxPKt3pwaICcnAUY_1"]</code></p>
<p>UIDs are linked to user profiles that are automatically created when users first log into a deployment. These profiles contain names, emails, profile avatars, and other user settings.</p>
<p>Type: string[]</p>
</td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.intended_timestamp</code></p></td>
<td align="left" valign="top">
<p>Shows the alert’s estimated timestamp, had the alert been created when the source event initially occurred. The value in this field is determined by the way the rule was run:</p>
<div class="ulist itemizedlist">
<ul class="itemizedlist">
<li class="listitem">
<span class="strong strong"><strong>Scheduled run</strong></span>: Alerts created by scheduled runs have the same timestamp as the <code class="literal">@timestamp</code> field, which shows when the alert was created.
</li>
<li class="listitem">
<span class="strong strong"><strong>Manual run</strong></span>: Alerts created by manual runs have a timestamp that falls within the time range specified for the manual run. For example, if you set a rule to manually run on event data from <code class="literal">10/01/2024 05:00 PM</code> to <code class="literal">10/07/2024 05:00 PM</code>, the <code class="literal">kibana.alert.intended_timestamp</code> value will be a date and time within that range.
</li>
</ul>
</div>
<p>Type: date</p>
</td>
</tr>
<tr>
<td align="left" valign="top"><p>N/A</p></td>
<td align="left" valign="top"><p><code class="literal">kibana.alert.rule.execution.type</code></p></td>
<td align="left" valign="top">
<p>Shows if an alert was created by a manual run or a scheduled run. The value can be <code class="literal">manual</code> or <code class="literal">scheduled</code>.</p>
<p>Type: keyword</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div><div class="navfooter">
<span class="prev">
<a href="timeline-object-schema.html">« Timeline schema</a>
</span>
<span class="next">
<a href="troubleshooting-ov.html">Troubleshooting »</a>
</span>
</div>
<!-- end body -->
</div>
<div class="col-12 order-3 col-lg-2 order-lg-3 h-almost-full-lg sticky-top-lg" id="right_col">
<div id="sticky_content">
<!-- The OTP is appended here -->
<div class="row">
<div class="col-0 col-md-4 col-lg-0" id="bottom_left_col"></div>
<div class="col-12 col-md-8 col-lg-12">
<div id="rtpcontainer">
<div class="mktg-promo" id="most-popular">
<p class="aside-heading">Most Popular</p>
<div class="pb-2">
<p class="media-type">Video</p>
<a href="https://www.elastic.co/webinars/getting-started-elasticsearch?page=docs&placement=top-video">
<p class="mb-0">Get Started with Elasticsearch</p>
</a>
</div>
<div class="pb-2">
<p class="media-type">Video</p>
<a href="https://www.elastic.co/webinars/getting-started-kibana?page=docs&placement=top-video">
<p class="mb-0">Intro to Kibana</p>
</a>
</div>
<div class="pb-2">
<p class="media-type">Video</p>
<a href="https://www.elastic.co/webinars/introduction-elk-stack?page=docs&placement=top-video">
<p class="mb-0">ELK for Logs & Metrics</p>
</a>
</div>
</div>
</div>
<!-- Feedback widget -->
<div id="feedbackWidgetContainer"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<div id='elastic-footer'></div>
<script src='https://www.elastic.co/elastic-footer.js'></script>
<!-- Footer Section end-->
</section>
</div>
<!-- Feedback modal -->
<div id="feedbackModalContainer"></div>
<script src="/guide/static/jquery.js"></script>
<script type="text/javascript" src="/guide/static/docs-v1.js"></script>
<script type="text/javascript">
window.initial_state = {}</script>
</body>
</html>