We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10654a commit 2a27562Copy full SHA for 2a27562
quickwit/rest-api-tests/scenarii/es_compatibility/bulk/0007-illegal-index-name.yaml
@@ -0,0 +1,15 @@
1
+ndjson:
2
+ - index: { "_index": "test-index" }
3
+ - message: Hola, Mundo!
4
+ - index: { "_index": "test-index-pattern-&1" }
5
6
+status_code: 200
7
+expected:
8
+ errors: true
9
+ items:
10
+ - index:
11
+ _index: test-index
12
+ status: 201
13
14
+ _index: test-index-pattern-&1
15
+ status: 400
0 commit comments