Repeated logs with message "Running transport action with subject:" in Opensearch 3x version

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): 3.3.1

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?

Regards,

Chiranjeevi

@chirumanem Do you use the Alerting plugin or have some scheduled jobs?

Hi @pablo
We are not using any alerting plugin, but we use ISM plugin which runs scheduled jobs.

Regards,

Chiranjeevi

@chirumanem What was your previous OS version?

@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”}

Regards,

Chiranjeevi

Where did you set these options? Could you point to the documentation page?