We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d837c09 commit 619ee0cCopy full SHA for 619ee0c
src/main/java/io/github/delirius325/jmeter/backendlistener/elasticsearch/ElasticSearchRequests.java
@@ -4,5 +4,5 @@ public class ElasticSearchRequests {
4
/**
5
* Request to send metrics (JMeter/Percentiles) as ElasticSearch documents
6
*/
7
- public static String SEND_BULK_REQUEST = "{ \"index\" : { \"_index\" : \"%s\" } }%n";
+ public static String SEND_BULK_REQUEST = "{ \"create\" : { \"_index\" : \"%s\" } }%n";
8
}
0 commit comments