-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[DOCS][Reporting] Adds info about using a custom reporting index #54052
Conversation
Pinging @elastic/kibana-docs (Team:Docs) |
==== With a custom index | ||
|
||
If you are using Reporting with a custom index, | ||
start the `xpack.reporting.index` setting |
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.
Maybe:
If you are using Reporting with a custom index, the
xpack.reporting.index
setting should begin with.reporting-
. The default {kib} user hasall
privileges against the.reporting-*
pattern of indices.
The change would make it consistent with the wording where there is similar advice: https://www.elastic.co/guide/en/kibana/current/configuring-reporting.html#report-indices
On that page, it says:
NOTE: If security is enabled, the
xpack.reporting.index
setting should begin with.reporting-
in order for thekibana_system
role to have the necessary privileges over the index.
…le-saved-objects * 'master' of github.com:elastic/kibana: (86 commits) [Uptime] Added date range filter into expanded list query (elastic#52609) [SIEM] Add react/display-name eslint rule (elastic#53107) [SIEM] Enable eslint prefer-template rule (elastic#53983) Elasticsearch snapshots automation (elastic#53706) [SIEM] Enable eslint react/no-children-prop (elastic#53985) [DOCS][Reporting] Adds info about using a custom reporting index (elastic#54052) Changing background color to align with EUI color (elastic#54060) Fix linting issues (elastic#54068) NP Migration: Move doc views registry and existing doc views into discover plugin (elastic#53465) [ML] DF Analytics job creation: Add 'excludes' input field to form (elastic#53856) EMT-issue-65: add endpoint list api (elastic#53861) [SIEM] Fix doubled drag handles in Timeline (elastic#52679) Functional tests: refactor visualize_page (elastic#53845) [Dashboard] Redesign empty screen in readonly mode (elastic#54073) [ML] Support search for partitions on Single Metric Viewer (elastic#53879) update apm index pattern (elastic#54095) Add data ui for envoyproxy Metricbeat Module (elastic#53476) [ML] persist the brush when expanded to full width (elastic#54020) Skip failing test (elastic#54100) [APM] Show errors on the timeline instead of under the transaction (elastic#53756) ... # Conflicts: # src/legacy/core_plugins/console/public/np_ready/application/contexts/services_context.tsx # src/legacy/core_plugins/console/public/np_ready/application/index.tsx
…/kibana into feature/console-saved-objects * 'feature/console-saved-objects' of github.com:jloleysens/kibana: (86 commits) [Uptime] Added date range filter into expanded list query (elastic#52609) [SIEM] Add react/display-name eslint rule (elastic#53107) [SIEM] Enable eslint prefer-template rule (elastic#53983) Elasticsearch snapshots automation (elastic#53706) [SIEM] Enable eslint react/no-children-prop (elastic#53985) [DOCS][Reporting] Adds info about using a custom reporting index (elastic#54052) Changing background color to align with EUI color (elastic#54060) Fix linting issues (elastic#54068) NP Migration: Move doc views registry and existing doc views into discover plugin (elastic#53465) [ML] DF Analytics job creation: Add 'excludes' input field to form (elastic#53856) EMT-issue-65: add endpoint list api (elastic#53861) [SIEM] Fix doubled drag handles in Timeline (elastic#52679) Functional tests: refactor visualize_page (elastic#53845) [Dashboard] Redesign empty screen in readonly mode (elastic#54073) [ML] Support search for partitions on Single Metric Viewer (elastic#53879) update apm index pattern (elastic#54095) Add data ui for envoyproxy Metricbeat Module (elastic#53476) [ML] persist the brush when expanded to full width (elastic#54020) Skip failing test (elastic#54100) [APM] Show errors on the timeline instead of under the transaction (elastic#53756) ...
…stic#54052) * [DOCS][Reporting] Adds info about using a custom reporting index * [DOCS] Incorporates edits into reporting security doc
…stic#54052) * [DOCS][Reporting] Adds info about using a custom reporting index * [DOCS] Incorporates edits into reporting security doc
…stic#54052) * [DOCS][Reporting] Adds info about using a custom reporting index * [DOCS] Incorporates edits into reporting security doc
…stic#54052) * [DOCS][Reporting] Adds info about using a custom reporting index * [DOCS] Incorporates edits into reporting security doc
…stic#54052) * [DOCS][Reporting] Adds info about using a custom reporting index * [DOCS] Incorporates edits into reporting security doc
) (#54171) * [DOCS][Reporting] Adds info about using a custom reporting index * [DOCS] Incorporates edits into reporting security doc
) (#54170) * [DOCS][Reporting] Adds info about using a custom reporting index * [DOCS] Incorporates edits into reporting security doc
) (#54169) * [DOCS][Reporting] Adds info about using a custom reporting index * [DOCS] Incorporates edits into reporting security doc
) (#54167) * [DOCS][Reporting] Adds info about using a custom reporting index * [DOCS] Incorporates edits into reporting security doc
) (#54165) * [DOCS][Reporting] Adds info about using a custom reporting index * [DOCS] Incorporates edits into reporting security doc
Summary
Closes #17976
This PR adds information about starting the
xpack.reporting.index
setting with.reporting-*
.Here is a formatted version of the changes: Reporting and security
[skip ci]