-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Agent] Dynamic inputs fail to get validated #23685
Comments
Pinging @elastic/agent (Team:Agent) |
I think there are two problems here:
@blakerouse are my theories correct? I think 1 should be done by the Agent team and 2 (if its not a side effect of 1) should be done by integrations? |
I believe the I think both issues are from Agent side, I need to investigate this more. I think there is something else core going wrong. |
It was found during #23679. Dynamic inputs setup to automatically discover
scheduler
andcontrollermanager
Pods does not work right now and we get the following error:Agent version:
agent.yml
:Converting
${NODE_NAME}
placeholders to${env.NODE_NAME}
does not fix the problem and even if we remove all other datastream configs and leave only the dynamic one it still gives the error.In addition, if we remove the dynamic inputs part and have
${env.NODE_NAME}
we still get the same error.Also a condition like
condition: startsWith(${kubernetes.pod.name}, "kube-controller-manager")
fails and theinspect
command gives the following:Related to #23613
The text was updated successfully, but these errors were encountered: