output {
elasticsearch {
hosts =>"http://localhost:9200"
index => "control_tower_poc_-%{+YYYY.MM.dd}"
user => "elastic"
password => "******"} stdout { codec => rubydebug }
}
How to add some field or data from the source system, to create the index name based on the customer dynamically
For Example:
"control_tower_poc_{customer_name}-%{+YYYY.MM.dd}"