Feed custom label latlong to maps

we want to use APM RUM feeds to reflect users on teh maps for an application. Does kibana support only geo tags or we can use the custom tags

Does kibana support only geo tags or we can use the custom tags

Can you provide some more details explaining what you mean with "geo tags" and "custom tags"?

The maps application can display geo_point and geo_shape fields.

Additionally, the maps application can join number, boolean, date, ip, or string field from an Elasticsearch index to a vector layer.

If the vector layer is from EMS, Elastic published administrative boundaries, then the join field must match one of the fields provided by EMS. For example, the world countries published by EMS provide country codes in ISO 3166-1 alpha-2 code and ISO 3166-1 alpha-3 code formats. To join with world countries, your right data source would have to contain fields in either ISO 3166-1 alpha-2 code or ISO 3166-1 alpha-3 code formats.

If your vector layer is from an Elasticsearch index, then your right data source would have to contain a key field corresponding to any number, boolean, date, ip, or string field from that Elasticsearch index.

HI I am getting data from a custom Aungular application enabled for RUM . The developer has instrumented custom tags for lat long data . I am not able to trace this data directly in Kibana Maps
Attached is a sample data ,
t labels.latlong [18.8812,71.8342]
t labels.log_type INFO
t labels.operatingSystem "Win32"
Please also suggest if there is a standard way to instrument location data in the APM using RUM.

Hi Manish, can you please share, from Kibana dev tools, an example of a document and the mapping of the index?

GET your_index_name/_search?size=1
GET your_index_name/_mapping

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.