Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[filebeat] Add support for bulk_max_size and preset #42312

Merged
merged 15 commits into from
Jan 27, 2025
Prev Previous commit
fix test
  • Loading branch information
khushijain21 committed Jan 24, 2025
commit 5cc33b71baf0b0345c17c65b7d70815faba47169
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,19 @@ batcher:
},
{
presetName: "scale",
output: commonOTelCfg + `
output: `
api_key: ""
endpoints:
- http://localhost:9200
retry:
enabled: true
initial_interval: 5s
max_interval: 5m0s
max_retries: 3
logs_index: some-index
password: changeme
user: elastic
timeout: 1m30s
idle_conn_timeout: 1s
num_workers: 1
batcher:
Expand Down
Loading