-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[SIEM] [Maps] Network Map fails to load data with failed request to '/internal/search/es' #62356
Comments
Pinging @elastic/kibana-gis (Team:Geo) |
Pinging @elastic/siem (Team:SIEM) |
Pinging @elastic/kibana-app-arch (Team:AppArch) |
FWIW I've been seeing this on Discover too (on that same cluster spong mentioned). But I don't know what's causing it. |
cc @lukasolson and @lizozom in case this is related to search strategies. |
Can we get a list of the roles/privileges the user that is being logged into has? |
EDIT: not 100% sure if this is the same issue, but exhibiting similar behavior. This is on elastic cloud. Hey y'all, I think this is effecting 7.7.0 as well. I just tried to visualize one of the pre-canned maps (In the maps app directly). It failed in a similar manner. I tried the query manually via dev console and it worked fine. Both with ES build info:
Kibana Build: Message in response body
Opened new issue as this seems fairly wide spread: #62502 |
Just deployed a fresh Reproducible on the SIEM Network Map: And when creating a map within the Maps app as well: |
FYI, the request that is sent to Elasticsearch looks something like this:
|
I opened elastic/elasticsearch#54761 for the |
In testing #61165, it was noticed that the SIEM Network Map (Map Embeddable) was failing to load data. The same behavior was then verified against master (e202fe7), albeit slightly different (sometimes returning a
403
instead of400
).This can be verified internally by on
siem-dev
here: https://kibana.siem.estc.dev/app/siem#/network/flows/internal/search/es
--400
(consistent)Request paylod
Response payload
/internal/search/es
--403
(sporadic)Request payload
Response payload
The text was updated successfully, but these errors were encountered: