-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Console] Add overrides for request parameters for Logstash PUT Pipel…
…ine API (#116450) * Autostuggestion for geo_* added... * Autostuggestion for geo_* added * Add overrides for request parameters for Logstash PUT Pipeline API * Add overrides for request parameters for Logstash PUT Pipeline API * Add overrides for request parameters for Logstash PUT Pipeline API * Add overrides for request parameters for Logstash PUT Pipeline API Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information
1 parent
75b04cd
commit bd74618
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
66 changes: 66 additions & 0 deletions
66
src/plugins/console/server/lib/spec_definitions/json/overrides/logstash.put_pipeline.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"logstash.put_pipeline": { | ||
"data_autocomplete_rules": { | ||
"__template": { | ||
"last_modified": "", | ||
"pipeline": "", | ||
"pipeline_metadata": {}, | ||
"pipeline_settings": {}, | ||
"username": "" | ||
}, | ||
"last_modified": "", | ||
"pipeline_metadata": {}, | ||
"username": "", | ||
"pipeline": "", | ||
"pipeline_settings": { | ||
"pipeline.id": "main", | ||
"pipeline.workers": 0, | ||
"pipeline.batch.size": 125, | ||
"pipeline.batch.delay": 50, | ||
"pipeline.unsafe_shutdown": false, | ||
"pipeline.plugin_classloaders": false, | ||
"pipeline.ordered": "auto", | ||
"pipeline.ecs_compatibility": "disabled", | ||
"pipeline.separate_logs": false, | ||
"queue.type": "memory", | ||
"queue.page_capacity": "64mb", | ||
"queue.max_events": 0, | ||
"queue.max_bytes": "1024mb", | ||
"queue.checkpoint.acks": 1024, | ||
"queue.checkpoint.writes": 1024, | ||
"queue.checkpoint.retry": false, | ||
"queue.max_bytes.number": 0, | ||
"queue.max_bytes.units": "", | ||
"queue.drain": false, | ||
"api.enabled": true, | ||
"api.environment": "production", | ||
"api.http.host": "127.0.0.1", | ||
"api.http.port": "9600-9700", | ||
"api.ssl.enabled": false, | ||
"api.ssl.keystore.path": "", | ||
"api.ssl.keystore.password": "", | ||
"api.auth.type": "none", | ||
"api.auth.basic.username": "", | ||
"api.auth.basic.password": "", | ||
"log.level": "info", | ||
"log.format": "plain", | ||
"path.logs": "LOGSTASH_HOME/logs", | ||
"path.plugins": "PATH/logstash/TYPE/NAME.rb", | ||
"path.queue": "path.data/queue", | ||
"path.data": "LOGSTASH_HOME/data", | ||
"path.config": "/usr/share/logstash/pipeline", | ||
"path.dead_letter_queue": "path.data/dead_letter_queue", | ||
"dead_letter_queue.max_bytes": "1024mb", | ||
"dead_letter_queue.enable": false, | ||
"config.support_escapes": false, | ||
"config.debug": false, | ||
"config.reload.interval": "3s", | ||
"config.reload.automatic": false, | ||
"config.test_and_exit": false, | ||
"config.string": "", | ||
"node.name": "" | ||
}, | ||
"description": "" | ||
} | ||
} | ||
} |