Skip to content

Commit

Permalink
Merge pull request #87 from chronosphereio/pwhelan-fix-configloader-y…
Browse files Browse the repository at this point in the history
…aml-testdata

fix(configloader): move top level to service in YAML testdata.
  • Loading branch information
pwhelan authored Oct 15, 2024
2 parents c84dfa8 + 87d1c46 commit fe3e73f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions configloader/testdata/basic-no-tls.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
HTTP_Server: "On"
HTTP_Listen: 0.0.0.0
HTTP_PORT: 2020
Log_Level: debug
plugins_file: /opt/calyptia-fluent-bit/etc/enterprise_plugins.conf
Parsers_File: /config/parsers.conf
service:
HTTP_Server: "On"
HTTP_Listen: 0.0.0.0
HTTP_PORT: 2020
Log_Level: debug
plugins_file: /opt/calyptia-fluent-bit/etc/enterprise_plugins.conf
Parsers_File: /config/parsers.conf
customs:
- name: calyptia
calyptia_tls: "off"
Expand Down
13 changes: 7 additions & 6 deletions configloader/testdata/basic.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
HTTP_Server: "On"
HTTP_Listen: 0.0.0.0
HTTP_PORT: 2020
Log_Level: debug
plugins_file: /opt/calyptia-fluent-bit/etc/enterprise_plugins.conf
Parsers_File: /config/parsers.conf
service:
HTTP_Server: "On"
HTTP_Listen: 0.0.0.0
HTTP_PORT: 2020
Log_Level: debug
plugins_file: /opt/calyptia-fluent-bit/etc/enterprise_plugins.conf
Parsers_File: /config/parsers.conf
customs:
- name: calyptia
calyptia_tls: "on"
Expand Down

0 comments on commit fe3e73f

Please sign in to comment.