mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
* Fix standalone agent access for agent-driven monitoring
Change incorrect dedicated instructions, and base them on those from running Elastic Agent
in standalone mode.
---------
Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
(cherry picked from commit 5a052b33f9
)
Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
This commit is contained in:
parent
fcf313ae93
commit
47fc185a8a
2 changed files with 15 additions and 4 deletions
|
@ -39,10 +39,16 @@ monitoring.cluster_uuid: PRODUCTION_ES_CLUSTER_UUID
|
|||
::::
|
||||
|
||||
|
||||
::::{dropdown} Create a monitoring user (standalone agent only)
|
||||
::::{dropdown} Grant agent access to Elasticsearch (standalone agent only)
|
||||
:name: create-user-db
|
||||
|
||||
Create a user on the production cluster that has the `remote_monitoring_collector` [built-in role](elasticsearch://reference/elasticsearch/roles.md).
|
||||
|
||||
Minimal permissions required to send Logstash monitoring data to Elasticsearch:
|
||||
|
||||
* `monitor` cluster privilege
|
||||
* `auto_configure` and `create_doc` index privileges on `logs-*` and `metrics-*` indices.
|
||||
|
||||
See [Grant standalone Elastic Agents access to Elasticsearch](docs-content://reference/fleet/grant-access-to-elasticsearch.md)
|
||||
|
||||
::::
|
||||
|
||||
|
|
|
@ -47,10 +47,15 @@ monitoring.cluster_uuid: PRODUCTION_ES_CLUSTER_UUID
|
|||
::::
|
||||
|
||||
|
||||
::::{dropdown} Create a monitoring user (standalone agent only)
|
||||
::::{dropdown} Grant agent access to Elasticsearch (standalone agent only)
|
||||
:name: create-user-ea
|
||||
|
||||
Create a user on the production cluster that has the `remote_monitoring_collector` [built-in role](elasticsearch://reference/elasticsearch/roles.md).
|
||||
Minimal permissions required to send Logstash monitoring data to Elasticsearch:
|
||||
|
||||
* `monitor` cluster privilege
|
||||
* `auto_configure` and `create_doc` index privileges on `logs-*` and `metrics-*` indices.
|
||||
|
||||
See [Grant standalone Elastic Agents access to Elasticsearch](docs-content://reference/fleet/grant-access-to-elasticsearch.md)
|
||||
|
||||
::::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue