Jorge Sanz
9b5d040e5e
[Docs][Maps] Troublesooting common Mapes File Upload issues ( #174476 )
...
Fixes #135319
Adds a new section to the
[Troubleshooting](https://www.elastic.co/guide/en/kibana/current/maps-troubleshooting.html )
addressing how to improve geospatial datasets locally before working
with Kibana Maps File Upload to increase the chances of a successful
operation.
* Converting a dataset into a GeoJSON or Shapefile with ogr2ogr
* Transforming a dataset into WGS84 with ogr2ogr
* Exploding a multigeometry dataset into parts with ogr2ogr
* Reducing the precision of a dataset with ogr2ogr
* Simplifying region datasets with mapshaper
* Options to clean invalid geometries with ogr2ogr and mapshaper
---------
Co-authored-by: Nick Peihl <nickpeihl@gmail.com>
2024-02-01 10:27:25 +01:00
James Rodewig
1c3f4a8543
[DOCS] Remove outdated Maps video ( #161991 )
...
- Removes a video from the [Maps](https://www.elastic.co/guide/en/kibana/current/maps.html ) docs. The video's UI is outdated. There are no current plans to update the video.
- Adds a comment to the [Make dashboards interactive](https://www.elastic.co/guide/en/kibana/current/drilldowns.html ). This video is slightly outdated, but we're leaving it in at the request of the dev team.
Closes https://github.com/elastic/platform-docs-team/issues/131
2023-07-25 06:08:21 -04:00
Lisa Cawley
5120d692c8
[DOCS] Remove or move book-scoped attributes ( #155210 )
2023-04-20 09:12:09 -07:00
Nathan Reese
790089e18f
[maps] shapefile import ( #123764 )
...
* [maps] shapefile importer
* render importer editor
* shapefile_editor
* break geojson_importer into abstract class
* start shapefile_importer _readNext
* parse shapefile
* getProgress
* comments
* set table row count
* hide shapefile editor once all files selected
* i18n fixes
* validate sidecar file names match .shp name
* rename JsonUploadAndParse to GeoUploadWizard
* eslint
* tslint
* fix getFileNameWithoutExt
* backout i18n changes
* reset i18n files to main
* revert to main zh-CN.json
* i18n updates
* use geoJsonCleanAndValidate to clean features from all geo importers
* update docs
* doc refinement
* tslint fix for loaders
* eslint
* shapefile upload functional test
* geoFileUploadPageObject
* add geojson functional test with geoFileUpload page object
* replace old workflow functional tests with new ones based on geoFileUplad page object
* tslint and eslint
* eslint
* fix jest test
* use smaller chunks to avoid timeout in CI
* try without geojson test
* try small geojson file in CI
* point.json
* do not use copy to clipboard, does not work in CI
* eslint
* more linting
* add retry
* one more thing for functional tests
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-01 11:06:49 -07:00
Nathan Reese
6579ade1e3
[Maps] Update search docs to clarify how to disable global search, global time filter, and global refresh for layers ( #111625 )
...
* [Maps] Update search docs to clarify how to disable global search, global time filter, and global refresh for layers
* clean up
* make timeslider icon smaller
* use more common headers
* clean up
* review feedback
* global time consistency
* remove links
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-16 14:08:08 -06:00
Nathan Reese
dc9da8ebe0
[Maps][Docs]Reverse geocoding tutorial ( #108712 )
...
* [Maps] reverse geocoding tutorial
* reverse geocoding step
* add final step
* use dash delemiter instead of underscore in file name
* add float to step 3 so its on the same page
* add into to step 3
* update csa URL to point to elastic/examples repo
* Update docs/maps/reverse-geocoding-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/reverse-geocoding-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/reverse-geocoding-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/reverse-geocoding-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/reverse-geocoding-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/reverse-geocoding-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/reverse-geocoding-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/reverse-geocoding-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/reverse-geocoding-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* review feedback
* Update docs/maps/reverse-geocoding-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/reverse-geocoding-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/reverse-geocoding-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* add sentence about not needing geoip
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-08-24 09:15:53 -06:00
Nathan Reese
500905c2b1
[maps] asset tracking tutorial ( #104552 )
...
* [maps] asset tracking tutoral
* fix image link
* fix link to tutorial in index.asciidoc
* use ref link for ece-cloud-id link
* use ece link
* fix code blocks
* fix screenshot
* finish part 1
* add tracks layer
* top hits step
* clean up part 2
* clean up part 2
* draw construction zones
* fix image name
* create alert
* add alerts to map
* add newline after code blocks
* remove to get build working again
* add back part 3 with header fix
* use server log connector
* Update docs/maps/asset-tracking-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/asset-tracking-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* review feedback for part 1
* add Console
* part 2 feedback
* Update docs/maps/asset-tracking-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/asset-tracking-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/asset-tracking-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/asset-tracking-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/asset-tracking-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/asset-tracking-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/asset-tracking-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/asset-tracking-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* part 3 review feedback
* one more fix
* intro paragraphs
* intro paragraph review feedback
* Update docs/maps/asset-tracking-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/asset-tracking-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/asset-tracking-tutorial.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-08-05 13:27:25 -06:00
Nathan Reese
fb20e02192
[maps][docs] 7.14 doc updates ( #103531 )
...
* [maps][docs] 7.14 doc updates
* more details
* timeslider screenshot
* Update docs/maps/search.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/search.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* review feedback
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-01 15:10:09 -06:00
gchaps
b1f2b1f9f5
[DOCS] Updates video in Intor & Maps take 2 ( #101330 )
2021-06-03 13:36:45 -07:00
gchaps
21f08e4e22
[DOCS] Updates videos in Maps and Discover ( #101312 )
2021-06-03 13:05:03 -07:00
Lisa Cawley
e2d47f7269
[DOCS] Remove redundant maps attribute ( #100426 )
2021-05-25 07:45:07 -07:00
Nathan Reese
ff8f4fb2a5
[Maps] 7.13 doc updates ( #98687 )
...
* [Maps] 7.13 doc updates
* tooltip updates
* clean up
* Update docs/maps/search.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/search.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/vector-tooltips.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* review feedback
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-04-30 08:45:31 -06:00
Nathan Reese
cb9afddb91
[Maps] add video to maps docs ( #89039 )
...
* [Maps] add video to maps docs
* review feedback, revert some changes
* move video to be below intro, clean up geojson upload section
* Update docs/maps/index.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-01-26 08:35:23 -07:00
Jorge Sanz
84d318e83a
[Docs] Elastic Maps Server documentation ( #85532 )
...
* Elastic Maps Server documentation
* Revise product name and docker image
* Review feedback
* Provide example for map.emsUrl
* Update docs/maps/connect-to-ems.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/connect-to-ems.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Nick Peihl <nick.peihl@elastic.co>
Co-authored-by: Nick Peihl <nickpeihl@gmail.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2020-12-17 10:36:31 -08:00
Nathan Reese
22c1b9e8ac
[maps] 7.10 documentation updates ( #79917 )
...
* [maps] 7.10 documenation updates
* clean up
* clean up connect-to-elasticsearch reference to renamed page
* Update docs/maps/vector-layer.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* review feedback
* move upload intro sentences into geospatial import block
* improvements to Import geospatial data
* fix typo
* Update docs/maps/import-geospatial-data.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/import-geospatial-data.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/import-geospatial-data.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/import-geospatial-data.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/import-geospatial-data.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* review feedback
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2020-10-19 15:42:15 -06:00
gchaps
e04624ace0
[DOCS] Updates titles in Maps docs ( #68703 )
...
* [DOCS] Updates titles in Maps docs
* [DOCS] Changes Elastic Maps to Maps to match the UI
* [DOCS] Fixes titles
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-17 07:31:37 -07:00
Nathan Reese
20f1f06a38
[Maps][docs] Provide detail sections for map features listed in overview page ( #54377 )
...
* [Maps][docs] Provide detail sections for map features listed in intro page
* move detail sections above include statements
* Update docs/maps/index.asciidoc
Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/index.asciidoc
Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/index.asciidoc
Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/index.asciidoc
Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
* review feedback
* add screen shot for embedding map in dashboard
* remove choropleth map section
* Update docs/maps/index.asciidoc
Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/index.asciidoc
Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/index.asciidoc
Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/index.asciidoc
Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
* review feedback
* replace play with plot
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-05-27 17:55:30 -06:00
Nathan Reese
62434fef4b
[Maps] 7.8 documentation updates ( #65502 )
...
* [Maps] 7.8 documenation updates
* remove more uses for source
* map settings
* remove number of categories
* review feedback
* remove word 'cards'
* clean up description of heatmap layer
* Update docs/maps/map-settings.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2020-05-12 10:28:52 -06:00
Aaron Caldwell
985aa72635
[skip-ci][Maps][File upload] Geojson indexing and styling docs ( #41394 )
...
* Mostly complete, first pass on file upload getting started
* More edits. Add supporting images
* Change name to 'indexing'
* Review feedback
* Update integrated example text per review feedback
* Rename integrated example -> data tutorial
* Add back accidentally deleted Select Source image file
* Review feedback
* Review feedback
* Move tutorial before troubleshooting
* Review feedback
2019-09-17 08:34:47 -06:00
Nathan Reese
3e752944e3
[skip-ci][Maps] Improve Maps intro page ( #44721 )
...
* [skip-ci][Maps] Improve Maps intro page
* review feedback
* trim list to 7 items, add link to getting started guide, change all references to app to Elastic Maps
* review feedback
* bold Elastic Maps in intro page
2019-09-05 20:45:23 -06:00
Nathan Reese
92d7dbe3e5
[skip ci][maps] troubleshooting documentation ( #40539 )
...
* trouble shooting docs
* more details
* gchaps feedback
2019-07-11 17:15:06 -06:00
Nathan Reese
7f4c07b3c0
[Maps] remove beta labeling from application and docs ( #39871 )
...
* [Maps] remove beta labeling from application and docs
* clean up i18n
2019-07-01 12:48:29 -06:00
Nathan Reese
1682d165ac
[Maps] add documenation for "most recent entities" ( #39478 )
...
* agg docs
* add docs for most recent entities
* Update docs/maps/maps-aggregations.asciidoc
Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/maps-aggregations.asciidoc
Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/maps-aggregations.asciidoc
Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/maps-aggregations.asciidoc
Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/maps-aggregations.asciidoc
Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/maps-aggregations.asciidoc
Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/maps-aggregations.asciidoc
Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/maps-aggregations.asciidoc
Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
* use bold instead of code case
* clean up wording of how to enable most recent entities
2019-06-26 09:28:03 -06:00
Nathan Reese
bc4ad271f1
[Maps] connecting to EMS docs ( #34737 )
...
* [Maps] connecting to EMS docs
* remove un-related test file
* worked with gchaps to make much better
* simplify disable intro
* feedback
* add optional flag back to step
2019-04-15 17:00:28 -06:00
Nathan Reese
30950519f2
[Maps] search bar docs ( #34315 )
...
* [Maps] search bar docs
* rename indexes to indicies and other text refinement feedback
* add example queries
* remove unused image
* Update docs/maps/search.asciidoc
Co-Authored-By: nreese <reese.nathan@gmail.com>
* Update docs/maps/search.asciidoc
Co-Authored-By: nreese <reese.nathan@gmail.com>
* Update docs/maps/search.asciidoc
Co-Authored-By: nreese <reese.nathan@gmail.com>
* Update docs/maps/search.asciidoc
Co-Authored-By: nreese <reese.nathan@gmail.com>
* Update docs/maps/search.asciidoc
Co-Authored-By: nreese <reese.nathan@gmail.com>
* Update docs/maps/search.asciidoc
Co-Authored-By: nreese <reese.nathan@gmail.com>
* Update docs/maps/search.asciidoc
Co-Authored-By: nreese <reese.nathan@gmail.com>
2019-04-03 15:15:33 -06:00
Lisa Cawley
8f66a1e6f4
[DOCS] Adds X-Pack icon for maps ( #34170 )
2019-04-01 08:32:11 -07:00
gchaps
ab4a6b2980
[Maps][Docs] Updates for Maps Getting Started ( #32809 )
...
* [Maps] getting started documentation
* [DOCS] Edits for Maps Getting Started
* [DOCS] Incorporates review comments
* [DOCS] Rewrite section on sample data
* [DOCS] Adds link to add sample data page
2019-03-11 15:40:22 -07:00
Nathan Reese
4098f3f99b
[Maps] docs ( #32130 )
...
* [Maps] docs
* unique ids
* use hyphen instead of underscore in file names
* get everything working
* add screen shots of layer types
* add sources to layer documentation
* terms join example
* vector styling
* clean up
* link to geo_point for grid agg source
* minor clean up
* review feedback
* Update docs/maps/index.asciidoc
Co-Authored-By: nreese <reese.nathan@gmail.com>
* Update docs/maps/heatmap-layer.asciidoc
Co-Authored-By: nreese <reese.nathan@gmail.com>
* Update docs/maps/heatmap-layer.asciidoc
Co-Authored-By: nreese <reese.nathan@gmail.com>
* Update docs/maps/heatmap-layer.asciidoc
Co-Authored-By: nreese <reese.nathan@gmail.com>
* rest of changes suggested by gchaps
* update terms join intro
2019-03-04 12:18:20 -07:00