Problem: [logstash.outputs.elasticsearch] Could not index event to Elasticsearch-wazuh-alerts-3.x-2020.05.30

please avoid using screenshot when pasting configs. use </> instead

you tried to index an keyword data type, while your index template uses object. either change your template or change the data you’re trying to index to an object.