Commit graph

3204 commits

Author SHA1 Message Date
Kaarina Tungseth
2047c507c1
[DOCS] Reformats Dashboard (#111463) (#112340)
* [DOCS] Updates the Dashboard docs for 7.15

* Reformatting

* Reformatting

* Adds experimental tag to controls

* Review comments

* Review comments

* Removes Labs from Dashboard
2021-09-15 15:31:36 -04:00
Kaarina Tungseth
7a7f484874
[DOCS] Adds dashboard troubleshooting (#111570) (#112335)
* [DOCS] Adds dashboard troubleshooting

* Adds asciidoc file to dashboard

* Adds Timelion app image

* Update docs/user/dashboard/dashboard-troubleshooting.asciidoc

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

* Review comments

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

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-09-15 15:04:44 -04:00
Kaarina Tungseth
6fff85fe74
[+Doc] ERROR: Kibana server not yet ready (#111230) (#112306)
Adds section to bottom of [Kibana start-up](https://www.elastic.co/guide/en/kibana/current/access.html#status) for `Kibana server is not ready yet` error since second top Elastic Discuss post last 30d ([specific](https://discuss.elastic.co/t/error-kibana-server-is-not-ready-yet/156834/21) & [general](https://discuss.elastic.co/t/kibana-server-is-not-ready-yet/241217)). Copying @markwalkom's work.

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

Co-authored-by: Stef Nestor <steffanie.nestor@gmail.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-09-15 12:24:56 -04:00
Kaarina Tungseth
6cef8059a9
[DOC] Update Persist Keystore via Docker (#110917) (#112297)
From feedback from ES Devs summarized in [this Elastic Discuss](https://discuss.elastic.co/t/persist-elasticsearch-kibana-keystores-with-docker/283099), Adding to [this doc section](https://www.elastic.co/guide/en/kibana/7.14/docker.html#bind-mount-config) information on persisting keystores. [ES related PR](https://github.com/elastic/elasticsearch/pull/77155)

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

Co-authored-by: Stef Nestor <steffanie.nestor@gmail.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-09-15 11:47:18 -04:00
Kaarina Tungseth
5cc356015b
[DOCS] Updates introduction doc (#108122) (#112295)
* [DOCS] Updates What's new doc

* [DOCS] Updates images of home page

* [DOCS] Updates the analyze section

* Updates the visualization journey image

* Update docs/user/introduction.asciidoc

Co-authored-by: Lisa Cawley <lcawley@elastic.co>

* [DOCS] Removes apps and points to feature page instead

* Update docs/user/introduction.asciidoc

* Update docs/user/introduction.asciidoc

* Update docs/user/introduction.asciidoc

* Update docs/user/introduction.asciidoc

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: KOTungseth <kaarina.tungseth@elastic.co>
Co-authored-by: Lisa Cawley <lcawley@elastic.co>

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2021-09-15 11:44:37 -04:00
Kibana Machine
4b20ae765c
[Enterprise Search] Remove Beta notification for plugin 🎉 (#112184) (#112258)
Co-authored-by: Scotty Bollinger <scotty.bollinger@elastic.co>
2021-09-15 11:03:46 -04:00
Stratoula Kalafateli
40e0ce8772
Move to vis_types folder part 3 (#112084) (#112243)
* Move to vis_types folder part 3

* Fix jest tests
# Conflicts:
#	.github/CODEOWNERS
#	.i18nrc.json
#	api_docs/data.json
#	api_docs/vis_type_timelion.json
2021-09-15 10:17:34 -04:00
Kibana Machine
28b32b0aa1
[core.metrics] Add support for multiple processes in ops metrics & stats API; deprecate process field (#109820) (#112108)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Ahmad Bamieh <ahmadbamieh@gmail.com>
2021-09-14 12:13:17 -04:00
Diana Derevyankina
b000066d64
[TSVB] Support custom field format (#101245) (#111928)
* [TSVB] Support custom field format

Add format_label response processor for series vis data and bucket key formatting to process_bucket for table vis data

* Add ignore_field_formatting for series to support value formatting for all panel types except markdown

* Fix type issue for visData and rename getCustomFieldFormatter to createCustomFieldFormatter

* Update vis.test to cover custom field formats logic and add a migration script to set ignore_field_formatting to true for the series

* Move createCustomFieldFormatter to a separate file, make formatting respect only active metrics field name, refactor vis files and fix label formatting only for grouped by terms series

* Remove services, add getFieldFormatsService  to use it in format_label and get_table_data, replace getCustomFieldFormatter with createCustomFieldFormatter

* Update plugin.ts

* Update start for plugin.ts

* Add formatting for annotations and markdown values

* Refactor some code

* Update some naming and conditions

* Fix formatting of data type labels

* In process_bucket fix case for no getFieldFormatByName

* Add field formatting functional tests for all panel types

* Update tests to make them run correctly for firefox

* Update _tsvb_markdown test setup

* Move series ignoreFieldFormatting check to a separate file, change convertSeriesToVars signature, update migration script and refactor a bit functional tests

* Fix type check for timeseries_visualization.tsx

* Update migrations.js test expected version to 7.15

* Fix tests in _tsvb_chart.ts

* Fix merge conflict remove process_bucket.js

* Update process_bucket.test.ts

* Fix markdown labels formatting

* Add ignore_field_formatting for annotations, enhanced migration script to set that flag to true, refactor data_format_picker

* Fix migration script and add disabling for ignore component when string index pattern is used

* Add supporting URL and color formatters in tsvb table

* Fix eslint

* Remove ignore formatting component, add field formatting option to TSVB data format picker and make it default, remove migration script, update tests and refactor some files

* Fix failing tests, refactor create_field_formatter and add test to it, update some other files

* Fix series formatting for top hit when it has not numeric result

* Handle no fieldFormatMap case for table/vis.js

* Remove "Default" option form DataFormatPicker when index pattern is string, fix markdown variables issue and refactor some code

* Chore(TSVB): Replace aggregations lookup with map

* Fix types, update test expected data and remove unused translations

* Fix i18 check and useEffect in agg.tsx

* Handle aggregations field formatting case

* Fix agg_utils, vis and check_if_numeric_metric tests

* Correct typo and refactor condition in std_metric

* Fix type check

* Get rid of IFieldType

* Add URL and color formatting for topN and metric tabs, fix setting initial custom formatter and switching formatter in agg.tsx

* Update tsvb.asciidoc

* Remove link icon from Date format field help text, update click logic for top N in case of custom field format and fix CI

* Remove unused import

* Revert top N bar extra logic for click

* Refactor some code in agg.tsx

* Add URL and color formatting to Gauge

* Fix bug with terms formatting, refactor some code, update create_field_formatter

* Add comments to _gauge.scss

* Remove unnecessary await

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

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Uladzislau Lasitsa <Uladzislau_Lasitsa@epam.com>
2021-09-13 07:18:34 -04:00
Uladzislau Lasitsa
7c49a2d7b7
[7.x] Timelion App removal (#110255) (#111851)
* Timelion App removal (#110255)

* Remove timelion app and stuff which related to it

* Fix CI

* Fix lint

* Fix tests

* Fix tests

* Fis tests

* Fix some comments

* Clean up

* fix CI

* fix some comments

* Fix deprecation examples

* Return `enabled` property in config for timelion vis

* Remove unused angular lib

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

* Fix CI

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Alexey Antonov <alexwizp@gmail.com>
2021-09-10 15:57:40 -04:00
Rudolf Meijering
ca2980eb19
[7.x] legacy dashboards import/export API: deprecation logs and usage data (#111283) (#111710)
* legacy dashboards import/export API: deprecation logs and usage data (#111283)

* Move legacy dashboards API to core and adds usage data

* More legacy_export plugin removal

* Log a warning for deprecated dashboard import/export API

* Review comments
# Conflicts:
#	.github/CODEOWNERS
#	docs/developer/plugin-list.asciidoc
#	src/core/server/saved_objects/routes/legacy_import_export/lib/index.ts

* Fix type errors
2021-09-10 06:50:29 -04:00
Lisa Cawley
5b88ab7661
Replace hard-coded links in infra alerting (#111072) (#111786) 2021-09-09 16:37:56 -04:00
Chris Roberson
0d4c39d133
[Actions] Treat failures as successes for Task Manager (#109655) (#111769)
* Support retry with email as an example

* Fix tests

* Add logic to treat as failure if there is a retry

* Handle retry better

* Make this optional

* Tweaks

* Remove unnecessary code

* Fix existing tests

* Add some unit tests

* Add test

* Add doc note

* More docs

* PR feedback

* Update docs/management/action-types.asciidoc

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

* Update docs/management/action-types.asciidoc

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

* Update docs/management/action-types.asciidoc

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

* Update docs/management/action-types.asciidoc

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

* Update docs/management/action-types.asciidoc

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

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>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-09 15:11:30 -04:00
Kaarina Tungseth
afe7869b19
[DOCS] Adds preview to runtime fields (#110327) (#111764)
* [DOCS] Adds preview to runtime fields

* Final draft changes

* Review comments
2021-09-09 12:53:37 -04:00
Lisa Cawley
f05e18da34
[DOCS] APM failed transaction correlations (#111219) (#111742) 2021-09-09 08:53:10 -07:00
Dzmitry Lemechko
8dd4f49d9f
[jest] update config files to get coverage per plugin (#111299) (#111674)
* [jest] update config files to get coverage per plugin

* [docs] add details about plugin coverage collection

* fix path for newsfeed jest config

* fix lint error

* update documentation

* fix lint errors again

* update doc

* fix another lint error

* Update src/plugins/telemetry_management_section/jest.config.js

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>

* Update src/plugins/telemetry_management_section/jest.config.js

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>

* [kibana_legacy] fix path

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	packages/kbn-ui-framework/README.md
#	src/plugins/legacy_export/jest.config.js
2021-09-09 04:47:28 -04:00
Kibana Machine
5739942a2a
[docs/docker] Include server.shutdownTimeout in default configuration (#111468) (#111647)
Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
2021-09-08 16:15:54 -04:00
Lisa Cawley
56cb2fdd36
[7.x] Replace hard-coded doc links in uptime #111075 (#111576) 2021-09-08 12:57:33 -07:00
Jonathan Budzenski
d39a53f274
[7.x] [docker] Replace deprecated server.host value in default config (#111467)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-08 14:35:31 -05:00
Stratoula Kalafateli
705d2b07c8
[7.x] [Vislib] Removes old implementation of xy chart (#110786) (#111558)
* [Vislib] Removes old implementation of xy chart (#110786)

* [Vislib] Remove xy chart

* Update i18n

* Remove uncecessary file

* Fix types

* More fixes

* Fix functional tests part 1

* Fix functional tests part 2

* Fix bug with shard-delay

* Fix functional tests part 3

* fix functional tests part4

* Fix async_serch FT

* Fix functional dashboard async test

* REplace screenshot area chart image

* Cleanup vislib from xy charts

* Remove unused fixtures

* Address PR comments

* Remove miaou :D

* Address PR comments

* Fix i18n

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	docs/management/advanced-options.asciidoc
#	test/functional/screenshots/baseline/area_chart.png

* Fixes

* Remove setting from docs

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-08 14:41:12 -04:00
Kibana Machine
2736520d28
[sample data] update web log geo.src field to match country code of geo.coordinates (#110885) (#111434)
* [sample data] update web log geo.src field to match country code of geo.coordinates

* fix functional tests

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

Co-authored-by: Nathan Reese <reese.nathan@gmail.com>
2021-09-07 15:17:35 -04:00
Kibana Machine
43d55d95dd
add hasHeaderBanner$ API to chrome (#111248) (#111391)
* add hasHeaderBanner$ API to chrome

* update generated doc

Co-authored-by: Pierre Gayvallet <pierre.gayvallet@gmail.com>
2021-09-07 12:15:29 -04:00
István Zoltán Szabó
e7aef42036
[APM] Uses doc link service instead of ElasticDocsLink for linking custom links (#111149) (#111334) 2021-09-07 07:28:42 -04:00
István Zoltán Szabó
c9e42c92ea
[APM] Uses doc link service instead of ElasticDocsLink for linking dropped transaction spans (#110964) (#111315) 2021-09-07 04:50:39 -04:00
István Zoltán Szabó
2cace2f7ec
[APM] Uses doc link service instead of ElasticDocsLink for linking upgrading info (#111155) (#111293) 2021-09-06 13:35:12 -04:00
István Zoltán Szabó
17d06c8a07
[APM] Uses doc link service instead of ElasticDocsLink for linking metadata (#110992) (#111282) 2021-09-06 11:15:17 -04:00
Kibana Machine
04fd82e140
[APM] Clean up readme (#110973) (#111237)
* [APM] Clean up readme

* Update linting.md

* Update testing.md

* Update testing.md

* Update testing.md

* Update plugin-list.asciidoc

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

Co-authored-by: Søren Louv-Jansen <sorenlouv@gmail.com>
2021-09-05 20:00:02 +00:00
Kibana Machine
495c3fb1a0
[Alerting][Docs] Add de-duplication example to ES query docs + update email docs wording (#111026) (#111226)
* Change to allowlist

* Adding example to es query rule

* Apply suggestions from code review

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

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

Co-authored-by: ymao1 <ying.mao@elastic.co>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-09-03 18:59:44 -04:00
Kibana Machine
dd3357f5ac
[Docs] Logging settings: add explanation of appenders, loggers and root (#111013) (#111204)
Co-authored-by: Alejandro Fernández Haro <alejandro.haro@elastic.co>
2021-09-03 15:16:55 -04:00
ymao1
ef2e1306f4
[Actions] Allowing service specification in email connector config (#110458) (#111146)
* Initial commit of serverType in email connector config

* Fleshing in route to get well known email service configs from nodemailer

* Adding elastic cloud to well known server type

* Cleaning up email constants and allowing for empty selection

* Showing error if user doesn't select server type

* Adding hook for setting email config based on server type

* Adding tests and making sure settings are not overwritten on edit

* Fixing functional test

* Adding migration

* Adding functional test for migration

* Repurposing service instead of adding serverType

* Cleanup

* Disabling host/port/secure form fields when settings retrieved from API

* Updating docs for service

* Filtering options based on whether cloud is enabled

* Initialize as disabled

* Fixing types

* Update docs/management/connectors/action-types/email.asciidoc

Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com>

Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com>
# Conflicts:
#	x-pack/plugins/actions/server/saved_objects/actions_migrations.test.ts
#	x-pack/plugins/actions/server/saved_objects/actions_migrations.ts
2021-09-03 12:20:31 -04:00
Kibana Machine
a61da28f52
Adding experimental to event log mentions in the docs (#110876) (#111113)
Co-authored-by: ymao1 <ying.mao@elastic.co>
2021-09-03 07:46:50 -04:00
Rudolf Meijering
93dfcc6be3
[7.x] Migrationsv2: limit batch sizes to migrations.batchSizeBytes (= 100mb by default) (#109540) (#110967)
* Migrationsv2: limit batch sizes to migrations.batchSizeBytes (= 100mb by default) (#109540)

* Fix logging for existing integration test

* First stab at limiting batches to batchSizeBytes

* Fix tests

* Fix batch size calculation, NDJSON needs to be terminated by an empty line

* Integration tests

* Fix type failures

* rename migration integration tests and log files to be consistent & more descriptive

* Review feedback

* Remove duplication of fatal error reasons

* migrations.maxBatchSizeBytes to docker environment vars

* docs for migrations.maxBatchSizeBytes
# Conflicts:
#	src/core/server/saved_objects/migrationsv2/integration_tests/7_13_0_unknown_types.test.ts
#	src/core/server/saved_objects/migrationsv2/integration_tests/migration_from_v1.test.ts

* Fix tests on 7.x being off by one byte

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-03 07:36:13 -04:00
Stratoula Kalafateli
c13f6ad381
Move to vis_types folder part 2 (#110574) (#111092)
* Move to vis_types folder part 2

* fix jest tests

* do some tests

* revert

* Test Tiago's fix

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	.github/CODEOWNERS
2021-09-03 06:47:26 -04:00
Kaarina Tungseth
e3ebd8ed23
[7.x] [DOCS] Adds security updates to 7.14.1 release notes (#111007) (#111062) 2021-09-02 18:14:25 -04:00
Kaarina Tungseth
569406ad15
[DOCS] Updates Spaces page (#111005) (#111056) 2021-09-02 18:03:45 -04:00
Kaarina Tungseth
35ae2d62d0
[DOCS] Adds Lens Inspector and minor edits (#109736) (#111053)
* [DOCS] Adds Lens Inspector and minor edits

* Update docs/user/dashboard/lens.asciidoc

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

* Removes outdated menus and adds new visual component content

* Updates with review comments

* Last review comment

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

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-09-02 18:02:29 -04:00
gchaps
a7efb20251
[DOCS] Updates Discover docs (#110346) (#111008)
* [DOCS] Updates search for relevance doc

* [DOCS] Updates Discover intro doc
2021-09-02 12:08:13 -04:00
Lisa Cawley
64c333c6dc
[DOCS] Latency correlations (#110557) (#110887) 2021-09-01 18:33:20 -04:00
Lisa Cawley
7b30aec2e2
[APM] Use doc link service instead of ElasticDocsLink (#109027) (#110873) 2021-09-01 17:37:05 -04:00
Tim Sullivan
fd566bd4dc
Update reporting-settings.asciidoc (#110752) (#110882) 2021-09-01 16:06:18 -04:00
Ahmad Bamieh
f85a7b9e7e
[7.x] [Core deprecations] Add title field to deprecation info (#109840) (#110776)
* merge conflicts

* fix snapshot
2021-09-01 12:06:21 -04:00
Sergi Massaneda
9e6a2821c9
[7.x] [RAC] Remove rbac on security solution side (#110472) (#110765)
* [RAC] Remove rbac on security solution side (#110472)

* wip to remove rbac

* Revert "[Cases] Include rule registry client for updating alert statuses (#108588)"

This reverts commit 1fd7038b34.

This leaves the rule registry mock changes

* remove rbac on Trend/Count alert

* update detection api for status

* remove @kbn-alerts packages

* fix leftover

* Switching cases to leverage update by query for alert status

* Adding missed files

* fix bad logic

* updating tests for use_alerts_privileges

* remove index alias/fields

* fix types

* fix plugin to get the right index names

* left over of alis on template

* forget to use current user for create/read route index

* updated alerts page to not show table when no privileges and updates to tests

* fix bug when switching between o11y and security solution

* updates tests and move to use privileges page when user tries to access alerts without proper access

* updating jest tests

* pairing with yara

* bring back kbn-alerts after discussion with the team

* fix types

* fix index field for o11y

* fix bug with updating index priv state

* fix i18n issue and update api docs

* fix refresh on alerts

* fix render view on alerts

* updating tests and checking for null in alerts page to not show no privileges page before load

* fix details rules

Co-authored-by: Jonathan Buttner <jonathan.buttner@elastic.co>
Co-authored-by: Yara Tercero <yara.tercero@elastic.co>
# Conflicts:
#	x-pack/plugins/security_solution/cypress/integration/detection_alerts/alerts_details.spec.ts

* skip test

Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com>
2021-09-01 10:31:01 -04:00
Kaarina Tungseth
14a11036ed
[7.x] [DOCS] Adds the 7.14.1 release notes (#110107) (#110672) 2021-09-01 09:28:29 -05:00
Kibana Machine
c64623753a
[DOCS] Documenting securitySolution:defaultThreatIndex field (#110313) (#110721)
Co-authored-by: nastasha-solomon <79124755+nastasha-solomon@users.noreply.github.com>
2021-08-31 17:31:18 -04:00
Stacey Gammon
e7dbd91d3d
[7.x] Make owner attribute required on kibana.json (#108231) (#110215)
* Make owner attribute required on kibana.json (#108231)

* make owner attribute required

* Add owner properties in more places

* add test for owner attribute

* add error check too in the test

* Fix tests

* fix tests and update docs

* wip

* More test fixes

* Fix All The Errorz

* Adding more owner attributes

* Update x-pack/test/saved_object_api_integration/common/fixtures/saved_object_test_plugin/kibana.json

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>

* Update x-pack/test/ui_capabilities/common/fixtures/plugins/foo_plugin/kibana.json

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>

* commeeeooonnnn

* Update docs

* soooo many kibanajsons

* adjust plugin generator to add an owner

* Add owner to the plugin generator scripts

* update snapshot

* Fix snapshot

* review updates

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	dev_docs/tutorials/building_a_plugin.mdx
#	src/dev/code_coverage/ingest_coverage/integration_tests/fixtures/test_plugin/kibana.json
#	test/common/fixtures/plugins/coverage/kibana.json

* Update kibana.json

Add owner attribute

* Remove this json file. It was deleted.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-31 16:19:52 -04:00
Tim Sullivan
4c5328bc0f
[Reporting/Docs] Clarify reporting user access control options (#110545) (#110690)
* [Reporting/Docs] Clarify reporting user access control with kibana privileges

* add reporting docs to code owners

* Update docs/setup/configuring-reporting.asciidoc

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

* Update docs/settings/reporting-settings.asciidoc

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

* Update docs/setup/configuring-reporting.asciidoc

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

* Update docs/setup/configuring-reporting.asciidoc

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

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
# Conflicts:
#	.github/CODEOWNERS
2021-08-31 14:18:43 -04:00
Matthew Kime
3d3cb0c46f
Turn off api changes for app services and remove legacy docs for App Services plugins (#109927) (#110378)
* Turn off legacy docs build script for app services plugins

* Remove legacy docs

* remove all *.api.md (minus core)

Co-authored-by: Stacey Gammon <gammon@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-27 11:54:23 -04:00
Kibana Machine
3043d31a11
[Alerting] Remove predefined connectors from rule reference array (#109437) (#110317)
* Exposing preconfigured connectors through actions setup contract

* Adding stub for migration using preconfigured connectors

* Adding isPreconfigured fn to actions client

* Updating rules client logic to not extract predefined connector ids

* Functional tests

* Adding migration

* Adding functional test for migration

* Adding functional test for migration

* Adding note to docs about referenced_by_count if is_preconfigured

* Fixing functional test

* Changing to isPreconfiguredConnector fn in actions plugin setup contract

* Update docs/api/actions-and-connectors/get_all.asciidoc

Co-authored-by: Mike Côté <mikecote@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Mike Côté <mikecote@users.noreply.github.com>

Co-authored-by: ymao1 <ying.mao@elastic.co>
Co-authored-by: Mike Côté <mikecote@users.noreply.github.com>
2021-08-26 17:09:28 -04:00
Kibana Machine
247f6102b2
bulkGet saved objects across spaces (#109967) (#110270)
Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
2021-08-26 13:56:29 -04:00
Kibana Machine
8875ce2a9a
[Lens] Inspect flyout should be available in editor mode. (#109656) (#110243)
* [Lens] Inspect flyout should be available in editor mode.

* fix typo

* add test

* add functional tests for inspector

* toMatchInlineSnapshot -> toMatchSnapshot

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

Co-authored-by: Alexey Antonov <alexwizp@gmail.com>
2021-08-26 12:42:45 -04:00