Hi evrybody, i got a bit confused about configuration of region map.
I download a shape file from a site elastic configuration region map page a file geojson of Brasil.
the file looks like:
{"type": "FeatureCollection","features": [
{"type": "Feature", "properties": {"id":3284,"nome":"CruzMachado","uf":"PR","populacao":"18040","pib":"145687","estado_id":"18","codigo_ibg":"4106803"},"geometry": { "type": "Polygon", "coordinates": [ [ [ -50.981679537086883, -25.665719405704625 ]
Follow the config page of elastic region map i put this code on my kibana.yml file:
regionmap:
layers:
- name: "Brazilian States"
url: "/home/sirox84/elk-local/br_muns.geojson"
attribution: "https://exploratory.io/maps"
fields:
- name: "STATE_NAME"
description: "State Name"
One of you suggest to me to put this geojson file in:
The location of the geojson file as provided by a webserver.
But i don understand how can i do this step.
How i can setup and configure my kibana.yml file?
I have also to modify my logstash.conf?
Also now i read that there is a possibility to have a vector layer with elasti map service.
This is kind of differetn things?
Hope you can help me.
Thanks a lot.
Alberto