|
1 | | -- name: error.message |
2 | | - type: text |
3 | | - description: Error message. |
4 | | -- name: event.action |
5 | | - type: keyword |
6 | | - description: The action captured by the event. |
7 | | -- name: event.ingested |
8 | | - type: date |
9 | | - description: Timestamp when an event arrived in the central data store. |
10 | | -- name: event.original |
11 | | - type: keyword |
12 | | - description: Raw text message of entire event. Used to demonstrate log integrity. |
13 | | -- name: user.name |
14 | | - type: keyword |
15 | | - description: Short name or login of the user. |
16 | | -- name: user.id |
17 | | - type: keyword |
18 | | - description: Unique identifier of the user. |
19 | | -- name: user.target.name |
20 | | - type: keyword |
21 | | - description: Short name or login of the user. |
22 | | -- name: user.target.id |
23 | | - type: keyword |
24 | | - description: Unique identifier of the user. |
25 | | -- name: user.changes.name |
26 | | - type: keyword |
27 | | - description: Short name or login of the user. |
28 | | -- name: group.id |
29 | | - type: keyword |
30 | | - description: Unique identifier for the group on the system/platform. |
31 | | -- name: group.name |
32 | | - type: keyword |
33 | | - description: Name of the group. |
34 | | -- name: file |
35 | | - title: File |
36 | | - type: group |
37 | | - fields: |
38 | | - - name: path |
39 | | - type: keyword |
40 | | - ignore_above: 1024 |
41 | | - multi_fields: |
42 | | - - name: text |
43 | | - type: text |
44 | | - norms: false |
45 | | - default_field: false |
46 | | - description: Full path to the file, including the file name. It should include the drive letter, when appropriate. |
47 | | - - name: hash.md5 |
48 | | - type: keyword |
49 | | - ignore_above: 1024 |
50 | | - description: MD5 hash. |
51 | | - - name: hash.sha1 |
52 | | - type: keyword |
53 | | - ignore_above: 1024 |
54 | | - description: SHA1 hash. |
55 | | - - name: hash.sha256 |
56 | | - type: keyword |
57 | | - ignore_above: 1024 |
58 | | - description: SHA256 hash. |
59 | | - - name: hash.sha512 |
60 | | - type: keyword |
61 | | - ignore_above: 1024 |
62 | | - description: SHA512 hash. |
63 | | -- name: cloud.account.id |
64 | | - type: keyword |
65 | | - description: The cloud account or organization id used to identify different entities in a multi-tenant environment. |
66 | | -- name: event.provider |
67 | | - type: keyword |
68 | | - description: Source of the event. |
69 | | -- name: cloud.region |
70 | | - type: keyword |
71 | | - description: Region in which this host is running. |
72 | | -- name: source.address |
73 | | - type: keyword |
74 | | - description: Some event source addresses are defined ambiguously. The event will sometimes list an IP, a domain or a unix socket. You should always store the raw address in the .address field. |
75 | | -- name: source.ip |
76 | | - type: ip |
77 | | - description: IP address of the source (IPv4 or IPv6). |
78 | | -- name: user_agent.device.name |
79 | | - type: keyword |
80 | | - description: Name of the device. |
81 | | -- name: user_agent.name |
82 | | - type: keyword |
83 | | - description: Name of the user agent. |
84 | | -- name: user_agent.original |
85 | | - type: keyword |
86 | | - description: Unparsed user_agent string. |
87 | | -- name: user_agent.os.full |
88 | | - type: keyword |
89 | | - description: Operating system name, including the version or code name. |
90 | | -- name: user_agent.os.name |
91 | | - type: keyword |
92 | | - description: Operating system name, without the version. |
93 | | -- name: user_agent.os.version |
94 | | - type: keyword |
95 | | - description: Operating system version as a raw string. |
96 | | -- name: user_agent.version |
97 | | - type: keyword |
98 | | - description: Version of the user agent. |
99 | | -- name: related.user |
100 | | - type: keyword |
101 | | - description: All the user names seen on your event. |
102 | | -- name: related.hash |
103 | | - type: keyword |
104 | | - description: All the hashes seen on your event. |
105 | | -- name: event.kind |
106 | | - type: keyword |
107 | | - description: Event kind (e.g. event, alert, metric, state, pipeline_error, signal) |
108 | | -- name: event.type |
109 | | - type: keyword |
110 | | - description: Event severity (e.g. info, error) |
111 | | -- name: source.as.number |
112 | | - type: long |
113 | | - description: >- |
114 | | - Unique number allocated to the autonomous system. The autonomous system number (ASN) uniquely identifies each network on the Internet. |
115 | | -- name: source.as.organization.name |
116 | | - type: keyword |
117 | | - ignore_above: 1024 |
118 | | - multi_fields: |
119 | | - - name: text |
120 | | - type: text |
121 | | - norms: false |
122 | | - default_field: false |
123 | | - description: Organization name. |
124 | | -- name: source.geo.city_name |
125 | | - type: keyword |
126 | | - ignore_above: 1024 |
127 | | - description: City name. |
128 | | -- name: source.geo.continent_name |
129 | | - type: keyword |
130 | | - ignore_above: 1024 |
131 | | - description: Name of the continent. |
132 | | -- name: source.geo.country_iso_code |
133 | | - type: keyword |
134 | | - ignore_above: 1024 |
135 | | - description: Country ISO code. |
136 | | -- name: source.geo.country_name |
137 | | - type: keyword |
138 | | - ignore_above: 1024 |
139 | | - description: Country name. |
140 | | -- name: source.geo.location |
| 1 | +- external: ecs |
| 2 | + name: cloud.account.id |
| 3 | +- external: ecs |
| 4 | + name: cloud.region |
| 5 | +- external: ecs |
| 6 | + name: ecs.version |
| 7 | +- external: ecs |
| 8 | + name: error.message |
| 9 | +- external: ecs |
| 10 | + name: event.action |
| 11 | +- external: ecs |
| 12 | + name: event.ingested |
| 13 | +- external: ecs |
| 14 | + name: event.kind |
| 15 | +- external: ecs |
| 16 | + name: event.original |
| 17 | +- external: ecs |
| 18 | + name: event.provider |
| 19 | +- external: ecs |
| 20 | + name: event.type |
| 21 | +- external: ecs |
| 22 | + name: file.hash.md5 |
| 23 | +- external: ecs |
| 24 | + name: file.hash.sha1 |
| 25 | +- external: ecs |
| 26 | + name: file.hash.sha256 |
| 27 | +- external: ecs |
| 28 | + name: file.hash.sha512 |
| 29 | +- external: ecs |
| 30 | + name: file.path |
| 31 | +- external: ecs |
| 32 | + name: group.id |
| 33 | +- external: ecs |
| 34 | + name: group.name |
| 35 | +- external: ecs |
| 36 | + name: related.hash |
| 37 | +- external: ecs |
| 38 | + name: related.user |
| 39 | +- external: ecs |
| 40 | + name: source.address |
| 41 | +- external: ecs |
| 42 | + name: source.as.number |
| 43 | +- external: ecs |
| 44 | + name: source.as.organization.name |
| 45 | +- external: ecs |
| 46 | + name: source.geo.city_name |
| 47 | +- external: ecs |
| 48 | + name: source.geo.continent_name |
| 49 | +- external: ecs |
| 50 | + name: source.geo.country_iso_code |
| 51 | +- external: ecs |
| 52 | + name: source.geo.country_name |
| 53 | +- description: Longitude and latitude. |
| 54 | + level: core |
| 55 | + name: source.geo.location |
141 | 56 | type: geo_point |
142 | | - description: Longitude and latitude. |
143 | | -- name: source.geo.region_iso_code |
144 | | - type: keyword |
145 | | - ignore_above: 1024 |
146 | | - description: Region ISO code. |
147 | | -- name: source.geo.region_name |
148 | | - type: keyword |
149 | | - ignore_above: 1024 |
150 | | - description: Region name. |
151 | | -- name: ecs.version |
152 | | - type: keyword |
153 | | - description: ECS version this event conforms to. |
154 | | - example: 1.0.0 |
155 | | - ignore_above: 1024 |
156 | | -- name: tags |
157 | | - description: List of keywords used to tag each event. |
158 | | - example: '["production", "env2"]' |
159 | | - ignore_above: 1024 |
160 | | - type: keyword |
| 57 | +- external: ecs |
| 58 | + name: source.geo.region_iso_code |
| 59 | +- external: ecs |
| 60 | + name: source.geo.region_name |
| 61 | +- external: ecs |
| 62 | + name: source.ip |
| 63 | +- external: ecs |
| 64 | + name: tags |
| 65 | +- external: ecs |
| 66 | + name: user.changes.name |
| 67 | +- external: ecs |
| 68 | + name: user.id |
| 69 | +- external: ecs |
| 70 | + name: user.name |
| 71 | +- external: ecs |
| 72 | + name: user.target.id |
| 73 | +- external: ecs |
| 74 | + name: user.target.name |
| 75 | +- external: ecs |
| 76 | + name: user_agent.device.name |
| 77 | +- external: ecs |
| 78 | + name: user_agent.name |
| 79 | +- external: ecs |
| 80 | + name: user_agent.original |
| 81 | +- external: ecs |
| 82 | + name: user_agent.os.full |
| 83 | +- external: ecs |
| 84 | + name: user_agent.os.name |
| 85 | +- external: ecs |
| 86 | + name: user_agent.os.version |
| 87 | +- external: ecs |
| 88 | + name: user_agent.version |
0 commit comments