Hi
Got multiple filebeat instance +50, all deployed from same home built rpm, now suddenly one instance are failing to ingest it filestreams, complaining like this:
{"log.level":"error","@timestamp":"2024-03-15T12:44:54.629+0100","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":148},"message":"Failed to connect to backoff(elasticsearch(https://<redacted>:9200)): Connection marked as failed because the onConnect callback failed: 1 error: error loading pipeline for fileset elasticsearch/deprecation: couldn't load pipeline: couldn't load json. Error: 403 Forbidden: {\"error\":{\"root_cause\":[{\"type\":\"security_exception\",\"reason\":\"action [cluster:admin/ingest/pipeline/put] is unauthorized for user [epj_ingester] with effective roles [epj_ingesting], this action is granted by the cluster privileges [manage_ingest_pipelines,manage_pipeline,manage,all]\"}],\"type\":\"security_exception\",\"reason\":\"action [cluster:admin/ingest/pipeline/put] is unauthorized for user [epj_ingester] with effective roles [epj_ingesting], this action is granted by the cluster privileges [manage_ingest_pipelines,manage_pipeline,manage,all]\"},\"status\":403}. Response body: {\"error\":{\"root_cause\":[{\"type\":\"security_exception\",\"reason\":\"action [cluster:admin/ingest/pipeline/put] is unauthorized for user [epj_ingester] with effective roles [epj_ingesting], this action is granted by the cluster privileges [manage_ingest_pipelines,manage_pipeline,manage,all]\"}],\"type\":\"security_exception\",\"reason\":\"action [cluster:admin/ingest/pipeline/put] is unauthorized for user [epj_ingester] with effective roles [epj_ingesting], this action is granted by the cluster privileges [manage_ingest_pipelines,manage_pipeline,manage,all]\"},\"status\":403}","service.name":"filebeat","ecs.version":"1.6.0"}
Appreciate hints on how to figure out why this instance now suddenly seems need more privilleges like to manage pipelines, as all filebeat instances are using the same user to ingest by and ingesting just fine.
This instance are running on a server that resently change it's IP address, but so are other instances and they are ingesting just fine after IP address change.
TIA