Skip to content

Commit

Permalink
port 8090
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Shuvalov committed Aug 16, 2024
1 parent 7ddaa03 commit 2fcfcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_splunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def _deploy_app(self, mda_file, splunk=True):

env_vars = {
"SPLUNK_HOST": "test.test.com",
"FLUENTBIT_LOGS_PORT": "55555",
"FLUENTBIT_LOGS_PORT": "8090",
"FLUENTBIT_LOG_LEVEL": "debug",
}

Expand Down

0 comments on commit 2fcfcda

Please sign in to comment.