Skip to content

Commit 0596b16

Browse files
authored
[Cisco Meraki] Fix client.geo.location mapping (#3941)
* #3938: Fix client.geo.location mapping * update changelog
1 parent 35d1cb3 commit 0596b16

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

packages/cisco_meraki/changelog.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# newer versions go on topA
1+
# newer versions go on top
2+
- version: "1.0.1"
3+
changes:
4+
- description: Fix client.geo.location mapping
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/3941
27
- version: "1.0.0"
38
changes:
49
- description: Make GA

packages/cisco_meraki/data_stream/log/fields/ecs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,10 @@
292292
name: client.geo.country_iso_code
293293
- external: ecs
294294
name: client.geo.country_name
295-
- external: ecs
296-
name: client.geo.location.lat
297-
- external: ecs
298-
name: client.geo.location.lon
295+
- description: Longitude and latitude.
296+
level: core
297+
name: client.geo.location
298+
type: geo_point
299299
- external: ecs
300300
name: client.geo.region_iso_code
301301
- external: ecs

packages/cisco_meraki/docs/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ The `cisco_meraki.log` dataset provides events from the configured syslog server
9393
| client.geo.continent_name | Name of the continent. | keyword |
9494
| client.geo.country_iso_code | Country ISO code. | keyword |
9595
| 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 |
9897
| client.geo.region_iso_code | Region ISO code. | keyword |
9998
| client.geo.region_name | Region name. | keyword |
10099
| 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
177176
| host.hostname | Hostname of the host. It normally contains what the `hostname` command returns on the host machine. | keyword |
178177
| 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 |
179178
| 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 |
181180
| 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 |
182181
| host.os.build | OS build information. | keyword |
183182
| host.os.codename | OS codename, if any. | keyword |

packages/cisco_meraki/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: cisco_meraki
33
title: Cisco Meraki
4-
version: 1.0.0
4+
version: 1.0.1
55
license: basic
66
description: Collect logs from Cisco Meraki with Elastic Agent.
77
type: integration

0 commit comments

Comments
 (0)