File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,14 @@ Paste your code here:
23
23
24
24
```
25
25
26
+ <!--
27
+ In some cases, it might be challenging to reproduce the bug in a few lines of code.
28
+ You can fork the following repository, which contains all the configuration needed
29
+ to spin up a three nodes Elasticsearch cluster with security enabled.
30
+ The repository also contains a preconfigured client instance that you can use to reproduce the issue.
31
+ https://github.com/delvedor/es-reproduce-issue
32
+ --->
33
+
26
34
## Expected behavior
27
35
28
36
A clear and concise description of what you expected to happen.
Original file line number Diff line number Diff line change @@ -29,6 +29,14 @@ Paste your code here:
29
29
30
30
```
31
31
32
+ <!--
33
+ In some cases, it might be challenging to reproduce the bug in a few lines of code.
34
+ You can fork the following repository, which contains all the configuration needed
35
+ to spin up a three nodes Elasticsearch cluster with security enabled.
36
+ The repository also contains a preconfigured client instance that you can use to reproduce the issue.
37
+ https://github.com/delvedor/es-reproduce-issue
38
+ --->
39
+
32
40
## Expected behavior
33
41
34
42
A clear and concise description of what you expected to happen.
You can’t perform that action at this time.
0 commit comments