-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[maps] 7.10 documentation updates #79917
Merged
Merged
Changes from 8 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 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. | ||
|
||
. Click *{kib} > Machine Learning* from the side navigation. | ||
. 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 *ADD GEO POINT FIELD* form and click *Add*. | ||
nreese marked this conversation as resolved.
Show resolved
Hide resolved
|
||
. Click *Import*. | ||
|
||
[discrete] | ||
=== Upload a GeoJSON file | ||
nreese marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
*Upload GeoJSON* indexes GeoJSON features as a geo_point or geo_shape. | ||
|
||
. <<maps-create>> | ||
nreese marked this conversation as resolved.
Show resolved
Hide resolved
|
||
. 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 [Enriching data with GeoIPs from internal, private IP addresses](https://www.elastic.co/blog/enriching-elasticsearch-data-geo-ips-internal-private-ip-addresses). | ||
nreese marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
[discrete] | ||
=== Upload data with GDAL | ||
|
||
[GDAL](https://www.gdal.org/) (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}. | ||
nreese marked this conversation as resolved.
Show resolved
Hide resolved
|
||
See [Ingest geospatial data into Elasticsearch with GDAL](https://www.elastic.co/blog/how-to-ingest-geospatial-data-into-elasticsearch-with-gdal) for details. | ||
nreese marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains 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 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 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 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about changing to "Open the side navigation, and click Machine Learning". "Open the menu" is too vague. There are a log to menus in Kibana and just saying "Open the menu" does not properly direct the user on where to go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK