Skip to content

Commit

Permalink
remove commented out checks
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesjj committed Feb 20, 2025
1 parent a91690e commit 28a64e7
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,9 @@ processors:
- action: "insert"
key: "envvartest_SPLUNK_CONFIG"
value: "${env:SPLUNK_CONFIG}"
#- action: "insert"
# key: "envvartest_SPLUNK_CONFIG_DIR"
# value: "${env:SPLUNK_CONFIG_DIR}"
- action: "insert"
key: "envvartest_SPLUNK_DEBUG_CONFIG_SERVER"
value: "${env:SPLUNK_DEBUG_CONFIG_SERVER}"
#- action: "insert"
# key: "envvartest_SPLUNK_CONFIG_YAML"
# value: "${env:SPLUNK_CONFIG_YAML}"
- action: "insert"
key: "envvartest_SPLUNK_GATEWAY_URL"
value: "${env:SPLUNK_GATEWAY_URL}"
Expand All @@ -46,12 +40,6 @@ processors:
- action: "insert"
key: "envvartest_SPLUNK_LISTEN_INTERFACE"
value: "${env:SPLUNK_LISTEN_INTERFACE}"
#- action: "insert"
# key: "envvartest_SPLUNK_MEMORY_LIMIT_MIB"
# value: "${env:SPLUNK_MEMORY_LIMIT_MIB}"
#- action: "insert"
# key: "envvartest_SPLUNK_MEMORY_TOTAL_MIB"
# value: "${env:SPLUNK_MEMORY_TOTAL_MIB}"
- action: "insert"
key: "envvartest_SPLUNK_OTEL_LOG_FILE_NAME"
value: "${env:SPLUNK_OTEL_LOG_FILE_NAME}"
Expand Down

0 comments on commit 28a64e7

Please sign in to comment.