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
When we tested the integrations, we found an error in Discover section of Opensearch. The Discover doesn't show anything and expose this message:
illegal_argument_exception
Field [data.osquery.calendarTime] of type [keyword] does not support custom formats
Error: Bad Request
at fetch_Fetch.fetchResponse (https://localhost:5602/7969/bundles/core/core.entry.js:15:392113)
at async interceptResponse (https://localhost:5602/7969/bundles/core/core.entry.js:15:386867)
at async https://localhost:5602/7969/bundles/core/core.entry.js:15:389834
The text was updated successfully, but these errors were encountered:
For what I see on the wazuh-dashboard-plugins code, the field calendarTime is expected to be a string, I suspect that (being optimistic) the error could be that the time is being expressed with an Integer.
Currently working on reproducing the error correctly analyze the root cause and the possible fix.
The field's type value defined on the file integrations/opensearch/dashboards.ndjson that is used on the OpenSearch integration is incorrect causing the reported error to appear when the Discover module is accessed.
While fixing the type of the field data.osquery.calendarTime I've found that the field's type for data.virustotal.scan_date is also incorrect, now both are fixed.
Description
When we tested the integrations, we found an error in Discover section of Opensearch. The Discover doesn't show anything and expose this message:
The text was updated successfully, but these errors were encountered: