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
{{ message }}
This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/public/docs/compatibility-report.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,18 @@ processors:
18
18
indexes:
19
19
kibana_sample_data_ecommerce:
20
20
target: [ backend-elastic, backend-clickhouse ]
21
+
ab_testing_logs:
22
+
target: [ backend-clickhouse ]
23
+
- name: my-ingest-processor
24
+
type: quesma-v1-processor-ingest
25
+
config:
26
+
indexes:
27
+
ab_testing_logs:
28
+
target: [ backend-clickhouse ]
21
29
```
22
30
31
+
This configuration turns on Compatibility Report for `kibana_sample_data_ecommerce` index. The `ab_testing_logs` is an internal Quesma index which is required in the configuration for Compatibility Report to work properly.
32
+
23
33
The order of targets matters in the configuration - the first target will be the primary target that Kibana (or other applications) receives results from. In the example above, Quesma will:
24
34
25
35
1. Receive an incoming query from Kibana/OpenSearch Dashboards
0 commit comments