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
Is your feature request related to a problem? Please describe.
If there's a faulty HEC token or if the index isn't selected for the given HEC token, then the exporter will start up without errors, and later on it will start failing with 4xx errors.
It makes sense to run a heartbeat check once with the configs before startup and return an error, if any.
We have a similar thing for health checks, but that doesn't take tokens or indexes into account.
Describe the solution you'd like
Add a configurable param and add a heartbeat check while startup, something similar to health_check_enabled.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
**Description:** Add heartbeat check while startup. This is different
than the `healtcheck_startup`, as the latter doesn't take token or index
into account.
**Link to tracking Issue:**
[<24411>](#24411)
**Testing:** Added relevant test cases
**Documentation:** <Describe the documentation added.>
---------
Co-authored-by: Curtis Robert <92119472+crobert-1@users.noreply.github.com>
Component(s)
exporter/splunkhec
Is your feature request related to a problem? Please describe.
If there's a faulty HEC token or if the index isn't selected for the given HEC token, then the exporter will start up without errors, and later on it will start failing with 4xx errors.
It makes sense to run a heartbeat check once with the configs before startup and return an error, if any.
We have a similar thing for health checks, but that doesn't take tokens or indexes into account.
Describe the solution you'd like
Add a configurable param and add a heartbeat check while startup, something similar to
health_check_enabled
.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: