Skip to content

[receiver/splunkenterprise] Add initial_delay top-level Configuration #40459

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
michael-burt opened this issue Jun 3, 2025 · 3 comments
Closed
Labels

Comments

@michael-burt
Copy link
Contributor

Component(s)

receiver/splunkenterprise

Is your feature request related to a problem? Please describe.

If a user rotates credentials on a Splunk Enterprise host and restarts OpenTelemetry Collector at the same time, the Splunk credentials will often lock out because the new credentials in use by Otel are not yet active in Splunk.

Describe the solution you'd like

Just like in the HTTP Check Receiver, I would like to see a configuration for initial_delay so that the Splunk Enterprise Receiver waits a pre-defined amount of time before initiating scrapes. This will allow time for the credentials to become active in Splunk.

Describe alternatives you've considered

Alternatives include waiting to start the collector. Downsides to this approach are that the entire collector is unavailable during this "warm up" time. Adding an initial_delay would allow other components to operate.

Additional context

No response

@michael-burt michael-burt added enhancement New feature or request needs triage New item requiring triage labels Jun 3, 2025
Copy link
Contributor

github-actions bot commented Jun 3, 2025

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@VihasMakwana
Copy link
Contributor

Sounds like a valid request. Let's see what codeowners has to say about it.

@VihasMakwana VihasMakwana removed the needs triage New item requiring triage label Jun 5, 2025
@jherbage
Copy link

jherbage commented Jun 5, 2025

I think this can be closed.
We didn't realise that initial_delay is configured as an option on all receivers using the scraperhelper as splunkenterprisereceiver is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants