mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
851a22830d
commit
ac1598ea9a
1 changed files with 5 additions and 5 deletions
10
docs/static/security/logstash.asciidoc
vendored
10
docs/static/security/logstash.asciidoc
vendored
|
@ -5,8 +5,7 @@
|
||||||
<titleabbrev>{security}</titleabbrev>
|
<titleabbrev>{security}</titleabbrev>
|
||||||
++++
|
++++
|
||||||
|
|
||||||
The Logstash {es} plugins (
|
The Logstash {es} plugins ({logstash-ref}/plugins-outputs-elasticsearch.html[output],
|
||||||
{logstash-ref}/plugins-outputs-elasticsearch.html[output],
|
|
||||||
{logstash-ref}/plugins-inputs-elasticsearch.html[input],
|
{logstash-ref}/plugins-inputs-elasticsearch.html[input],
|
||||||
{logstash-ref}/plugins-filters-elasticsearch.html[filter]
|
{logstash-ref}/plugins-filters-elasticsearch.html[filter]
|
||||||
and {logstash-ref}/monitoring-logstash.html[monitoring])
|
and {logstash-ref}/monitoring-logstash.html[monitoring])
|
||||||
|
@ -46,7 +45,7 @@ management], also add `manage_ilm` for cluster and `manage` and `manage_ilm` for
|
||||||
---------------------------------------------------------------
|
---------------------------------------------------------------
|
||||||
POST _xpack/security/role/logstash_writer
|
POST _xpack/security/role/logstash_writer
|
||||||
{
|
{
|
||||||
"cluster": ["manage_index_templates", "monitor", `manage_ilm`], <1>
|
"cluster": ["manage_index_templates", "monitor", "manage_ilm"], <1>
|
||||||
"indices": [
|
"indices": [
|
||||||
{
|
{
|
||||||
"names": [ "logstash-*" ], <2>
|
"names": [ "logstash-*" ], <2>
|
||||||
|
@ -56,8 +55,9 @@ POST _xpack/security/role/logstash_writer
|
||||||
}
|
}
|
||||||
---------------------------------------------------------------
|
---------------------------------------------------------------
|
||||||
|
|
||||||
<1> The cluster needs the `manage_ilm` privilege if want to use
|
<1> The cluster needs the `manage_ilm` privilege if
|
||||||
{ref}/getting-started-index-lifecycle-management.html[index lifecycle management].
|
{ref}/getting-started-index-lifecycle-management.html[index lifecycle management]
|
||||||
|
is enabled.
|
||||||
|
|
||||||
<2> If you use a custom Logstash index pattern, specify your custom pattern
|
<2> If you use a custom Logstash index pattern, specify your custom pattern
|
||||||
instead of the default `logstash-*` pattern.
|
instead of the default `logstash-*` pattern.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue