-
Notifications
You must be signed in to change notification settings - Fork 186
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
4.3.5 unable to execute SQL Query for Windows CIS Benchmark View #4340
Comments
Hello @sempervictus Could you provide some steps about how to reproduce this error?? Like, which filter you were trying to apply, screenshots, and so on. Our bug template has a Please, share this info with us, so we solve this issue and help you.
Regards, |
@AlexRuiz7 - persists with 4.3.6, procedure is:
|
Thanks, @sempervictus We do have a related issue: #4347 We'll address this issue together with that one. Thanks for the report! Regards, |
Hi @sempervictus. Screen.Recording.2022-08-01.at.09.06.32.mov |
@Machi3mfl the video shows you searching through the agent view - try doing that inside the CIS status view for an agent. |
@sempervictus Sorry, I uploaded the wrong video. I updated the comment below. |
Thanks @Machi3mfl - that is exactly what i would expect to see in our views too. For some reason i'm getting the broken view in the lab and two production deployments. We have venerable/well-tested Chef code deploying all of the server-side components for us, including some Nokogiri magic to deal with the config XML format and i'm wondering if something changed as relating to SCA/CIS configuration which could cause this though i'm not seeing it skimming through the docs. Was there some significant change between 4.2.x & 4.3.6 relating to CIS? |
I'm glad to hear that. I don't know specifically all the changes related to CIS. But I suggest you read the release notes in our web. I leave you the link here: https://documentation.wazuh.com/current/release-notes/release-4-3-6.html |
@Machi3mfl - the issue isn't resolved, i still cannot access CIS benchmarks in any of the three environments running 4.3.6. |
Hi @sempervictus, Can you tell me the specific query are you trying to do? If you can upload a short video with the use cases could be great. Thank you |
None, i am simply clicking on the CIS benchmark row in the page and getting those errors (2nd screenshot). |
Hi @sempervictus, I was researching your use case and I see that when you enter into the |
Unfortunately the issue persists in 4.3.9. Dec 06 20:25:08 host node[3136382]: {"type":"error","@timestamp":"2022-12-06T20:25:08Z","tags":[],"pid":3136382,"level":"error","error":{"message":"Internal Server Error","name":"Error","stack":"Error: Internal Server Error\n at HapiResponseAdapter.toError (/usr/share/kibana/src/core/server/http/router/response_adapter.js:132:19)\n at HapiResponseAdapter.toHapiResponse (/usr/share/kibana/src/core/server/http/router/response_adapter.js:86:19)\n at HapiResponseAdapter.handle (/usr/share/kibana/src/core/server/http/router/response_adapter.js:81:17)\n at Router.handle (/usr/share/kibana/src/core/server/http/router/router.js:164:34)\n at process._tickCallback (internal/process/next_tick.js:68:7)"},"url":{"protocol":null,"slashes":null,"auth":null,"host":null,"port":null,"hostname":null,"hash":null,"search":null,"query":{},"pathname":"/api/request","path":"/api/request","href":"/api/request"},"message":"Internal Server Error"}
Dec 06 20:25:08 host node[3136382]: {"type":"response","@timestamp":"2022-12-06T20:25:08Z","tags":[],"pid":3136382,"method":"post","statusCode":500,"req":{"url":"/api/request","method":"post","headers":{"host":"127.0.0.1:5601","connection":"close","content-length":"78","user-agent":"Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0","accept":"application/json, text/plain, */*","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate, br","content-type":"application/json","kbn-xsrf":"kibana","origin":"https://host.fqdn.local","dnt":"1","referer":"https://host.fqdn.local/app/wazuh","sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"same-origin"},"remoteAddress":"127.0.0.1","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0","referer":"https://host.fqdn.local/app/wazuh"},"res":{"statusCode":500,"responseTime":71,"contentLength":9},"message":"POST /api/request 500 71ms - 9.0B"} The browser console just shows a 500 error but the endpoint is Ping @AlexRuiz7 - could you please reopen this as it is persistent? |
@AlexRuiz7 - could this get some love please? It seems to have something to do with how Kibana passes data to sqlite3 query for the agents DB... |
Description
Attempting to view the CIS security baseline data for a 2019 server results in two errors:
and
Expected Result
Actual Result
Additional context
This was originally deployed as 4.2.7 and upgraded to 4.3.5 in-place.
The Windows Baseline audit is accessible and works fine
The text was updated successfully, but these errors were encountered: