Hi!
I am experiencing a weird thing. I am using the following pattern on the output of logstash:
index => "{{logowner}}-%{application}-%{+xxxx.ww}”
However, I am getting errors saying that the index doesn't exist, and when I see the error logs on Kibana, I see that the index where the data is being attempted to be saved is like this:
logowner-application-2018.51
What could be causing this?