Skip to content
Snippets Groups Projects
Commit dab15c51 authored by ale's avatar ale
Browse files

Load the omhttp rsyslog module

parent c3f1b644
No related branches found
No related tags found
1 merge request!110Draft: Enable Loki as a replacement for Elasticsearch when `enable_loki` is set.
Pipeline #6649 passed
...@@ -40,6 +40,9 @@ template(name="TmplFile" type="list"){ ...@@ -40,6 +40,9 @@ template(name="TmplFile" type="list"){
# if elasticsearch is disabled, and loki is enabled, then we setup loki templates # if elasticsearch is disabled, and loki is enabled, then we setup loki templates
# if elasticsearch is enabled, but loki is also enabled, then only ES is enabled # if elasticsearch is enabled, but loki is also enabled, then only ES is enabled
{% if enable_loki %} {% if enable_loki %}
module(
load="omhttp"
)
template(name="lokiTemplate" template(name="lokiTemplate"
type="list" ) { type="list" ) {
constant(value="{") constant(value="{")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment