-
-
Notifications
You must be signed in to change notification settings - Fork 17
Feature/graylog server #187
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
base: main
Are you sure you want to change the base?
Changes from all commits
f77e15f
572dfb8
8d20fff
ea2ba15
f6f691e
673791d
5d452e5
afa7f99
1652521
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,89 +8,29 @@ graylog_server__service_enabled: true | |
| graylog_server__stale_leader_timeout_ms: 2000 | ||
| graylog_server__timezone: 'Europe/Zurich' | ||
|
|
||
| graylog_server__system_default_index_set: | ||
| can_be_default: true | ||
| creation_date: '{{ ansible_date_time.iso8601 }}' | ||
| description: 'One index per day; 365 indices max' | ||
| field_type_refresh_interval: 5000 | ||
| index_analyzer: 'standard' | ||
| index_optimization_disabled: false | ||
| index_optimization_max_num_segments: 1 | ||
| index_prefix: 'lfops-default' | ||
| replicas: 0 | ||
| retention_strategy: | ||
| max_number_of_indices: 365 | ||
| type: 'org.graylog2.indexer.retention.strategies.DeletionRetentionStrategyConfig' | ||
| retention_strategy_class: 'org.graylog2.indexer.retention.strategies.DeletionRetentionStrategy' | ||
| rotation_strategy: | ||
| rotation_period: 'P1D' | ||
| rotate_empty_index_set: false | ||
| type: 'org.graylog2.indexer.rotation.strategies.TimeBasedRotationStrategyConfig' | ||
| rotation_strategy_class: 'org.graylog2.indexer.rotation.strategies.TimeBasedRotationStrategy' | ||
| shards: 4 | ||
| title: 'Linuxfabrik Index Set (managed by Ansible - do not edit)' | ||
| writable: true | ||
| graylog_server__system_index_sets__dependent_var: [] | ||
NavidSassan marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| graylog_server__system_index_sets__group_var: [] | ||
| graylog_server__system_index_sets__host_var: [] | ||
| graylog_server__system_index_sets__role_var: [] | ||
| graylog_server__system_index_sets__combined_var: '{{ ( | ||
| graylog_server__system_index_sets__role_var + | ||
| graylog_server__system_index_sets__dependent_var + | ||
| graylog_server__system_index_sets__group_var + | ||
| graylog_server__system_index_sets__host_var | ||
lfchris marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| ) | linuxfabrik.lfops.combine_lod(unique_key="index_prefix") | ||
| }}' | ||
|
|
||
| graylog_server__system_inputs: | ||
| - configuration: | ||
| bind_address: '0.0.0.0' | ||
| number_worker_threads: 4 | ||
| override_source: '' | ||
| port: 5044 | ||
| recv_buffer_size: 1048576 | ||
| tcp_keepalive: false | ||
| tls_cert_file: '' | ||
| tls_client_auth: 'disabled' | ||
| tls_client_auth_cert_file: '' | ||
| tls_enable: false | ||
| tls_key_file: '' | ||
| tls_key_password: '' | ||
| global: true | ||
| title: 'Beats (5044/TCP - managed by Ansible - do not edit)' | ||
| type: 'org.graylog.plugins.beats.Beats2Input' | ||
| - configuration: | ||
| bind_address: '0.0.0.0' | ||
| decompress_size_limit: 8388608 | ||
| max_message_size: 2097152 | ||
| number_worker_threads: 4 | ||
| override_source: '' | ||
| port: 12201 | ||
| recv_buffer_size: 1048576 | ||
| tcp_keepalive: false | ||
| tls_cert_file: '' | ||
| tls_client_auth: 'disabled' | ||
| tls_client_auth_cert_file: '' | ||
| tls_enable: false | ||
| tls_key_file: '' | ||
| tls_key_password: '' | ||
| use_null_delimiter: true | ||
| global: true | ||
| title: 'Gelf (12201/TCP - managed by Ansible - do not edit)' | ||
| type: 'org.graylog2.inputs.gelf.tcp.GELFTCPInput' | ||
| - configuration: | ||
| bind_address: '0.0.0.0' | ||
| decompress_size_limit: 8388608 | ||
| number_worker_threads: 4 | ||
| override_source: '' | ||
| port: 12201 | ||
| recv_buffer_size: 1048576 | ||
| global: true | ||
| title: 'Gelf (12201/UDP - managed by Ansible - do not edit)' | ||
| type: 'org.graylog2.inputs.gelf.udp.GELFUDPInput' | ||
| - configuration: | ||
| allow_override_date: true | ||
| bind_address: '0.0.0.0' | ||
| decompress_size_limit: 8388608 | ||
| expand_structured_data: false | ||
| force_rdns: false | ||
| number_worker_threads: 4 | ||
| override_source: '' | ||
| port: 1514 | ||
| recv_buffer_size: 1048576 | ||
| store_full_message: false | ||
| global: true | ||
| title: 'Syslog (1514/UDP - managed by Ansible - do not edit)' | ||
| type: 'org.graylog2.inputs.syslog.udp.SyslogUDPInput' | ||
| graylog_server__system_inputs__dependent_var: [] | ||
| graylog_server__system_inputs__group_var: [] | ||
| graylog_server__system_inputs__host_var: [] | ||
| graylog_server__system_inputs__role_var: [] | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why did we remove the default values here? please explain the intended way to use the role in an "Post-Installation Steps" section in the README.md (have a look at the elasticsearch role)
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. still missing
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't know what you mean. they are there |
||
| graylog_server__system_inputs__combined_var: '{{ ( | ||
| graylog_server__system_inputs__role_var + | ||
| graylog_server__system_inputs__dependent_var + | ||
| graylog_server__system_inputs__group_var + | ||
| graylog_server__system_inputs__host_var | ||
| ) | linuxfabrik.lfops.combine_lod(unique_key=["title", "type"]) | ||
| }}' | ||
|
|
||
| # --------------------------------------------------- | ||
|
|
||
|
|
@@ -99,7 +39,7 @@ graylog_server__kernel_settings__sysctl__dependent_var: | |
| # `WARN [UdpTransport] receiveBufferSize (SO_RCVBUF) for input ... should be >= 1048576 but is 425984` | ||
| # this warning is related to how the operating system is configured (udp receive buffer size) | ||
| - name: 'net.core.rmem_max' | ||
| value: 1048576 # default: 212992 | ||
| value: 1048576 # default: 212992 | ||
| graylog_server__kernel_settings__transparent_hugepages__dependent_var: 'never' | ||
|
|
||
| graylog_server__selinux__booleans__dependent_var: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong heading, this is not part of v4.0.0