how can i store in two index using two JSON formated log files using filebeat and output to elasticsearch how can i store in two index using two JSON formated log files using filebeat and output to elasticsearch elasticsearch elasticsearch

how can i store in two index using two JSON formated log files using filebeat and output to elasticsearch


I think I found your problem, Although i'm not sure it is the only problem

index: index: "filebeat-%{[beat.version]}-%{[fields.type]:other}-%{+yyyy.MM.dd}"

should be:

index: "filebeat-%{[beat.version]}-%{[fields.type]:other}-%{+yyyy.MM.dd}"

I saw a similar problem with a wrong index which cause the same error that you showed