Commit graph

343 commits

Author SHA1 Message Date
Joe Portner
73d1f644cd
[7.x] Sharing saved objects, phase 2 (#80945) (#88917) 2021-01-22 16:53:47 -05:00
Patrick Mueller
503a954435
updates doc on action parameter variable mustache escaping (#88521) (#88971)
Provides more detail on mustache variable escaping within action parameter templates.
2021-01-21 09:34:27 -05:00
Vadim Dalecky
84a7cb311f
URL Drilldown global allow-list user docs (#88574) (#88615)
* docs: ✏️ improve disalbe url drillown text

* docs: ✏️ add external URL service docs to URL drilldown

* docs: ✏️ typo

* docs: update docs
2021-01-18 18:45:36 +01:00
Nathan Reese
5b4f6bae8c
[Docs] clean-up vega map reference documenation (#88487) (#88516)
* [Docs] clean-up vega map reference documenation

* Update docs/user/dashboard/vega-reference.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-01-15 14:10:22 -07:00
Joe Portner
d5090a4db3
Update reporting docs (#87651) (#87909) 2021-01-11 15:32:02 -05:00
Bill McConaghy
628b743a52
[DOCS] improving production documentation for task manager and alerting (#87484) (#87502)
* improving production documentation for task manager and alerting

* calling it Kibana Task Manager to be more explicit

* addressing PR feedback
2021-01-06 10:15:09 -05:00
Joe Portner
497383da91
Update security docs (#87215) (#87334) 2021-01-05 12:53:34 -05:00
Bill McConaghy
52c963201e
adding docs about distinction between two and three curly braces for action variable interpolation (#87302) (#87307) 2021-01-05 10:01:09 -05:00
Vadim Dalecky
98485a5d57
[7.x] URL encoding for URL drilldown (#86902) (#87143)
* URL encoding for URL drilldown (#86902)

* feat: 🎸 use EuiSwitch for "Open in new window" toggle

* feat: 🎸 add "URL encoding" option and "Additional options"

* feat: 🎸 make "Open in new window" true by default

* feat: 🎸 respect encoding config setting

* test: 💍 add encoding tests

* feat: 🎸 add URI encoding Handlebars helpers

* docs: ✏️ add URL encoding methods to URL Drilldown docs

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

* test: 💍 align 7.x branch with master

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-01-05 15:00:38 +01:00
Lisa Cawley
15987c9fd3
[DOCS] Refreshes Data Visualizer screenshot (#87017) (#87019) 2020-12-29 14:48:25 -08:00
Joe Reuter
e0623903b9
[Lens] Configurable color syncing (#86180) (#86798) 2020-12-23 09:22:09 +01:00
Peter Schretlen
5df8292891
use alerting concepts diagram with sequence, and update docs to explain the sequence (#86699) (#86780) 2020-12-22 10:08:16 -05:00
Poff Poffenberger
3bb24d7289
[Docs] Update Canvas reporting docs for new full page layout feature (#86124) (#86389)
* Update Canvas and reporting doc for new full page layout

* Typo
2020-12-21 15:17:20 -06:00
Thom Heymann
702e795efe
Fix ECS HTTP scheme and improve docs (#86612) (#86632) 2020-12-21 15:46:31 +00:00
Thom Heymann
20d9ae2c50
Add audit events for spaces (#86343) (#86620)
* Add audit events for spaces

* fix eslint error
2020-12-21 12:36:24 +00:00
Marco Liberati
b1bc258123
[7.x] [Lens] Document the "Other" entry in data summaries in Kibana guide (#85575) (#86345)
* 📝 Address Other entry in data summaries

* 👌 Integrated feedback from review

* 📝 Add not about going beyong 100% with array values

* 👌 Improved documentation for summaries

* 👌 Improved documentation for data summaries covering discussed aspects by type and hardcoded stat values

* Update docs/user/dashboard/dashboard.asciidoc

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>

* Update docs/user/dashboard/dashboard.asciidoc

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>

* Update docs/user/dashboard/dashboard.asciidoc

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>
2020-12-21 10:04:29 +01:00
Jonathan Budzenski
49c5aeb1dd [docs] Add kibana-encryption-keys (#84577)
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-12-18 14:03:35 -06:00
Pierre Gayvallet
78b5d9197d
Add user doc for SO tagging (#85557) (#86241)
* Add user doc for SO tagging

* add link to new page

* handle review feedbacks

* second pass
2020-12-17 09:17:47 +01:00
Vadim Dalecky
3cc2de0ac7
Row trigger 2 (#83167) (#85766)
* feat: 🎸 add ROW_CLICK_TRIGGER

* feat: 🎸 wire row click event to UI Actions trigger in Lens

* feat: 🎸 add row click trigger to url drilldown

* feat: 🎸 add datatable to row click context

* feat: 🎸 pass in row index in row click trigger context

* feat: 🎸 add columns to row click trigger context

* feat: 🎸 fill values and keys event scope array

* feat: 🎸 generate correct row scope variables

* fix: 🐛 report triggers from lens embeddable

* feat: 🎸 add sample preview for row click trigger

* feat: 🎸 remove url drilldown preview box

* chore: 🤖 remove mock variable generation functions

* feat: 🎸 generate context and global variable lists

* feat: 🎸 preview event variable list

* feat: 🎸 show empty url error on blur

* feat: 🎸 add ability to always show popup for executed actions

* refactor: 💡 rename multiple action execution method

* fix: 🐛 don't add separator befor group on no main items

* feat: 🎸 wire in uiActions service into datatable renderer

* feat: 🎸 check each row if it has compatible row click actions

* feat: 🎸 allow passing data to expression renderer

* feat: 🎸 add isEmbeddable helper

* feat: 🎸 pass embeddable to lens table renderer

* feat: 🎸 hide lens table row actions which are empty

* feat: 🎸 re-render lens embeddable when dynamic actions chagne

* feat: 🎸 hide actions column if there are no row actions

* feat: 🎸 re-render lens embeddable on view mode chagne

* fix: 🐛 fix TypeScript errors

* chore: 🤖 fix TypeScript errors

* docs: ✏️ update auto-generated docs

* feat: 🎸 add hasCompatibleActions to expression layer

* feat: 🎸 remove "data" from expression renderer handlers

* fix: 🐛 fix TypeScript errors

* test: 💍 fix Jest tests

* docs: ✏️ update autogenerated docs

* fix: 🐛 wrap event payload into data

* test: 💍 add "alwaysShowPopup" test

* chore: 🤖 add comment requested in review

https://github.com/elastic/kibana/pull/83167#discussion_r537340216

* test: 💍 add hasCompatibleActions test

* test: 💍 add datatable renderer test

* test: 💍 add Lens embeddable input change tests

* test: 💍 add embeddable row click test

* fix: 🐛 add url validation

* test: 💍 add url drilldown tests

* docs: ✏️ remove url drilldown preview from docs

* docs: ✏️ remove preview from url templating

* docs: ✏️ add row click description

* chore: 🤖 move 36.5 KB bundle balance to url_drilldown

* test: 💍 simplify test case

* style: 💄 change types places

* refactor: 💡 clean up panel variable generation

* test: 💍 add getPanelVariables() tests

* fix: 🐛 generate runtime variables correctly

* fix: 🐛 improve getVariableList() and add tests for it

* feat: 🎸 add translation, improve types
# Conflicts:
#	packages/kbn-optimizer/limits.yml
2020-12-14 17:22:26 +01:00
gchaps
edec224fa7
[DOCS] Removes steps from discover doc (#85587) (#85600) 2020-12-10 09:20:04 -08:00
Aleh Zasypkin
393d1e44a7
[7.x][Docs] Document Anonymous authentication provider. (#85324) 2020-12-09 08:06:51 +01:00
Kaarina Tungseth
9173018dd1
[DOCS] Adds Lens redirect link (#84000) (#85296)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-12-08 10:27:39 -06:00
Larry Gregory
a7437b7861
[7.x] fixed path to config file (#85257) (#85259)
Co-authored-by: Vincent Fuchs <vincent.fuchs@gmail.com>
2020-12-08 08:47:07 -05:00
Thom Heymann
9ef4d22cf3
ECS audit events for alerting (#84113) (#85093)
* ECS audit events for alerts plugin

* added api changes

* fixed linting and testing errors

* fix test

* Fixed linting errors after prettier update

* Revert "Allow predefined ids for encrypted saved objects (#83482)"

This reverts commit 7d929fe903.

* Added suggestions from code review

* Fixed unit tests

* Added suggestions from code review

* Changed names of alert events

* Changed naming as suggested in code review

* Added suggestions from PR

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-12-05 12:05:46 +00:00
Marco Liberati
896187eab8
[7.x] [Embeddable] Export CSV action for Lens embeddables in dashboard (#83654) (#84885)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-12-03 16:45:18 +01:00
Bill McConaghy
0b7ec8b36e
adding documentation of use of NODE_EXTRA_CA_CERTS env var (#84578) (#84636) 2020-12-01 10:23:48 -05:00
Kaarina Tungseth
3289e0c6b7
[DOCS] Adds redirect to known plugins page (#84001) (#84547) 2020-12-01 09:08:12 -06:00
Kaarina Tungseth
03cdd863e0
[DOCS] Redirects for drilldown links (#83846) (#84540)
* Fixes lGo to URL links

* Fixes links pt 2

* Added redirects

* Added Lens and reformatted redirects

* Removed lens and fixed broken links

* Fixes to URL drilldowns link

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-11-30 10:52:10 -06:00
Bill McConaghy
6c3d92374f
removing beta callouts (#84510) (#84518) 2020-11-30 10:23:24 -05:00
Diana Derevyankina
669b61c391
[Vega] Tutorials should be updated to include new inspector (#83797) (#84211)
* [Vega] Tutorials should be updated to include new inspector

* Revert unnecessary changes

* Add titles to the screenshots. paste the link to vega inspector and remove experimental caption

* Update some captions

* Update docs/user/dashboard/tutorials.asciidoc

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>
2020-11-25 14:27:45 +03:00
Nathan Reese
d1ece89f01
[maps] support URL drilldowns (#83732) (#83997)
* url drilldowns

* onSingleValueTrigger

* cleanup

* tslint

* revert changes to ui_actions_service

* remove unused method added to es_tooltip_property

* remove unused file

* update drilldown docs to reflect maps supports URL drilldowns

* add functional test case for URL drilldown

* do not show URL drilldowns in geometry filter action selection

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-11-20 19:18:23 -07:00
ymao1
c538861479
[Actions] Microsoft Teams connector (#83169) (#83930)
* First cut at adding teams connector

* Getting teams connector working

* Unit tests

* Updating docs

* PR comments

* PR comments

* Changing error to debug log

* Fixing imports

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-11-20 14:55:27 -05:00
Kaarina Tungseth
db21b380b1
[DOCS] Reallocates limitations to point-of-use (#79582) (#83825)
* [DOCS] Reallocates limitations to point-of-use

* KQL changes

* Removed limitations file

* Review comments
2020-11-19 11:06:24 -06:00
Kaarina Tungseth
d9ff3916d5
[DOCS] Consolidates plugins (#83712) (#83813) 2020-11-19 10:52:25 -06:00
Bill McConaghy
c9f626ccf8
Adding documentation for global action configuration options (#83557) (#83753)
* Adding documentation for global action configuration options

* Update docs/user/alerting/defining-alerts.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* incorporating PR feedback

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2020-11-18 20:24:34 -05:00
Joe Portner
8097f4588d
Clarify settings for PKI and Basic authentication provider (#83491) (#83496) 2020-11-16 17:30:13 -05:00
gchaps
38964ede3e
[DOCS] Updates Discover docs (#82773) (#83462)
* [DOCS] Updates Discover docs

* Update docs/user/discover.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/user/discover.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/user/discover.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/user/discover.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/user/discover.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/user/discover.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/user/discover.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/user/discover.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/user/discover.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* [DOCS] Incorporates review comments

* [DOCS] More changes based on edits

* [DOCS] Edits per lastest review

* [DOCS] Added redirects

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
2020-11-16 12:38:13 -08:00
Kaarina Tungseth
8f0eb4b5d8
[DOCS] Fixes handlebar links in URL drilldowns (#83177) (#83185)
* [DOCS] Fixes handlebar links in URL drilldowns

* And another one
2020-11-11 10:21:30 -06:00
Kaarina Tungseth
2b586559f0
[7.x] [DOCS] 7.10 Release Notes (#82380) (#83126)
* [DOCS] 7.10 Release Notes

* Bug fixes

* Final changes

* Review comments pt 1

* Update docs/CHANGELOG.asciidoc

Co-authored-by: hendry-lim <48344515+hendry-lim@users.noreply.github.com>

* Review comments pt 2

* [DOCS] Fixes ML acronyms

* [DOCS] Removes duplicate ML PR

* Adds coming tags

Co-authored-by: hendry-lim <48344515+hendry-lim@users.noreply.github.com>
Co-authored-by: lcawl <lcawley@elastic.co>
2020-11-10 16:33:34 -06:00
Kaarina Tungseth
a30b63e99d
[DOCS] Consolidates drilldown pages (#82081) (#83069)
* [DOCS] Consolidated drilldowns

* Review comments pt 1

* Update docs/user/dashboard/drilldowns.asciidoc

Co-authored-by: Anton Dosov <dosantappdev@gmail.com>

* Fixes supported drilldowns link

* Update src/core/public/doc_links/doc_links_service.ts

Co-authored-by: Anton Dosov <dosantappdev@gmail.com>

* Fixes rogue disable section and fixes intro formatting

* Fixes URL drilldown link

Co-authored-by: Anton Dosov <dosantappdev@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	docs/user/dashboard/url-drilldown.asciidoc
2020-11-10 15:52:41 -06:00
Bill McConaghy
9989259201
renaming built-in alerts to Stack Alerts (#82873) (#83043)
* renaming built-in alerts to Stack Alerts

* responding to PR feedback and adding glossary definition for stack alerts

* Update docs/glossary.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2020-11-10 07:38:55 -05:00
Kaarina Tungseth
87fe29a594
[7.x] [DOCS] Edits the Explore dashboard data short description (#82788) 2020-11-05 16:01:30 -06:00
Bill McConaghy
b2ef36423c
[DOCS] Adding better documentation for required RBAC settings for alerting (#82375) (#82740)
* Adding better documentation for required RBAC settings for alerting

* Bolding feature name and spelling out ampersand

* clarifying explanation of action privileges needed
2020-11-05 11:39:43 -05:00
gchaps
b300fb46e5
[DOCS] Updates index patterns docs (#81864) (#82476)
* [DOCS] Updates index patterns docs

* Update docs/management/index-patterns.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/management/index-patterns.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/management/index-patterns.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/management/index-patterns.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/management/index-patterns.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/management/index-patterns.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/management/index-patterns.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/management/index-patterns.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/management/index-patterns.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* [DOCS] Incorporates review comments

* [DOCS] Incorporated edits

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
2020-11-03 13:29:17 -08:00
Pierre Gayvallet
d449d8cbdb
[7.x] SavedObjects tagging MVP (#79096) (#82407)
* SavedObjects tagging MVP (#79096)

* create xpack plugin skeleton, start to implement management section

* add tag creation modal

* first implementation of the tags table

* use InMemoryTable

* add edit modal and delete action

* update plugin list

* add tag list, fix types

* add capabilities check on client-side

* add tag combo box component

* add missing i18n keys

* fix privilege FTR tests

* add base structure for FTR tests

* fix feature ftr test

* use string literals for i18n

* create savedObjectsTaggingOss plugin, move API types to oss plugin, start to wire to SO management page.

* update plugin list

* fix types

* allow to use `_find` with multiple references

* add FTR test for _find API on references fields

* add _find integration tests

* update generated doc

* start to implement tag filtering on SO management section

* update generated docs

* wire tagging API to dashboard listing page

* fix i18n namespace

* fix type & tests

* update dashboard listing snapshots

* adapt FTR listingTable service to search for parsable queries

* wite tagging API to visualize listing

* update tagging plugin limits

* add server-side and client-side validation for tag create/edit

* rename title field to name

* fix types

* fix types bis

* add removeReferencesTo API to SOR/SOC

* update generated doc

* add server-side unit test for `savedObjectsTagging` plugin

* move tagging API types to its own file

* add savedObjectsTaggingOss mock

* add tags_cache tests

* add tests for client-side tag client

* extract uiApi to distinct files

* various API improvements

* add more tests

* add link between tag and so management sections + add connection counts

* add base functional test suite for tagging

* add more FTR tests

* improve feature control func test

* update codeowners

* update generated doc

* fix access to proxy modal

* adapt SO save modal to allow to add tag field

* add SO decorator registry and tag implementation

* add unit tests for SO tag decorator

* add functional tests for visualize integration

* add tag SO read permission for vis/dash feature

* add RBAC api integ tests

* add API integration tests

* add test for getTagConnectionsUrl

* add SOM test suite

* add dashboard integration suite

* remove test line

* add missing unit tests

* improve API types doc

* fix create modal save button label

* remove console.log

* improve doc

* self review

* add refresh interval for tag cache

* improve page object doc

* minor cleanup

* address review comments

* small layout fixes

* add initial focus

* use lazy accessor for tag request handler context

* adapt SOM export and export route to handle references

* remove icon from feature config due to master changes

* fix SO table tests

* update generated docs

* sort tags by name in filter dropdown and listing component

* wire SO tagging to dashboard save modal

* fix types

* - add 'create tag' action in tag selector
- add notifications on update/create/delete from management
- delete modal wording

* add description max length validation

* remove real-time validation

* fix i18n bundle id

* update expected size of savedObjectsTagging plugin

* use own useIfMounted

* update limit again, contract components cannot be lazy loaded atm.

* math is hard

* remove single usage of lodash for bundle size

* add async imports for create/edit modal

* add FTR test for 'create tag' action from tag selector

* allow 'create new' option to prepopulate name field

* extract savedObjectToTag

* add advancedSettings read user for security api_integ suite

* add audit login for security client wrapper

* use import type when possible

* wire SO tagging to lens visualization

* fix lens jest test

* Fix `create tag` option being selected when closing the selector dropdown

* add sorting to tag column from getTableColumnDef

* address some of restrry comments

* rename tag selector's setSelected option to onTagsSelected

* fix audit logging even type for saved_object_remove_references

* update plugin size limit to current size

* adapt maxlength validation wording

* remove selection column until we have batch action menu

* remove connections link when user lack read privilege to savedObjectManagement

* forbid registering multiple SO decorators with the same priority

* add so decorator test

* extract getTagFindReferences and create API mock

* update audit-logging ascidoc

* doc nit

* throw conflict error if update returns any failure

* use refresh=true as default

* wording nits

* export: rename `references` to `hasReference`

* update generated doc

* set description max length to 100

* do not initialize tag cache on anonymous pages

* split fetchObjectsToExport into two distinct functions

* change tag client `delete` call order

* tsdoc nits

* more nits

* add README for oss plugin

* add oss plugin start tests

* SavedObject.find: rename `references` to `hasReference`

* change section description label

* remove url prefix constants

* last nits and comments

* update generated doc
# Conflicts:
#	.github/CODEOWNERS
#	packages/kbn-optimizer/limits.yml
#	x-pack/scripts/functional_tests.js

* fix FTR mapping files for 7.x
2020-11-03 14:35:43 +01:00
Wylie Conlon
ba11992d70
Fix example in docs (#82185) (#82307) 2020-11-02 16:01:05 -05:00
Alison Goryachev
86f33ac40b
[DOCS] Fix API Keys doc example (#82356) 2020-11-02 15:49:09 -05:00
gchaps
7e9e7f2d01
[DOCS] Updates add data content (#81093) (#82171)
* [DOCS] Updates add data content

* [DOCS] Incorporated review comments

* [DOCS] Adds content for geojson upload

* [DOCS] Fixes link

* [DOCS] Incorporates review comments

* [DOCS] Minor edits

* Update docs/setup/connect-to-elasticsearch.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/setup/connect-to-elasticsearch.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/setup/connect-to-elasticsearch.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/setup/connect-to-elasticsearch.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/setup/connect-to-elasticsearch.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
# Conflicts:
#	docs/setup/connect-to-elasticsearch.asciidoc
2020-10-30 11:24:23 -07:00
James Rodewig
86bf9088fe
[DOCS] Remove index mgmt docs (#82099) (#82164) 2020-10-30 13:13:51 -04:00
Chris Roberson
aab46570f4
Fixed dead links (#78696) (#82129)
Fixed links to 404 page.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Bo Andersen <ba0708@icloud.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-30 11:28:19 -04:00