Hi
First post - trying to set up winlogbeat on Server 2012 R2. I'm able to get the older version to function but V5 seems to fall over because I can't load the template.
Powershell is a no go it seems but running curl from the elk box with the supplied template in a local folder doesn;t work.
curl -XPUT http://localhost:9200/_template/winlogbeat -d@/tmp/winlogbeatjson1/winlogbeat.template.json
And I get a string of errors
{"error":{"root_cause":[{"type":"mapper_parsing_exception","reason":"No handler for type [keyword] declared on field [related_activity_id]"}],"type":"mapper_parsing_exception","reason":"Failed to parse mapping [default]: No handler for type [keyword] declared on field [related_activity_id]","caused_by":{"type":"mapper_parsing_exception","reason":"No handler for type [keyword] declared on field [related_activity_id]"}},"status":400}[root@elk-srp tmp]#
SSl/TLS is irrelevant in this config so has been removed. I've followed the getting started guide to the letter and have hit this same issue on two machines.
Where is the relevant template for 5? I had a similar issue with the previous version until I loaded the correct json.