Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit d88cccb

Browse files
committed
ab_testing_logs
1 parent ce8a0d0 commit d88cccb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/public/docs/compatibility-report.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,18 @@ processors:
1818
indexes:
1919
kibana_sample_data_ecommerce:
2020
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 ]
2129
```
2230
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+
2333
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:
2434

2535
1. Receive an incoming query from Kibana/OpenSearch Dashboards

0 commit comments

Comments
 (0)