Hi All,
Our DDAS usage has increased to 119.2%. What are some effective ways or best practices to optimize and reduce the usage? Any guidance or recommendations would be appreciated.
Thanks in advance!
Hi @yashb
DDAS usage is based on the raw ingestion volume x number of days it’s stored for
Ultimately there are 2 ways to reduce your DDAS (Active Searchable Storage) in Splunk Cloud.
The first approach is to reduce your retention where possible, are there any indexes that you are keeping data for longer than you require it? Often Dev/Test environments can end up using lots of storage due to unnecessarily long retentions or big events like load/soak testing - for example.
The other approach is to filter out data you don’t need, or strip specific fields/strings from raw events which are not required. For example you could drop any occurrence of an event containing “DEBUG” unless it’s required, or route it into an index with shorter retention. You can achieve this in a number of ways depending on your environment, such as applying props/transforms at parsing/index time, using Ingest Actions or using Ingest Processor.
I won’t go into specific examples here but if you want more help with a specific approach please let me know and I can provide sample configurations.
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing.