there is an increasing demand for native CEF processing in Ingest Node, particularly for users who want to move away from Beats or Logstash and leverage the performance benefits and flexibility of Ingest Pipeli
...re/src/main/java/org/elasticsearch/xpack/core/security/authz/privilege/ClusterPrivilege.java Outdated @@ -69,6 +74,7 @@ public static final ClusterPrivilege MANAGE_PIPELINE = new ClusterPrivilege("manage_pipeline", "cluster:admin/ingest/pipeline/*"); public static final ClusterPrivilege ...
{ "beat_writer" : { "cluster" : [ "monitor", "cluster:admin/ingest/pipeline/get" ], "indices" : [ { "names" : [ "filebeat-*", "metricbeat-*" ], "privileges" : [ "create_doc" ], "field_security" : { "grant" : [ "*" ], "except" : [ ] }, "allow_restricted_indices...