Skip to content
Snippets Groups Projects
Unverified Commit 50d5a717 authored by ale's avatar ale Committed by micah
Browse files

Load the omhttp rsyslog module

parent c5145413
No related branches found
No related tags found
1 merge request!110Draft: Enable Loki as a replacement for Elasticsearch when `enable_loki` is set.
...@@ -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