Elastic events
How it works
Elasticsearch events stream connector sends events related data to Elasticsearch
Compatibility
to be determined
Requirements and configuration
This stream connecters needs the following configuration:
Parameter | type | Example of value |
---|---|---|
log_path | string | /var/log/centreon-broker/stream-connector-elastic-neb.log |
http_server_address | string | 192.168.0.3 |
http_server_port | number | 9200 |
http_server_protocol | string | https |
http_timeout | number | 60 |
max_buffer_size | number | 5000 |
filter_type | string | metrics,status |
elastic_index_metric | string | centreon_metric |
elastic_index_status | string | centreon_status |
elastic_username | string | myUser |
elastic_password | password | MyPassword |
max_buffer_age | number | 30 |
skip_anon_events | number | 1 |
log_level | number | 3 |