Archive your logs with infinite logging rules π
Note
Only customers with a Splunk Log Observer entitlement in Splunk Observability Cloud can create infinite logging rules. If you do not have a Log Observer entitlement and are using Splunk Log Observer Connect instead, see Introduction to Splunk Log Observer Connect to learn what you can do with the Splunk Enterprise integration.
Create infinite logging rules to archive all or any subset of logs in Amazon S3 buckets for compliance or possible future use while not paying to index them unless and until you want to analyze them in Splunk Log Observer.
Use cases for archiving your logs π
There are two primary use cases to archive your logs:
Reduce the amount of data you indexed π
Some logs may not be useful on a day-to-day basis but may still be important in case of a future incident. For example, you might not always want to index logs from a non-production environment, or index every debug message. In either case, you can create an infinite logging rule to archive those logs in S3 buckets that your team owns in AWS.
If you want to keep a sample of your archived logs to analyze in Log Observer, you can set the sampling rate in your infinite logging rule so that some amount of the data you archive will also be indexed. You pay for only the logs that you index and analyze in Log Observer. This way, you can monitor trends across all your logs while reducing the impact on your indexing capacity. See Order of execution of logs pipeline rules in the next section to learn more about using pipeline rules to help reduce your indexing capacity.
Retain logs longer than 30 days π
Storing logs in S3 buckets gives you full control over retention time, which can, for example, help you meet compliance and audit requirements. To retain logs longer than Log Observerβs 30-day retention period, you can archive and index 100% of your logs. Logs that are archived and indexed will be available for analysis in Log Observer for 30 days and will also be stored in S3 buckets for as long as you want them.
Order of execution of logs pipeline rules π
Logs pipeline rules execute in the following order:
All log processing rules (field extraction, field copy, and field redaction processors)
All log metricization rules
All infinite logging rules
Because infinite logging rules execute last, you can create field extraction rules, then use the resulting fields in infinite logging rules. You can also metricize logs, then archive them via infinite logging without impacting your ingest capacity. For more information, see Sequence of logs pipeline rules.
Prerequisites π
You must be a Splunk Observability Cloud admin to create new infinite logging connections. Non-admins can send data to S3 buckets using an existing infinite logging connection, but they cannot create new connections. See AWS documentation for permissions required to create S3 buckets in the AWS Management Console.
Create an infinite logging rule π
To create an infinite logging rule, follow these steps:
From the navigation menu, go to Data Configuration > Logs Pipeline Management.
Click New infinite logging Rule.
Decide where to archive your data. To send your logs to an existing S3 bucket, click the infinite logging connection you want, then skip to step 9.
If you want to send your data to a new S3 bucket and you are an Observability Cloud admin, click Create new connection. The Establish a New S3 Connection wizard appears.
On the Choose an AWS Region and Authentication Type tab, do the following:
Select the AWS region you want to connect to.
Select whether you want to use the External ID or Security Token authentication type.
Click Next.
On the Prepare AWS Account tab, follow the steps in the wizard to do the following in the AWS Management Console:
Create an AWS policy. The wizard provides the exact policy you must copy and paste into AWS.
Create a role and associate it with the AWS policy.
Create and configure an S3 bucket.
On the Establish Connection tab, do the following:
Give your new S3 connection a name.
Paste the Role ARN from the AWS Management Console into the Role ARN field in the wizard.
Give your S3 bucket a name.
Click Save.
Choose the Amazon S3 infinite logging connection that you created on the first page of the wizard. Your data will go to your S3 bucket in a file that you configure in the following two steps.
(Optional) You can add a file prefix, which will be prepended to the front of the file you send to your S3 bucket.
(Optional) In Advanced Configuration Options, you can select the compression and file formats of the file you will send to your S3 bucket.
Click Next.
On the Filter Data page, create a filter that matches the log lines you want to archive in your S3 bucket. Only logs matching the filter are archived. If you want to index a sample of the logs being sent to the archive, select a percentage in Define indexing behavior. Indexing a small percentage of logs in Log Observer allows you to see trends in logs that are stored in S3 buckets. Click Next.
Add a name and description for your infinite logging rule.
Review your configuration choices, then click Save.
Your infinite logging setup is now complete. Depending on your selections, your logs will be archived, indexed in Observability Cloud for analysis, or both.
Infinite logging rules limits π
An organization can create a total of 128 infinite logging rules.