-
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] Setting the Agent Log level in UI isn't being sent to Elastic-Security Endpoint yaml so it keeps logging at Info #23720
Comments
Pinging @elastic/agent (Team:Agent) |
@michalpristas was this a feature we worked together, not sure if you want to take a look - i submit we do not need it for 7.11 |
I forgot that the 'elastic-agent' yaml indicating that 'fleet' is in use means we should check the fleet.yaml. which I included. it shows: so that explains why the agent side is working. |
My opinion: Depending on the work for this we could consider merging it after 'feature freeze' as a bug - but let us confirm what the changes look like first. |
@michalpristas @EricDavisX this should be fixed correct? |
@dikshachauhan-qasource @amolnater-qasource can you run testing over this in BC2 7.12 code and update test suites to include Endpoint log level setting now please? It will also be in the next 7.11.X patch, so updating that label too. @ph thanks for tracking it with us. I did a 3 min test and it seems to be working! |
Hi @EricDavisX We have validated this issue and found it working fine on 7.12 BC2 Kibana cloud build. Build details are as follows:
Observations: Agent log level setting are now applicable on endpoint security logs. Thanks |
Hi @EricDavisX As per feedback in above comment, we have created 01 testcase for Agent Log level applicable an Endpoint-Security scenario. Test case link is as follows: Please let us know if anything is missing. Thanks |
[Agent] Setting the Agent Log level in UI isn't being sent to Elastic-Security Endpoint yaml so it keeps logging at Info
I'm testing with 7.11 BC5 that was compiled on Jan 26/27
I pinged Ferullo and he requested the elastic-endpoint.yaml (attached in zip) which shows the log level is 'info' so it isn't getting updated by Agent.
yaml files:
yaml-files.zip
excerpt of elastic-endpoint.yaml:
screenshot:
Is there a mis-understanding in the design? I'm not sure if this setting is updated only in running memory of the Agent / Endpoint / Beats, because the Elastic Agent yaml has the level set to 'info' as well, which is consistent, but very confusing since it seems to be working.
The text was updated successfully, but these errors were encountered: