-
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
Changes from 2 commits
ec5468e
0920086
7ad7158
b1e14c5
638b8fc
58ae445
fd88ad5
4c8bcaa
ecf13af
9022cc1
89b8d67
e677c92
9dcde37
5c10fea
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,30 @@ | ||||||
| [role="xpack"] | ||||||
| [[import-geospatial-data]] | ||||||
| == Import geospatial data | ||||||
|
|
||||||
| In order to use your geospatial data in the Elastic Stack, it must be indexed as {ref}/geo-point.html[geo_point] or {ref}/geo-shape.html[geo_shape]. | ||||||
| Kibana makes it easy to import geospatial data into the Elastic Stack. | ||||||
nreese marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
|
||||||
| === Upload a CSV file with latitude and longitude columns | ||||||
|
||||||
|
|
||||||
| To upload a CSV file with latitude and longitude columns | ||||||
nreese marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
|
||||||
| . Open the Kibana sidebar menu, then click *{kib} > Machine Learning*. | ||||||
|
||||||
| . Open the Kibana sidebar menu, then click *{kib} > Machine Learning*. | |
| . Open the menu, then click *Machine Learning*. |
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.
The intro needs some work. Are CSV Upload and GeoJSON upload two different ways to get your data into Elasticsearch and have it set up correctly?
Maybe this for the first sentence?
Geospatial data in the Elastic Stack must be indexed as a geo_point or geo_shape.
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.
Yes