-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into move-elastic-eslint-config-kibana-into-bazel
- Loading branch information
Showing
201 changed files
with
5,296 additions
and
892 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
// tag::classic-indices[] | ||
[options="header"] | ||
|==== | ||
|Type |Privilege |Purpose | ||
|
||
|Index | ||
|`read` on `apm-*` | ||
|Read-only access to `apm-*` data | ||
|
||
|Index | ||
|`view_index_metadata` on `apm-*` | ||
|Read-only access to `apm-*` index metadata | ||
|==== | ||
// end::classic-indices[] | ||
|
||
// tag::data-streams[] | ||
[options="header"] | ||
|==== | ||
|Type |Privilege |Purpose | ||
|
||
|Index | ||
|`read` on `logs-apm*` | ||
|Read-only access to `logs-apm*` data | ||
|
||
|Index | ||
|`view_index_metadata` on `logs-apm*` | ||
|Read-only access to `logs-apm*` index metadata | ||
|
||
|Index | ||
|`read` on `metrics-apm*` | ||
|Read-only access to `metrics-apm*` data | ||
|
||
|Index | ||
|`view_index_metadata` on `metrics-apm*` | ||
|Read-only access to `metrics-apm*` index metadata | ||
|
||
|Index | ||
|`read` on `traces-apm*` | ||
|Read-only access to `traces-apm*` data | ||
|
||
|Index | ||
|`view_index_metadata` on `traces-apm*` | ||
|Read-only access to `traces-apm*` index metadata | ||
|==== | ||
// end::data-streams[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
++++ | ||
<div class="tabs" data-tab-group="apm-app-reader"> | ||
<div role="tablist" aria-label="APM app reader"> | ||
<button role="tab" | ||
aria-selected="true" | ||
aria-controls="classic-indices-tab" | ||
id="classic-indices"> | ||
Classic APM indices | ||
</button> | ||
<button role="tab" | ||
aria-selected="false" | ||
aria-controls="data-streams-tab" | ||
id="data-streams" | ||
tabindex="-1"> | ||
Data streams | ||
</button> | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="classic-indices-tab" | ||
aria-labelledby="classic-indices"> | ||
++++ | ||
|
||
include::content.asciidoc[tag=classic-indices] | ||
|
||
++++ | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="data-streams-tab" | ||
aria-labelledby="data-streams" | ||
hidden=""> | ||
++++ | ||
|
||
include::content.asciidoc[tag=data-streams] | ||
|
||
++++ | ||
</div> | ||
</div> | ||
++++ |
53 changes: 53 additions & 0 deletions
53
docs/apm/tab-widgets/central-config-users/content.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
// tag::classic-indices[] | ||
[options="header"] | ||
|==== | ||
|Type |Privilege |Purpose | ||
|
||
|Index | ||
|`read` on `apm-*` | ||
|Read-only access to `apm-*` data | ||
|
||
|Index | ||
|`view_index_metadata` on `apm-*` | ||
|Read-only access to `apm-*` index metadata | ||
|==== | ||
// end::classic-indices[] | ||
|
||
// tag::data-streams[] | ||
[options="header"] | ||
|==== | ||
|Type |Privilege |Purpose | ||
|
||
|Index | ||
|`read` on `apm-agent-configuration` | ||
|Read-only access to `apm-agent-configuration` data | ||
|
||
|Index | ||
|`view_index_metadata` on `apm-agent-configuration` | ||
|Read-only access to `apm-agent-configuration` index metadata | ||
|
||
|Index | ||
|`read` on `logs-apm*` | ||
|Read-only access to `logs-apm*` data | ||
|
||
|Index | ||
|`view_index_metadata` on `logs-apm*` | ||
|Read-only access to `logs-apm*` index metadata | ||
|
||
|Index | ||
|`read` on `metrics-apm*` | ||
|Read-only access to `metrics-apm*` data | ||
|
||
|Index | ||
|`view_index_metadata` on `metrics-apm*` | ||
|Read-only access to `metrics-apm*` index metadata | ||
|
||
|Index | ||
|`read` on `traces-apm*` | ||
|Read-only access to `traces-apm*` data | ||
|
||
|Index | ||
|`view_index_metadata` on `traces-apm*` | ||
|Read-only access to `traces-apm*` index metadata | ||
|==== | ||
// end::data-streams[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
++++ | ||
<div class="tabs" data-tab-group="central-config-manager"> | ||
<div role="tablist" aria-label="Central config manager"> | ||
<button role="tab" | ||
aria-selected="true" | ||
aria-controls="classic-indices-tab" | ||
id="classic-indices"> | ||
Classic APM indices | ||
</button> | ||
<button role="tab" | ||
aria-selected="false" | ||
aria-controls="data-streams-tab" | ||
id="data-streams" | ||
tabindex="-1"> | ||
Data streams | ||
</button> | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="classic-indices-tab" | ||
aria-labelledby="classic-indices"> | ||
++++ | ||
|
||
include::content.asciidoc[tag=classic-indices] | ||
|
||
++++ | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="data-streams-tab" | ||
aria-labelledby="data-streams" | ||
hidden=""> | ||
++++ | ||
|
||
include::content.asciidoc[tag=data-streams] | ||
|
||
++++ | ||
</div> | ||
</div> | ||
++++ |
Oops, something went wrong.