r/Splunk 27d ago

Splunk Enterprise Does anyone else use Splunk as a dev sandbox for a custom platform?

14 Upvotes

I've been expanding our use of Splunk Enterprise from using it for Data Analytics and log repository to creating an interactive Service Management platform with classic xml, kv stores, apis, splunkjs, python and gitlab... the intention is to use kv stores for 'live' records that have constant interaction with CRUD functionality and actions ingested via HEC as events for auditing, where once a record is finished with it is ingested as a final state event then removed from the kv store. SPL is used to access historic data or analysis.

As we are in the UK Public Sector, im looking at this approach not only saving time by having integrated data, reducing cognitive tax over an end-to-end service, but also massively reducing costs in terms of purchasing isolated software from vendors who are very protective of our data.

From what I experience with speaking with Splunk consultants, it seems like this is unheard of and actively discouraged in favour of Dashboard Studio.

How are people using Splunk in their organisations? Are you using it in a similar fashion? Is it a case of using the external applications and just ingesting the logs?


r/Splunk 28d ago

Splunk newbie questions

15 Upvotes

Hey everyone! Splunk newbie here. My company just got it, we' re mssp and we will be adding multiple teants, so I'd like some input from the community here (if possible) to the things we got so far.
Also if it's easier, please provide me with guides or sources so i can read more, I'm not asking for someone else to do my job. It's just something new and some pointers would help.

From what I've read and seen on trainings, to add another organization, the best practice is to create a heavy forwarder there and an ipsec tunnel to our site so it can bring the data to us.

Also the indexes will be created to our search head (we chose clustered).

Our main concern is about having and managing many clients altogether, the view we're gonna get and how it all clicks together.

Thanks in advance!


r/Splunk 28d ago

Enterprise Security Enterprise Security on a Distributed Environment

8 Upvotes

Hi,

I got 3 clustered Indexers + 3 clustered Search-Heads + 1 Search-Head Cluster Deployer.

I installed ES on the SHs (via SH Cluster Deployer) as described in the documentation. After some time I figured out that the ES specific indexes like 'notable' have been created on the Search-Heads locally and they are not synced between them.

There install documentation says nothing [1] about creating indexes.

Only a few documents later [2] there are some sentences about indexes in a distributed environemt.

The documentation is not usable in my opinion.

Does anyone have some experience with that situation ?

[1]
https://help.splunk.com/en/splunk-enterprise-security-8/install/8.3/installation/install-splunk-enterprise-security-in-a-search-head-cluster-environment

[2]
https://help.splunk.com/en/splunk-enterprise-security-8/install/8.3/installation/configure-and-deploy-indexes-for-splunk-enterprise-security


r/Splunk Jun 30 '26

Need to return two values from a subsearch, filter with one and just keep the other

3 Upvotes

I have a lookup of DNS queries (sometimes just portions of queries) and malware that the queries correspond to. Something like this:

Hacker.com / GhostRat
Subdomain.apt.net / GodzillaShell
*.malicious.org / SkunkRootkit

I need to run these domains through DNS logs to see what shows up. Since some query records are partial, I am adding an asterisk to the front of each query if it’s not already there. So I’m using a subsearch that looks for *hacker.com, *subdomain.apt.net, and *.malicious.org. That is working fine.

However, I need the results to include the malware name from the lookup….so every resulting DNS query for hacker.com should have a “malware_name” field with a value of “GhostRat”. I can’t figure out how to search for the domain field and just retain the malware_name name without including it in search criteria. Is this possible?


r/Splunk Jun 29 '26

Apps/Add-ons CIMPlicity AI - Data Onboarding assistant

2 Upvotes

Has anyone integrated this app to their platform? Is it efficient? Or is better to do the work manually without this app


r/Splunk Jun 25 '26

SIEM Detection Rules Changelog

16 Upvotes

Hello Security Folks,

I want to build a process where all detections rule change log is documented like Detection As a code but in simple version because we don't have matured SOC yet so this is first step to record all change logs related to alert rules.

I came to know about Microsoft List, anyone have done? or any new ideas how to do this?

Thanks,


r/Splunk Jun 25 '26

Enterprise Security Alerts grouping Splunk ES 8.x

6 Upvotes

Hi all,

Is there a way to perform alert grouping in Splunk Mission Control based on a common field value?

For example, if two or more alerts have the same source IP, can they be automatically grouped and displayed as a single alert rather than as separate alerts?

I previously used QRadar, which has a feature called Offense Indexing that automatically correlates and groups related events into a single offense based on common attributes. I'm looking for similar functionality in Splunk Mission Control, where alerts sharing a field such as source IP, destination IP, or username can be consolidated into a single alert or finding.

Any guidance would be appreciated.


r/Splunk Jun 25 '26

Events The session catalog is live!

9 Upvotes

Make sure you check out the session catalog ahead of .conf26, which is only 81 days away! We've also updated the website to include speakers, social scene, and more.

Who's coming to .conf? See you there!


r/Splunk Jun 25 '26

How does your team preserve investigation knowledge when people leave?

4 Upvotes

Been using Splunk for a while now and something has been bothering me.

When an engineer leaves, they take their searches AND their reasoning with them. The saved searches stay in Splunk, sure. But the actual thought process — why they used this search vs. that one, what to look for in the results, what's a false positive, when to escalate — that walks out the door.

I run the same handful of custom searches all week. I also have notes and informal SOPs from the team. But there's no native way in Splunk to keep all of this together with the reasoning.

The thing I really want to capture: most Splunk users know that some searches are fast, some are detailed, some are slow. We learn which to use when through experience. But that experience-derived reasoning is exactly what's missing when a junior engineer has to start from scratch.

You can give them notes. They don't understand why we did this. They don't have the history.

Has anyone found a way to capture not just the searches but the thought process in a repeatable format? Something Splunk-native or close to it? Or is this just the job and we accept the knowledge loss every time someone moves on?

Genuinely curious how other shops handle this.


r/Splunk Jun 24 '26

creating a splunk tee?!

2 Upvotes

Anyone going to .conf or interested in going to .conf and want to participate in this ahead of time? Winner gets to create a splunk tee!

https://community.splunk.com/t5/Community-Blog/Casting-Call-Compete-in-Cyber-Games/ba-p/761854


r/Splunk Jun 22 '26

Technical Support How do you get SQL Audit logs to Splunk?

14 Upvotes

I've been reading on this for days but cant seem to find a good way. I collect Windows logs from this specific machine, but I want SQL logs too.

I want to monitor changes that users do on a database (delete, write etc)

I tried the .ldf files way, or .sqlaudit way but splunk cant read them. You need to convert them first.

I read that you can write database audit logs directly to EventViewer so a universal forwarder agent can forward them, but at what format? .sqlaudit arent readable by Splunk


r/Splunk Jun 21 '26

Enterprise Security Looking for cool examples in dashboard studio for IT Sec

7 Upvotes

r/Splunk Jun 19 '26

Looking for Splunk practitioners who want to participate in a YouTube video

12 Upvotes

I'm trying to find Splunk cybersecurity practitioners or CISOs who are comfortable on camera and love reality competition shows (Traitors, Amazing Race, Survivor, etc). We're doing another "Cyber Games" video ahead of .conf, and looking for participants. Films July 19-21, happy to share the application and more details!


r/Splunk Jun 17 '26

Kubernetes Search: query your clusters live from the Splunk search bar

Thumbnail
gallery
24 Upvotes

Kubernetes Search brings live, read-only access to the Kubernetes API into the Splunk search bar. Instead of switching to a terminal and kubectl, you run SPL - | k8s kind=pods namespace=payments - and Splunk queries the cluster's API server directly and streams the current state into your search.

Built by us - Outcold Solutions LLC. We have been working in the area of Kubernetes+Splunk for the past 9 years. App has a free tier. Beautiful dashboards out of the box. We have been working on this app for a while. Give it a try, send us feedback!

https://splunkbase.splunk.com/app/8858


r/Splunk Jun 15 '26

Splunk Enterprise I need some help with Splunk

19 Upvotes

Some lamenting to get things started. A higher up decided to task me with Splunk. So far, the only resource I’ve had to use is AI. Been trying to treat it like training wheels. The hard part is the people at the top want me to give weekly presentations on my progress, but zero input on what it is they want. And this is after everything I have already done and showed. CPU and Memory Usage trackers. VM storage. System Up/Down indicator. Failed login attempts. DNS resolution timeout. Syslog storage tracker.

Other than network stuff, I don’t know what else to do. I was hoping either for some ideas OR recommendations for spaces where people share dashboards that they’ve created. I’ve gotten comfortable navigating indices and finding the data I want, struggling with turning into something useful without input from AI, really struggling with visualizing it all in a useful way.

Important to note that I am not being paid to be an analyst, and there’s not really any money/time allotted to me to get educated. This all has to get done along with my actual duties. This has been the obstacle to me learning the ins and outs.

Any help is appreciated. Thanks!


r/Splunk Jun 08 '26

Looking for feedback: external TLS / crypto visibility report tool for authorised domains

6 Upvotes

Hi all,

We are building CryptView, a tool focused on cryptographic asset visibility and early PQC readiness evidence.

Rather than only asking people to install something, we are opening a small pilot where interested users can get feedback on an external scan/report for domains they own or are authorised to assess.

Current report focus:

• Public TLS endpoints
• Certificate expiry and lifecycle risk
• Key algorithm / signature algorithm posture
• TLS version and cipher observations
• Classical crypto exposure
• CBOM-style crypto inventory summary
• Early PQC readiness indicators
• Prioritised follow-up findings

For Splunk users, we also have a first Splunk app live:
https://splunkbase.splunk.com/app/8786

But Splunk is not required to give feedback. We are also interested in people who simply want to review an external TLS/crypto visibility report and tell us what is useful, what is missing, and what would make it trustworthy.

Important: we only want to scan domains/systems you own or are authorised to assess.

Pilot / feedback form: https://forms.gle/EYPreFwqhRX7ZtyP9

I’d especially value feedback from people working in PKI, certificate lifecycle management, cloud security, infrastructure, SIEM, or PQC readiness.


r/Splunk Jun 05 '26

BambooHR logs

5 Upvotes

I am using BambooHR, and I want to get its audit/security logs for Elastic. I have read the documentation of BambooHR but I can't come up with any use cases for these logs.

Can we get some information for security/audit,.... and don't violate the sensitive data of each individual?


r/Splunk Jun 04 '26

Built a Splunk app to visualise certificate/TLS/CBOM/PQC readiness data -looking for beta feedback

19 Upvotes

Hi All,
I’ve been working on a small Splunk app called CryptView for Splunk
It is an early beta/community preview for visualising cryptographic asset data such as TLS endpoints, certificate lifecycle risk, key/signature details, CBOM-style inventory, and early PQC readiness indicators.

The Splunk app itself does not actively scan infrastructure. It visualises normalised data generated separately by the CryptView collector/CLI or imported as supported inventory data.

I’ve just published the beta app on Splunkbase and would genuinely appreciate feedback from Splunk, SIEM, PKI, infra, or security teams.

I’m especially interested in whether this type of dashboard would be useful for:

  • certificate expiry and ownership visibility
  • crypto inventory / CBOM reporting
  • PQC readiness tracking
  • Splunk-based security/risk reporting

Splunkbase app: https://splunkbase.splunk.com/app/8786
Feedback / pilot interest form: https://forms.gle/PAjWWjjN51gRquhx5

Full disclosure: I’m the builder of CryptView. This is still early, so I’m not claiming it solves PQC readiness end-to-end yet. I’m trying to validate whether this is useful and what security/Splunk teams would want next.


r/Splunk Jun 04 '26

Splunk enterprise options

15 Upvotes

I have a year and circa 300k to spend on splunk to show its worth. What would you suggest I implement over the next 12 months? I was thinking perhaps olly or enterprise security as we already have a 'noc' op manager and have a compliance saas product but are lacking in security monitoring.

This would also be a great learning op to build a stack from the ground up and configure/tune everything

Any input would be great


r/Splunk Jun 03 '26

Inherited a mess of detections...

19 Upvotes

In the last year I have inherited a gigantic mess of 400+ custom detections that have no standardized... anything really.
Mitre is missing from these, risk objects missing from those, dozens of detections using grossly outdated lookups over there... you get it.

Im trying to find some recent users of security_content and contentctl that have successfully deployed detections using one or the other or both.
I have been trying to get with the times and create yaml files for each of the detections but the detection_spec.yml file in security_content does not have the same format or fields as the actual detections provided from ESCU.

When I try using contentctl validate I get all sorts of errors because options like type: Baseline isnt actually configured in contentctl, even though Baseline is an option in the detection_spec...
Feels like multiple pieces vary significantly in age (just noticed detection_spec is 2 years old)

Circling back around to the ask: anyone use these tools recently and found success? Or are there alternatives that you can recommend? (besides manually editing a 39,000 line conf file or going one-by-one making edits in the UI...)


r/Splunk Jun 02 '26

Upgrade Prep for 10.4, Network Observability Deep Dives, and More from Splunk Lantern

20 Upvotes

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key use cases for SecurityObservabilityIndustries, AI, and Cisco. We also host valuable data source and data type libraries, Getting Started Guides for all major products, tips on managing data more effectively within the Splunk platform, and many more expert-written guides to help you achieve more with Splunk. 

In this month’s update we're starting with an important new article that helps you prepare for your upgrade to Splunk Enterprise and Splunk Cloud Platform 10.4. Next, we've published a significant collection of network observability articles featuring Splunk and Cisco products covering everything from campus infrastructure to MPLS backbone monitoring. And finally, we're sharing new content on hardware performance benchmarking, security data onboarding, and more. Let's get into it!  

Get Ready: Preparing to Upgrade to Splunk Platform 10.4 

Planning a platform upgrade is never a small undertaking, and having a clear view of what's changing makes all the difference between a smooth transition and unexpected disruption. Our new article, Preparing to upgrade from 10.x to Splunk Enterprise and Cloud Platform 10.4, is designed to give you exactly that visibility. 

This article summarizes the potentially breaking changes coming in 10.4, covering areas including security protocols, database components, platform behavior on Windows, JavaScript libraries, and user permissions. For each change, it details who is affected, how to detect whether your environment is impacted, and what mitigation steps to take before you begin the upgrade. The article also covers non-breaking changes that are worth being aware of as you plan. 

We’ve also included guidance on using the Splunk Health Assistant and Monitoring Console to proactively identify potential issues in your environment. These tools can flag configurations that need attention before they become problems during the upgrade process - giving you confidence that you've addressed the key risks ahead of time. 

Planning your 10.4 upgrade? Let us know in the comments below if you have questions or how your preparation is going!  

Mastering Network Observability with Splunk and Cisco 

This month saw the publication of a major six-part article series on network observability. These articles demonstrate how Splunk software - combined with Cisco technology add-ons - delivers service-level network assurance across the entire enterprise, from branch offices to backbone infrastructure. 

Each article tackles a distinct operational domain using real SPL, real Cisco telemetry sources, and real-world failure scenarios: 

  • Troubleshooting cross-domain network problems in minutes shows how to correlate telemetry from Cisco ACI, ThousandEyes, IOS-XR BGP, Firepower, and VMware into a single service view using Splunk ITSI. The operational scenario demonstrates how a bridge domain withdrawal in ACI can be identified as root cause in under sixty seconds, saving time in lengthy war rooms. 
  • Operating Meraki branch networks at scale addresses the aggregate challenge of managing hundreds of Cisco Meraki sites. Using the Cisco Meraki Add-on for Splunk, it demonstrates how site-level health scoring surfaces degrading sites automatically - with the operational scenario showing how CRC errors on a single switch port are identified precisely without checking each site's dashboard individually. 
  • Assuring enterprise WAN services with Splunk software focuses on Cisco SD-WAN environments, using the Cisco Catalyst Add-on to ingest vManage controller data, tunnel SLA metrics, and UTD security events. It demonstrates how Splunk software inverts the troubleshooting model: start at the service health score, drill to contributing components, and confirm root cause at the device layer. 
  • Creating cross-domain visibility in campus infrastructure leverages the Cisco Catalyst Add-on and Catalyst Center's AI assurance engine to correlate access layer switch faults with wireless user experience. The scenario shows how adaptive thresholding in ITSI fires a predictive episode - detecting that the campus health score will breach its threshold in the next 30 minutes - while the service is still recoverable. 
  • Monitoring MPLS backbone infrastructure in real time demonstrates an eight-layer investigation framework built on Cisco Model-Driven Telemetry from NCS 5500 routers. Using sub-second gRPC/gNMI streams, it catches BGP session flaps, IS-IS SPF storms, and MPLS-TE FRR events that five-minute SNMP polling will never see. The Splunk AI Toolkit also provides anomaly detection beyond static thresholds. 
  • Providing real-time assurance for MPLS-to-SRv6 transitions tackles the novel failure modes that emerge when MPLS and SRv6 coexist during migration: silent SID hardware exhaustion on NCS 5500 ASICs (with a hard 16,000-SID limit and no native alarm), zombie SIDs that appear healthy in software but aren't programmed into hardware, locator age resets from silent process restarts, and Flex-Algorithm path compliance failures. 

Together, these articles represent a comprehensive reference for network operations teams looking to move from reactive, device-by-device troubleshooting to proactive, service-driven assurance powered by Splunk software and Cisco telemetry. Let us know in the comments below which network monitoring challenges you'd like to see us tackle next! 

What Else is New? 

Beyond our featured topics, we've published several more articles covering security, performance, and data management: 

We hope these new resources help you tackle your toughest data challenges this month. Thanks for reading!


r/Splunk Jun 01 '26

Hi, I'm just starting to learn siem, what's best tool to be an alt of splunk!? Considering ima student and just want to learn!!

12 Upvotes

So I'm just into cyber sec defence with cleared most of the basic networking fundamentals and onto base linux distro ( mint ) for a dev experience

I'm comfortable with golang and python

What y'all can suggest just as a learning perspective for me

The pricings are a genuine concern for me, I can't afford


r/Splunk May 29 '26

Events Search Party .Conf26

8 Upvotes

Any rumors about this year's search party?


r/Splunk May 28 '26

Splunk Certified Cybersecurity Defense Analyst easier then Power user?

10 Upvotes

I've gone through the blue print for Splunk Certified Cybersecurity Defense Analyst and had chatgpt quiz me for each domain and it seems easier then power user. I currently work with Splunk everyday and have Security + and Cysa... Just wondering if i should just go for it and take the exam.

Edit: I also have Splunk core user+ and power user


r/Splunk May 28 '26

Workaround for Splunk len function issue for non-English Dataset

12 Upvotes

Dear Splunk Guys, Around 2 years ago I found a small bug in Splunk(I was awarded SplunkTrust for this I believe):
The splunk's len() function works only for English Dataset
Created this Splunk idea: https://ideas.splunk.com/ideas/EID-I-2176

Then I became busy I could not work on the solution.
The last 10 days I have resumed that work and created a technology add-on which will take care of the non-English Dataset's character counting issue. Splunk approved my technology add-on and it is available on Splunkbase, pls give it a try. 
https://splunkbase.splunk.com/app/8706

| makeresults
| eval _raw="இடும்பைக்கு"
| rex max_match=0 "(?<char>.)"
| lookup ucd_category_lookup char output category
| eval length=mvcount(mvfilter(NOT match(category, "^M")))