-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[maps] 7.10 documentation updates #79917
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
ec5468e
[maps] 7.10 documenation updates
nreese 0920086
clean up
nreese 7ad7158
clean up connect-to-elasticsearch reference to renamed page
nreese b1e14c5
Update docs/maps/vector-layer.asciidoc
nreese 638b8fc
review feedback
nreese 58ae445
move upload intro sentences into geospatial import block
nreese fd88ad5
improvements to Import geospatial data
nreese 4c8bcaa
fix typo
nreese ecf13af
Update docs/maps/import-geospatial-data.asciidoc
nreese 9022cc1
Update docs/maps/import-geospatial-data.asciidoc
nreese 89b8d67
Update docs/maps/import-geospatial-data.asciidoc
nreese e677c92
Update docs/maps/import-geospatial-data.asciidoc
nreese 9dcde37
Update docs/maps/import-geospatial-data.asciidoc
nreese 5c10fea
review feedback
nreese File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| [role="xpack"] | ||
| [[import-geospatial-data]] | ||
| == Import geospatial data | ||
|
|
||
| To import geospatical data into the Elastic Stack, the data must be indexed as {ref}/geo-point.html[geo_point] or {ref}/geo-shape.html[geo_shape]. | ||
| Geospatial data comes in many formats. | ||
| Choose an import tool based on the format of your geospatial data. | ||
|
|
||
| [discrete] | ||
| === Upload CSV with latitude and longitude columns | ||
|
|
||
| *File Data Visualizer* indexes CSV files with latitude and longitude columns as a geo_point. | ||
|
|
||
| . Open the side navigation menu, and 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*. | ||
|
|
||
| [discrete] | ||
| === Upload a GeoJSON file | ||
|
|
||
| *Upload GeoJSON* indexes GeoJSON features as a geo_point or geo_shape. | ||
|
|
||
| . <<maps-create>>. | ||
| . Click *Add layer*. | ||
| . Select *Upload GeoJSON*. | ||
| . Use the file chooser to select a GeoJSON file. | ||
| . Click *Import file*. | ||
|
|
||
| [discrete] | ||
| === Upload data with IP addresses | ||
|
|
||
| The GeoIP processor adds information about the geographical location of IP addresses. | ||
| See {ref}/geoip-processor.html[GeoIP processor] for details. | ||
| For private IP addresses, see https://www.elastic.co/blog/enriching-elasticsearch-data-geo-ips-internal-private-ip-addresses[Enriching data with GeoIPs from internal, private IP addresses]. | ||
|
|
||
| [discrete] | ||
| === Upload data with GDAL | ||
|
|
||
| https://www.gdal.org/[GDAL] (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 {es}. | ||
| See https://www.elastic.co/blog/how-to-ingest-geospatial-data-into-elasticsearch-with-gdal[Ingest geospatial data into Elasticsearch with GDAL] for details. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.