Index pattern missing indices error

Hello,

In logstash filter the condition if [type] == "syslog" is always false because the value of type is log.

You must change this row per if [fields][type] == "syslog" and set up enabled to True not False