Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions specification/_json_spec/streams.logs_disable.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"streams.logs_disable": {
"documentation": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/streams-logs-disable.html",
"description": "Disable the Logs Streams feature for this cluster"
},
"stability": "stable",
"visibility": "feature_flag",
"feature_flag": "logs_stream",
"headers": {
"accept": ["application/json", "text/plain"]
},
"url": {
"paths": [
{
"path": "/_streams/logs/_disable",
"methods": ["POST"]
}
]
},
"params": {
"timeout": {
"type": "time",
"description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error."
},
"master_timeout": {
"type": "time",
"description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error."
}
}
}
}
32 changes: 32 additions & 0 deletions specification/_json_spec/streams.logs_enable.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"streams.logs_enable": {
"documentation": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/streams-logs-enable.html",
"description": "Enable the Logs Streams feature for this cluster"
},
"stability": "stable",
"visibility": "feature_flag",
"feature_flag": "logs_stream",
"headers": {
"accept": ["application/json", "text/plain"]
},
"url": {
"paths": [
{
"path": "/_streams/logs/_enable",
"methods": ["POST"]
}
]
},
"params": {
"timeout": {
"type": "time",
"description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error."
},
"master_timeout": {
"type": "time",
"description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error."
}
}
}
}
23 changes: 23 additions & 0 deletions specification/_json_spec/streams.status.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"streams.status": {
"documentation": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/streams-status.html",
"description": "Return the current status of the streams feature for each streams type"
},
"stability": "stable",
"visibility": "feature_flag",
"feature_flag": "logs_stream",
"headers": {
"accept": ["application/json"]
},
"url": {
"paths": [
{
"path": "/_streams/status",
"methods": ["GET"]
}
]
},
"params": {}
}
}