Graylog2 / collector-sidecar

Manage log collectors through Graylog
https://www.graylog.org/
Other
268 stars 56 forks source link

Increase the amount of clients the sidecar configs can be assigned to from a max of 100 to 1000 #468

Open ed-graylog opened 1 year ago

ed-graylog commented 1 year ago

What?

When assigning configs for the sidecar we are limited to only 100 at any given time.

Why?

If we have for example 1000 sidecar clients, we have to click through several pages to assign this. It would be easier if boosted this to 1000 limit for ease of use.

Please see HS 1480820088 for additional context.

kroepke commented 1 year ago

We probably need to figure out a better UI for selecting many sidecars (more than one page, anyway).

itg-dave commented 1 year ago

You can use tags for auto assigning configurations.

assume this sidecar configuration:

# sidecar.yml
...
tags: ['default', 'webserver', 'app2']

If you now add a configuration in Graylog UI and assign a tag to it, all sidecars with matching tags will receive this config automatically.

Screenshot 2023-07-19 at 12 33 11