Skip to content

Commit

Permalink
Set 'security' as default filter for CLM
Browse files Browse the repository at this point in the history
  • Loading branch information
tommaso-ascani committed Oct 30, 2024
1 parent 3248ae8 commit 507aee2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion imageroot/actions/set-clm-forwarder/validate-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"required": [
"active",
"address",
"filter",
"tenant"
]
},
Expand Down
2 changes: 1 addition & 1 deletion imageroot/bin/cloud-log-manager-forwarder
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ try:
START_TIME = os.environ.get('CLOUD_LOG_MANAGER_START_TIME', '')
ADDRESS = os.environ.get('CLOUD_LOG_MANAGER_ADDRESS', 'https://nar.nethesis.it')
TENANT = os.environ.get('CLOUD_LOG_MANAGER_TENANT')
FILTER = os.environ.get('CLOUD_LOG_MANAGER_FILTER')
FILTER = os.environ.get('CLOUD_LOG_MANAGER_FILTER', 'security')

os.environ['LOKI_ADDR'] = f"http://127.0.0.1:{os.environ['LOKI_HTTP_PORT']}"
os.environ['LOKI_USERNAME'] = os.environ['LOKI_API_AUTH_USERNAME']
Expand Down

0 comments on commit 507aee2

Please sign in to comment.