You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: AxiosError: Request failed with status code 404. See dev console (F12) and/or server logs for more info.
Raw Data (http://localhost:5600/#/buckets/{bucket_id}) and Search (http://localhost:5600/#/search) GET http://localhost:5600/api/0/buckets//events/{event_id} results in 404
–> missing bucket ID (it should be here: buckets/{bucket_id}/events)
Query (http://localhost:5600/#/query) GET http://localhost:5600/api/0/buckets//events/null results in 404
–> missing bucket ID and event ID (is null)
The text was updated successfully, but these errors were encountered:
BelKed
changed the title
Can't edit events in **Raw Data**/**Search**/**Query**
Can't edit events in Raw Data/Search/Query
May 12, 2024
Error: AxiosError: Request failed with status code 404. See dev console (F12) and/or server logs for more info.
http://localhost:5600/#/buckets/{bucket_id}
) and Search (http://localhost:5600/#/search
)GET http://localhost:5600/api/0/buckets//events/{event_id}
results in404
–> missing bucket ID (it should be here:
buckets/{bucket_id}/events
)http://localhost:5600/#/query
)GET http://localhost:5600/api/0/buckets//events/null
results in404
–> missing bucket ID and event ID (is
null
)The text was updated successfully, but these errors were encountered: