kibana/docs/maps
Johannes Mahne 75c2cfdd22
Adding clarification to the use of the environment variable in the Ma… (#145847)
…p Service

Adding some text to help clear out confusion by users reading the
`EMS_PATH_CONF` env variable as a host env var, instead of a env
variable inside the docker container. Also, mentioning the `-e` docker
flag that can be used on the docker command to start up the service.

## Summary

Summarize your PR. If it involves visual changes include a screenshot or
gif.


### Checklist

Delete any items that are not applicable to this PR.

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] Any UI touched in this PR is usable by keyboard only (learn more
about [keyboard accessibility](https://webaim.org/techniques/keyboard/))
- [ ] Any UI touched in this PR does not create any new axe failures
(run axe in browser:
[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),
[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This renders correctly on smaller devices using a responsive
layout. (You can test this [in your
browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))
- [ ] This was checked for [cross-browser
compatibility](https://www.elastic.co/support/matrix#matrix_browsers)


### Risk Matrix

Delete this section if it is not applicable to this PR.

Before closing this PR, invite QA, stakeholders, and other developers to
identify risks that should be tested prior to the change/feature
release.

When forming the risk matrix, consider some of the following examples
and how they may potentially impact the change:

| Risk | Probability | Severity | Mitigation/Notes |

|---------------------------|-------------|----------|-------------------------|
| Multiple Spaces—unexpected behavior in non-default Kibana Space.
| Low | High | Integration tests will verify that all features are still
supported in non-default Kibana Space and when user switches between
spaces. |
| Multiple nodes—Elasticsearch polling might have race conditions
when multiple Kibana nodes are polling for the same tasks. | High | Low
| Tasks are idempotent, so executing them multiple times will not result
in logical error, but will degrade performance. To test for this case we
add plenty of unit tests around this logic and document manual testing
procedure. |
| Code should gracefully handle cases when feature X or plugin Y are
disabled. | Medium | High | Unit tests will verify that any feature flag
or plugin combination still results in our service operational. |
| [See more potential risk
examples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx) |


### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
2023-01-17 11:28:03 -07:00
..
images [DOCS] Remove screenshot from maps tutorial (#146030) 2022-11-22 14:55:25 -08:00
asset-tracking-tutorial.asciidoc [DOCS] Remove screenshot from maps tutorial (#146030) 2022-11-22 14:55:25 -08:00
connect-to-ems.asciidoc Adding clarification to the use of the environment variable in the Ma… (#145847) 2023-01-17 11:28:03 -07:00
geojson-upload.asciidoc [Maps] update docs for index pattern -> data view rename (#117400) 2021-11-04 12:04:05 -06:00
heatmap-layer.asciidoc [Maps] 7.9 documenation updates (#71893) 2020-07-17 11:38:45 -06:00
import-geospatial-data.asciidoc [Maps] allow feature editing for document layers with "applyGlobalTime", "applyGlobalQuery", and joins (#124803) 2022-04-29 09:27:07 -06:00
index.asciidoc [maps] shapefile import (#123764) 2022-02-01 11:06:49 -07:00
indexing-geojson-data-tutorial.asciidoc [maps] shapefile import (#123764) 2022-02-01 11:06:49 -07:00
map-settings.asciidoc [DOCS] [Maps] Add documentation for custom icons (#129530) 2022-04-11 13:13:43 -04:00
maps-aggregations.asciidoc [Maps] Add support for geohex_grid aggregation (#127170) 2022-03-23 08:20:10 -06:00
maps-getting-started.asciidoc [DOCS] Fixes typo in maps tutorial (#139138) 2022-08-18 12:53:29 -07:00
reverse-geocoding-tutorial.asciidoc [DOCS] Updates maps reverse geocoding tutorial (#139058) 2022-08-22 08:34:08 -07:00
search.asciidoc Restore link to spatial relation operator (#144032) 2022-10-26 16:08:08 +02:00
tile-layer.asciidoc [Maps] 7.9 documenation updates (#71893) 2020-07-17 11:38:45 -06:00
trouble-shooting.asciidoc [maps] vector tile inspector (#131565) 2022-05-11 15:04:33 -06:00
vector-layer.asciidoc [Maps] Add support for geohex_grid aggregation (#127170) 2022-03-23 08:20:10 -06:00
vector-style-properties.asciidoc [maps] Ability to offset point labels on maps (#145773) 2022-11-29 09:08:54 -07:00
vector-style.asciidoc Fix typos in docs & dev_docs (#113746) 2021-10-07 14:30:32 -04:00
vector-tooltips.asciidoc [Maps] update docs for index pattern -> data view rename (#117400) 2021-11-04 12:04:05 -06:00