Skip to content

Commit df60d69

Browse files
authored
Merge pull request #405 from gm3dmo/fixconf
fixconf
2 parents 71e2cdb + d54911a commit df60d69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def main(args):
7878
enabled=true
7979
domain="audit.example.com"
8080
port=443
81-
token='mytoken'
81+
splunk_token='mytoken'
8282
# SSL verification helps ensure your events are sent to your Splunk endpoint securely.
8383
ssl_verify=true
8484

create-splunk-audit-log-stream-for-an-enterprise.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ audit_key_details="tmp/audit-log-stream-key.json"
1919
./get-the-audit-log-stream-key-for-encrypting-secrets.sh > ${audit_key_details}
2020
key_id=$(jq -r '.key_id' ${audit_key_details})
2121
key=$(jq -r '.key' ${audit_key_details})
22-
encrypted_token=$(ruby create-enterprise-audit-log-stream-key.rb $key $token)
22+
encrypted_token=$(ruby create-enterprise-audit-log-stream-key.rb $key $splunk_token)
2323

2424

2525
json_file=tmp/create-an-audit-log-streaming-configuration-for-an-enterprise.json

0 commit comments

Comments
 (0)