All Posts

Find Answers
Ask questions. Get answers. Find technical product solutions from passionate members of the Splunk community.

All Posts

Hi Team, I'm currently using Version 8.2.10 and encountered an issue today. It seems that my admin account has disappeared from USERS AND AUTHENTICATION -> Users. I'm perplexed by this occurrence an... See more...
Hi Team, I'm currently using Version 8.2.10 and encountered an issue today. It seems that my admin account has disappeared from USERS AND AUTHENTICATION -> Users. I'm perplexed by this occurrence and would appreciate any insights into why this might have happened. Additionally, I'm seeking guidance on how to prevent similar incidents in the future.
We finally got stream working - but more of a work around.  The problem is in part due to starting the UF using systemd, which allocates CPU slices for different processes.   When using systemd to st... See more...
We finally got stream working - but more of a work around.  The problem is in part due to starting the UF using systemd, which allocates CPU slices for different processes.   When using systemd to start the UF, stream fails.   Disabling start on boot, and manually starting the UF from ./slunk start, stream works. The second part is that when the UF starts, ownership of all the UF files is chowned  splunk:splunk.  This seems logical to ensure the UF runs as splunk (or splunkfwd).  However, when stream is initially installed, the set_permissions.sh changes ownership of ../Splunk_TA_stream/Linux_x86_64/streamfwd-rhel6 to root.  Starting the UF undoes this, changing ownership back to splunk.   We made streamfwwd-rhel6 immutable - which did prevent the ownership change back to splunk, but stream still failed when starting with systemd. Ultimately, we had to disable systemd, make streamfwd-rhel6 immutable (after running set_permissions.sh), then start the UF manually via /splunk start.     Splunk needs to fix this so stream works as expected without having to disable boot-start and set the immutable flag.
Hi @gcusello  No, the 'Splunk_TA_f5-bigip' app is on the DS but not the IDXs/CM. Is that something that ought to be pushed out to the CM/IDX?  We have a local app that is specific to our program wi... See more...
Hi @gcusello  No, the 'Splunk_TA_f5-bigip' app is on the DS but not the IDXs/CM. Is that something that ought to be pushed out to the CM/IDX?  We have a local app that is specific to our program with a ruleset for that f5:bigip:syslog but that is just specifying the hosts that route data to that index.  How can I check via the regex what sourcetypes the data has?  Thank you!   
Hi Splunkers I notice the same issue and wonder really why Splunk is not fixing this issue? Is seems to be an incompatibility on the VMware stack with the streamfwd service.  I use Splunk Universa... See more...
Hi Splunkers I notice the same issue and wonder really why Splunk is not fixing this issue? Is seems to be an incompatibility on the VMware stack with the streamfwd service.  I use Splunk Universalforwarder 9.1.2 and Splunk Stream 9.1.1. Specially the installation on Universalforwarders fails massively on Linux systems which makes Splunk Stream not really usable in a distributed environment with Linux systems. My streamfwd.log tells always the same error:   2024-03-08 14:59:54 INFO [139974317471680] (CaptureServer.cpp:2001) stream.CaptureServer - Starting data capture 2024-03-08 14:59:54 INFO [139974317471680] (SnifferReactor/SnifferReactor.cpp:161) stream.SnifferReactor - Starting network capture: sniffer 2024-03-08 14:59:54 ERROR [139974317471680] (SnifferReactor/PcapNetworkCapture.cpp:238) stream.NetworkCapture - SnifferReactor unrecognized link layer for device <eth0>: 253 2024-03-08 14:59:54 FATAL [139974317471680] (CaptureServer.cpp:2337) stream.CaptureServer - SnifferReactor was unable to start packet capturesniffer 2024-03-08 14:59:54 INFO [139974317471680] (CaptureServer.cpp:2362) stream.CaptureServer - Done pinging stream senders (config was updated) 2024-03-08 14:59:54 INFO [139974317471680] (main.cpp:1109) stream.main - streamfwd has started successfully (version 8.1.1 build afdcef4b) 2024-03-08 14:59:54 INFO [139974317471680] (main.cpp:1111) stream.main - web interface listening on port 8889       As you all can see, my streamfwd.conf is more or less the same as all of you have also. No matter if for example i change the ipAddr to 0.0.0.0. I always get the same error.     [streamfwd] logConfig = streamfwdlog.conf port = 8889 ipAddr = 127.0.0.1 ## --> Token HFWD httpEventCollectorToken = ba4a2b2-2544-55e3-22ft-234vt68m0szp ## --> Specify the interface streamfwdcapture.1.interface = eth0       Side remark: If I reinstall Splunk Enterprise 9.1.2 on the same server on which UniversalForwarder 9.1.2 with Splunk Stream 9.1.1 was installed, Splunk Stream works. That sounds like a bug in Splunk_TA_stream. Would be great to hear a statement of Splunk within the next weeks. Kind regards Patrick  
You were correct - I added linux_secure and now src_ip is happier than "src".
When the index pipeline begins backing up at any stage, which resources are responsible for the bottleneck. Obviously, once backed up the problem will overflow into other areas but is there a "rule" ... See more...
When the index pipeline begins backing up at any stage, which resources are responsible for the bottleneck. Obviously, once backed up the problem will overflow into other areas but is there a "rule" or anything that says if the backup is at the Parsing Pipeline then the storage IO is too low,  Merging Pipeline then the CPU is too low,  Typing Pipeline the memory is too low, or Index Pipeline it's network bandwidth, etc. I am specifically looking for info regarding a Heavy Forwarder but any help would be appreciated. *It's not as bad as the picture makes it seem, just posting for visual*  
Got it working after adding src_ip field. Splunk is a long journey to learning basic stuff source="udp:514" index="syslog" NOT src_ip IN (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) action=DROP ... See more...
Got it working after adding src_ip field. Splunk is a long journey to learning basic stuff source="udp:514" index="syslog" NOT src_ip IN (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) action=DROP  
Hi @DanAlexander , looks like this is not supported at the moment : https://docs.splunk.com/Documentation/AddonBuilder/4.1.4/UserGuide/Installation "Add-on Builder is not supported in a search head... See more...
Hi @DanAlexander , looks like this is not supported at the moment : https://docs.splunk.com/Documentation/AddonBuilder/4.1.4/UserGuide/Installation "Add-on Builder is not supported in a search head cluster or index cluster environment."   You can upvote this idea : https://ideas.splunk.com/ideas/APPSID-I-843      
I described in OP that field_A and field_B share the value. So there's nothing I can do to join the rest of the corresponding fields together? Yes, I did find evidence of field_B in source_2 having ... See more...
I described in OP that field_A and field_B share the value. So there's nothing I can do to join the rest of the corresponding fields together? Yes, I did find evidence of field_B in source_2 having a value of 11111179 and a non-null value of field_C, which is what I intended to refer to in my previous post.  In regards to the mock code,  the search worked, so I'm guessing the flags were ignored. Either way, if it is indeed a data problem, I'm not seeing it in my logs. Thank you for the insight though. Will update this post if that does end up being the problem.
When adding a new cluster manager to redundant cluster manager cluster do I need to manually deploy the current manager-apps?
Use splunk offline --enforce-count to migrate to new hardware.  A rebalance will shuffle buckets around, but won't remove the old indexer.  If you're only replacing a single indexer then manual deten... See more...
Use splunk offline --enforce-count to migrate to new hardware.  A rebalance will shuffle buckets around, but won't remove the old indexer.  If you're only replacing a single indexer then manual detention is not necessary.  However, if this is one of many migrations than consider setting manual detention on each old indexer so they don't receive buckets from the others that are taken down.  It will spare the system from potentially moving the same bucket multiple times.
Hi @molko13, in this case, the people referrer of the license should ask to Splunk Support to add you to the Entitlement. In this case you'll be able to open cases. Ciao. Giuseppe 
You can start here, but skip the parts about static assets, setup pages, and icons. All you really need are default/app.conf and default/props.conf.  The site above shows what needs to be in app.conf.
Hello, I need help to assign text box value to radio button but it's not working.     <form> <label>assign text box value to Radio button</label> <fieldset submitButton="false"> <input ... See more...
Hello, I need help to assign text box value to radio button but it's not working.     <form> <label>assign text box value to Radio button</label> <fieldset submitButton="false"> <input type="radio" token="tokradio" searchWhenChanged="true"> <label>field1</label> <choice value="category=$toktext$">Group</choice> <default>category=$toktext$</default> <initialValue>category=$toktext$</initialValue> </input> <input type="text" token="toktext" searchWhenChanged="false"> <label>field2</label> </input> </fieldset> <row> <panel> <title>tokradio=$tokradio$</title> <table> <search> <query>| makeresults</query> <earliest>-24h@h</earliest> <latest>now</latest> </search> <option name="drilldown">none</option> </table> </panel> </row> </form>   Thanks in advance. @bowesmana  @tscroggins @gcusello @yuanliu @ITWhisperer 
Have you fixed this issue.If so please share the solution
Thx for your answer, i'm a member of this company, this is not my customer. I am a new member of security team in this company, internally i mean. 
Hi @molko13, usually few persons are enabled to open a Case to Splunk Support for each entitlement, and usually is someone of the customer to open cases. I'm enabled to open Cases for some selected... See more...
Hi @molko13, usually few persons are enabled to open a Case to Splunk Support for each entitlement, and usually is someone of the customer to open cases. I'm enabled to open Cases for some selected customers that enabled me to do this, but this is an exception. If you ned to do this, you must ask to your customer to ask to Splunk to enable you, otherwise isn't possible. Ciao. Giuseppe
Hi   I'm facing an issue with creating a support ticket.   I'm on enterprise version for a company that has support account. I'm new in the security team, i ve tried to contact support via suppor... See more...
Hi   I'm facing an issue with creating a support ticket.   I'm on enterprise version for a company that has support account. I'm new in the security team, i ve tried to contact support via support form (4 times) but no answer. I've tried to call support, but they has answered me that i need to ask to my manager to add me via admin portal or contact support to help with. My manager isn't able to do that. This is  really blocking me, anyone has an advice?   Thx
Hi, Anyone figured out the way to integrate please? 
Hi @anandhalagaras1, you should install in your Splunk the Splunk Dashboard Examples App (https://splunkbase.splunk.com/app/1603). One of the examples is just what you're searching: the In page Dri... See more...
Hi @anandhalagaras1, you should install in your Splunk the Splunk Dashboard Examples App (https://splunkbase.splunk.com/app/1603). One of the examples is just what you're searching: the In page Drilldown. Ciao. Giuseppe