dbeast-co / dbeast-monitor

Application for the Elastic Stack monitoring
https://play.dbeast.co/a/dbeast-dbeastmonitor-app
Apache License 2.0
11 stars 1 forks source link

[BUG] Incorrect host definition in the logstash-logs configuration file #43

Closed dbeast-co closed 7 months ago

dbeast-co commented 7 months ago

Need to remove the host definition config block:

if ![host][hostname] {
    mutate {
      id => "MUTATE-Rename-host-if-not-exists"
      rename => {
       "host" => "[host][hostname]"
      }
    }
  }