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
Copy file name to clipboardExpand all lines: packages/cisco_meraki/docs/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,8 +93,7 @@ The `cisco_meraki.log` dataset provides events from the configured syslog server
93
93
| client.geo.continent_name | Name of the continent. | keyword |
94
94
| client.geo.country_iso_code | Country ISO code. | keyword |
95
95
| client.geo.country_name | Country name. | keyword |
96
-
| client.geo.location.lat | Longitude and latitude. | geo_point |
97
-
| client.geo.location.lon | Longitude and latitude. | geo_point |
96
+
| client.geo.location | Longitude and latitude. | geo_point |
98
97
| client.geo.region_iso_code | Region ISO code. | keyword |
99
98
| client.geo.region_name | Region name. | keyword |
100
99
| client.ip | IP address of the client (IPv4 or IPv6). | ip |
@@ -177,7 +176,7 @@ The `cisco_meraki.log` dataset provides events from the configured syslog server
177
176
| host.hostname | Hostname of the host. It normally contains what the `hostname` command returns on the host machine. | keyword |
178
177
| host.id | Unique host id. As hostname is not always unique, use values that are meaningful in your environment. Example: The current usage of `beat.name`. | keyword |
179
178
| host.ip | Host ip addresses. | ip |
180
-
| host.mac | Host MAC addresses. The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit byte) is represented by two [uppercase] hexadecimal digits giving the value of the octet as an unsigned integer. Successive octets are separated by a hyphen. | keyword |
179
+
| host.mac | Host mac addresses. | keyword |
181
180
| host.name | Name of the host. It can contain what `hostname` returns on Unix systems, the fully qualified domain name, or a name specified by the user. The sender decides which value to use. | keyword |
182
181
| host.os.build | OS build information. | keyword |
183
182
| host.os.codename | OS codename, if any. | keyword |
0 commit comments