-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add extra headers in rest config and move rest parameters into rest c…
…onfig section (#4198) * append compatible elastic header * code format * Review PR on es header * Update config with additional headers. (#4221) * Update config with additional headers. * Move rest_listen_port into rest config. * Update docs/configuration/node-config.md Co-authored-by: Adrien Guillo <[email protected]> * Update docs/configuration/node-config.md Co-authored-by: Adrien Guillo <[email protected]> * Update docs/configuration/node-config.md Co-authored-by: Adrien Guillo <[email protected]> * Clean. --------- Co-authored-by: Adrien Guillo <[email protected]> * Please clippy. * Apply suggestions from code review Co-authored-by: Adrien Guillo <[email protected]> * Log extra headers if any and take review's comments into account. --------- Co-authored-by: fmassot <[email protected]> Co-authored-by: Adrien Guillo <[email protected]>
- Loading branch information
1 parent
73fde83
commit 1faf703
Showing
22 changed files
with
419 additions
and
129 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,7 +1,11 @@ | ||
version: 0.6 | ||
node_id: searcher-1 | ||
listen_address: 127.0.0.1 | ||
rest_listen_port: 7280 | ||
rest: | ||
listen_port: 7280 | ||
ingest_api: | ||
max_queue_memory_usage: 4GiB | ||
max_queue_disk_usage: 8GiB | ||
peer_seeds: | ||
- 127.0.0.1:7290 # searcher-2 | ||
- 127.0.0.1:7300 # searcher-3 |
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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
version: 0.6 | ||
node_id: searcher-2 | ||
listen_address: 127.0.0.1 | ||
rest_listen_port: 7290 | ||
rest: | ||
listen_port: 7290 | ||
peer_seeds: | ||
- 127.0.0.1:7280 # searcher-1 | ||
- 127.0.0.1:7300 # searcher-3 |
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
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
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
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
Empty file.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
Oops, something went wrong.