Hello,
I want to create a Field with the value that i want like in Logstash.
For example in my Logstash configuration i set in the fingerprint module:
add_field => {"key" => "123" }
On the log (In Kibana), I saw this field ("key") with the value associated("123") from Logstash but i want to do the same field from Winlogbeat.
How can i do that please ?