You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r.log(association).Error(err, "Failed to update EnterpriseSearch association configuration")
This leads to logs similar to the below. Notice Kibana assoc logging about ES config. {"log.level":"info","@timestamp":"2020-07-23T19:27:17.235Z","log.logger":"association.beat-kibana-association-controller","message":"Updating spec with Elasticsearch association configuration","service.version":"1.2.0-51ae5fd4","service.type":"eck","ecs.version":"1.4 .0","namespace":"monitoring","beat_name":"log"}
The text was updated successfully, but these errors were encountered:
The controller handling both Kibana and ES associations has logging statements that are confusing. E.g.:
cloud-on-k8s/pkg/controller/association/reconciler.go
Line 315 in 0d31c4a
cloud-on-k8s/pkg/controller/association/reconciler.go
Line 320 in 0d31c4a
This leads to logs similar to the below. Notice Kibana assoc logging about ES config.
{"log.level":"info","@timestamp":"2020-07-23T19:27:17.235Z","log.logger":"association.beat-kibana-association-controller","message":"Updating spec with Elasticsearch association configuration","service.version":"1.2.0-51ae5fd4","service.type":"eck","ecs.version":"1.4 .0","namespace":"monitoring","beat_name":"log"}
The text was updated successfully, but these errors were encountered: