I want to send same data to two index under logstash output.
FYR my filebeat.yml (Logstash output)
##################
output.logstash:
enabled: true
hosts: ["IP:Port"]
index: 'common'
##################
how to mention multiple index inside this logstash output?