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
Create visualization to compare between frontend and backend flows, preferably in a shared Cloud dashboard e.g. clouddatasources.grafana.net
Unit tests in the frontend should be copied or updated in the backend to assert the same behavior and add unit tests when there are none.
Check Elasticsearch repo for related tests – helpful when there are no OpenSearch tests in the frontend or backend
We should match OpenSearch's backend behavior to the current frontend behavior, but be aware it may not always make sense. Elasticsearch's current behavior is also another resource for how OpenSearch should behave.
Let's be pragmatic about this – our foremost goal is the migration of OpenSearch's frontend behavior. We can aim for some Elasticsearch feature parity, but only within reason.
Note: Blocked by #196
Currently, Lucene raw_data queries are processed as Lucene logs (
opensearch-datasource/src/OpenSearchResponse.ts
Line 447 in ace6755
On the backend, raw_data is processed in the backend in getTimeSeries but is incomplete. It will need to be separated: See this ElasticSearch refactor PR and grafana/grafana#59741
Some general guidelines are:
The text was updated successfully, but these errors were encountered: