Import geospatial data
editImport geospatial data
editTo import geospatical data into the Elastic Stack, the data must be indexed as geo_point or geo_shape. Geospatial data comes in many formats. Choose an import tool based on the format of your geospatial data.
Security privileges
editThe Elastic Stack security features provide roles and privileges that control which users can upload files. You can manage your roles, privileges, and spaces in Stack Management in Kibana. For more information, see Security privileges, Kibana privileges, and Kibana role management.
To upload GeoJSON files in Kibana with Maps, you must have:
-
The
all
Kibana privilege for Maps. -
The
all
Kibana privilege for Index Pattern Management. -
The
create
andcreate_index
index privileges for destination indices. -
To use the index in Maps, you must also have the
read
andview_index_metadata
index privileges for destination indices.
To upload CSV files in Kibana with the File Data Visualizer, you must have privileges to upload GeoJSON files and:
-
The
manage_pipeline
cluster privilege. -
The
read
Kibana privilege for Machine Learning. -
The
machine_learning_admin
ormachine_learning_user
role.
Upload CSV with latitude and longitude columns
editFile Data Visualizer indexes CSV files with latitude and longitude columns as a geo_point.
- Open the main menu, then click Machine Learning.
- Select the Data Visualizer tab, then click Upload file.
- Use the file chooser to select a CSV file.
- Click Import.
- Select the Advanced tab.
- Set Index name.
- Click Add combined field, then click Add geo point field.
- Fill out the form and click Add.
- Click Import.
Upload a GeoJSON file
editUpload GeoJSON indexes GeoJSON features as a geo_point or geo_shape.
- Create a new map.
- Click Add layer.
- Select Upload GeoJSON.
- Use the file chooser to select a GeoJSON file.
- Click Import file.
Upload data with IP addresses
editThe GeoIP processor adds information about the geographical location of IP addresses. See GeoIP processor for details. For private IP addresses, see Enriching data with GeoIPs from internal, private IP addresses.
Upload data with GDAL
editGDAL (Geospatial Data Abstraction Library) contains command line tools that can convert geospatial data between 75 different geospatial file formats and index that geospatial data into Elasticsearch. See Ingest geospatial data into Elasticsearch with GDAL for details.