Skip to content

Commit efad6db

Browse files
committed
Add monitoring with dashboards too
1 parent a9198a1 commit efad6db

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/reference/dashboard-monitoring-with-elastic-agent.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,16 @@ monitoring.cluster_uuid: PRODUCTION_ES_CLUSTER_UUID
3939
::::
4040

4141

42-
::::{dropdown} Create a monitoring user (standalone agent only)
42+
::::{dropdown} Grant agent access to Elasticsearch (standalone agent only)
4343
:name: create-user-db
4444

45-
Create a user on the production cluster that has the `remote_monitoring_collector` [built-in role](elasticsearch://reference/elasticsearch/roles.md).
45+
46+
Minimal permissions required to send Logstash monitoring data to Elasticsearch:
47+
48+
* `monitor` cluster privilege
49+
* `auto_configure` and `create_doc` index privileges on `logs-*` and `metrics-*` indices.
50+
51+
See [Grant standalone Elastic Agents access to Elasticsearch](docs-content://reference/fleet/grant-access-to-elasticsearch.md)
4652

4753
::::
4854

0 commit comments

Comments
 (0)