You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -241,4 +280,7 @@ An example event for `threat` looks as following:
241
280
| input.type | Input type | keyword |
242
281
| labels.is_ioc_transform_source | Field indicating if its the transform source for supporting IOC expiration. This field is dropped from destination indices to facilitate easier filtering of indicators. | constant_keyword |
243
282
| threat.feed.name | Display friendly feed name | constant_keyword |
283
+
| threat.indicator.first_seen | The date and time when intelligence source first reported sighting this indicator. | date |
284
+
| threat.indicator.last_seen | The date and time when intelligence source last reported sighting this indicator. | date |
285
+
| threat.indicator.modified_at | The date and time when intelligence source last modified information for this indicator. | date |
0 commit comments