Describe the issue: We recently uplift to Opensearch 3x version and after upgrade we have observed lot of duplicate logs with message “Running transport action with subject:” in data containers.
Relevant Logs or Screenshots:
{“extra_data”:{“class”:“o.o.j.t.PluginClient”},“message”:“Running transport action with subject: plugin:org.opensearch.jobscheduler.JobSchedulerPlugin”}
Could you tell me why these logs keep printing? Are there any ways to prevent these logs?
@pablo, it was 2.19.2, where we did not see these logs, but with OS 3.3.1, the behavior like below
When access management.enabled=flase and index_management.enabled (ISM)=true,
it is logging these info logs repeatedly
{“extra_data”:{“class”:“o.o.j.t.PluginClient”},“message”:“Running transport action with subject: Unauthenticated”}
When access management.enabled=true and index_management.enabled (ISM)=true,
it is logging these info logs repeatedly
{“extra_data”:{“class”:“o.o.j.t.PluginClient”},“message”:“Running transport action with subject: plugin:org.opensearch.jobscheduler.JobSchedulerPlugin”}