Skip to content

Commit

Permalink
Merge pull request #643 from Security-Onion-Solutions/jertel/wip
Browse files Browse the repository at this point in the history
lower log level to debug for expected missing hosts that don't run ES
  • Loading branch information
jertel authored Sep 26, 2024
2 parents 7b6040c + c9306ca commit 5a85e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/modules/influxdb/influxdbmetrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ func (metrics *InfluxDBMetrics) getEventstoreStatus(host string) string {
log.WithFields(log.Fields{
"host": host,
"eventStoreStatus": metrics.eventstoreStatus,
}).Warn("Host not found in process status metrics")
}).Debug("Host not found in eventstore status metrics")
}
return status
}
Expand Down

0 comments on commit 5a85e91

Please sign in to comment.