We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0feb1 commit d0f24d9Copy full SHA for d0f24d9
docs/reference/field-ref.asciidoc
@@ -88,11 +88,13 @@ These fields must be mapped to display network data in the {es-sec-app}:
88
89
These fields can be mapped to display additional network data in the {es-sec-app}:
90
91
-* `destination.as`
+* `destination.as.number`
92
+* `destination.as.organization.name`
93
* `destination.bytes`
94
* `destination.domain`
95
* `destination.geo.country_iso_code`
-* `source.as`
96
+* `source.as.number`
97
+* `source.as.organization.name`
98
* `source.bytes`
99
* `source.domain`
100
* `source.geo.country_iso_code`
0 commit comments