I am working on 7.14.1 Elasticsearch version. I am running it using docker-compose file. I have different files in json format. I am trying to read all those files in logstash config file but I am getting error. I think it is not reading file path.
My Translate filter.
translate {
field => "[NotifyEventAdvanceRequestModel][Transaction][TransactionType]"
destination => "[Trans: Type]"
dictionary_path => "/home/caaryadmin/docker-elk/padam/TransactionType.json"
}
I am getting this error
After error logstash crash and automatically down.