File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,16 @@ monitoring.cluster_uuid: PRODUCTION_ES_CLUSTER_UUID
39
39
::: :
40
40
41
41
42
- ::::{dropdown} Create a monitoring user (standalone agent only)
42
+ ::::{dropdown} Grant agent access to Elasticsearch (standalone agent only)
43
43
:name : create-user-db
44
44
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)
46
52
47
53
::: :
48
54
You can’t perform that action at this time.
0 commit comments