Terms aggregation Tile map

HI

How to implement terms aggregation in Tile map Kibana 5.4 ?

In order to use your data on the tilemap, the field must be a geo-point data type.

Ok but my problem is

latitude,longitude,service
6.359087,116.459237,voice
6.12928,100.35874,voice
6.12928,100.35874,voice
6.114679,116.108167,data
6.113793,100.367027,data
6.10933,100.376086,voice
6.107965,100.371668,voice
6.0169819,102.274006,voice
5.990263,116.092249,voice

i have data like this ok i can plot lat,long using geo_point and can i do aggregation of service also?

Thanks

You won't be able to see both on the same visualization, but you can use the query bar to filter for the type you are interested in. If you are calling the service field service when you index the data, then in the query bar at the top, simply add service:data or service:voice.

Basically, you'll need to use the filter to narrow down the results for any type of service you want to see. Assuming you have just 2 "services", and you'd like to see both at the same time, you'll need to create 2 visualizations, one with a filter on each service, and then you can add both of them to the same dashboard.

Ok got it,

I have one more issue in the Tile map can we see location which is there in my data in one of my filed instead of
lat and long coordinates on the tile map when we hover on it .

latitude,longitude,service,location
6.359087,116.459237,voice,mgr
6.12928,100.35874,voice,kltp
6.12928,100.35874,voice,nvs
6.114679,116.108167,data,kampung

As shown above want to see locations on tile map instead of coordinates.

Thanks,

want to see locations on tile map instead of coordinates

I don't follow. What do you mean when you say you want to see "locations"? The coordinate is the location. If you're talking about things like county, or state, or country, that's not what the tilemap is for. If you're looking for that, you'll need to use vector maps (in which case, I don't believe you'll see the points, just the vectors).

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