Commit 3ffba53d by nadeemshahzad

fixes

parent 532d476c
......@@ -114,4 +114,4 @@ splunk-server_debian_pkgs: []
splunk-server_redhat_pkgs: []
#S3 bucket to store data rolled from splunk cold bucket
SPLUNK_FROZEN_DB_S3_BUCKET: "{{ SPLUNK_FROZEN_DB_DATA_S3_BUCKET }}"
SPLUNK_FROZEN_DB_S3_BUCKET: 'splunk-s3-frozen-bucket-name-here'
#!/bin/bash
#!/usr/bin/env bash
s3_backup_bucket="{{ SPLUNK_FROZEN_DB_S3_BUCKET }}"
if [ $# -lt 1 ]; then
echo "Usage: /bin/bash coldToFrozenS3 <bucket_dir_to_archive>"
echo "Usage: coldToFrozenS3 <splunk_bucket_to_frozen>"
exit 1
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment