diff --git a/salt/elasticsearch/roles/auditor.json b/salt/elasticsearch/roles/auditor.json index 26df1207c..6669bd2f2 100644 --- a/salt/elasticsearch/roles/auditor.json +++ b/salt/elasticsearch/roles/auditor.json @@ -16,6 +16,7 @@ "indices": [ { "names": [ + "logs-*", "so-*" ], "privileges": [ @@ -56,4 +57,4 @@ } ], "run_as": [] -} \ No newline at end of file +}