Skip to content

Commit 2dd8df6

Browse files
committed
full output regen
1 parent c4f6ff4 commit 2dd8df6

File tree

6 files changed

+1555
-2333
lines changed

6 files changed

+1555
-2333
lines changed

output/schema/schema.json

Lines changed: 1552 additions & 2328 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/eql/search/examples/request/EqlSearchRequestExample2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ alternatives:
5151
]\\n [ process where stringContains(process.executable, \\\"regsvr32\\\") ]\\n \"}'
5252
\"$ELASTICSEARCH_URL/my-data-stream/_eql/search\""
5353
- language: java
54-
code: |
54+
code: >
5555
client.eql().search(s -> s
5656
.index("my-data-stream")
5757
.query(" sequence by process.pid [ file where file.name == \"cmd.exe\" and process.pid != 2013 ][ process where stringContains(process.executable, \"regsvr32\") ] ")

specification/esql/query/examples/request/QueryRequestExample1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ alternatives:
4949
library,remote-*:library\\n | EVAL year = DATE_TRUNC(1 YEARS, release_date)\\n | STATS MAX(page_count) BY year\\n |
5050
SORT year\\n | LIMIT 5\\n \",\"include_ccs_metadata\":true}' \"$ELASTICSEARCH_URL/_query\""
5151
- language: java
52-
code: |
52+
code: >
5353
client.esql().query(q -> q
5454
.includeCcsMetadata(true)
5555
.query(" FROM library,remote-*:library | EVAL year = DATE_TRUNC(1 YEARS, release_date) | STATS MAX(page_count) BY year | SORT year | LIMIT 5 ")

specification/ml/infer_trained_model/examples/request/MlInferTrainedModelExample1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ alternatives:
5555
''{"docs":[{"text":"The fool doth think he is wise, but the wise man knows himself to be a fool."}]}''
5656
"$ELASTICSEARCH_URL/_ml/trained_models/lang_ident_model_1/_infer"'
5757
- language: java
58-
code: |
58+
code: >
5959
client.ml().inferTrainedModel(i -> i
6060
.docs(Map.of("text", JsonData.fromJson("\"The fool doth think he is wise, but the wise man knows himself to be a fool.\"")))
6161
.modelId("lang_ident_model_1")

specification/snapshot/restore/examples/request/SnapshotRestoreRequestExample2.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ alternatives:
3939
- language: java
4040
code: |
4141
client.cluster().putSettings();
42-

specification/watcher/query_watches/examples/request/WatcherQueryWatchesRequestExample1.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ alternatives:
1313
- language: java
1414
code: |
1515
client.watcher().queryWatches();
16-

0 commit comments

Comments
 (0)