-
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 sends wrong log level to Endpoint #25583
Comments
Pinging @elastic/agent (Team:Agent) |
@dikshachauhan-qasource @amolnater-qasource can you help confirm this on Windows 10 and another Win 7 host at a minimum? It will help to know if it is specific to the OS, and you can inspect the elastic-endpoint.yaml's fleet section as noted above to see what is set on the file system. |
Hi @EricDavisX We have validated this issue and able to reproduce on Win 7 machine using Kibana 7.13 BC9 build.
Also validated on win10 and windows 8.1 and found working fine there. Further, on installing agent with endpoint on win7 machine has following behavior:
Please let us know if anything else is required. Thanks |
@dikshachauhan-qasource can we plan on retesting this one? |
I have revalidated this issue on windows 7 at latest 7.14 snapshot build and found it Fixed. Observations made:
Build details:
Please let us know if anything else is required. Thanks |
thanks @dikshachauhan-qasource |
In this issue, @muskangulati-qasource found that on a Windows 7 machine Endpoint was being sent a configuration from Agentthat set the log level to the string
""
.Below are key facts from the original comment for the bug.
fleet.yml
contains the below contentelastic-endpoint.yaml
'sfleet
section is below. Notice that the logging level is""
. There is no reason this would be changed by Endpoint after its received by Agent. Endpoint just accepts the config and saves the whole thing without modification.For confirmed bugs, please report:
The text was updated successfully, but these errors were encountered: