Activity Feed
- Got Karma for How to add drilldown to show contributing events?. 06-22-2022 11:51 AM
- Posted How to add drilldown to show contributing events? on Dashboards & Visualizations. 06-22-2022 11:47 AM
- Tagged How to add drilldown to show contributing events? on Dashboards & Visualizations. 06-22-2022 11:47 AM
- Tagged How to add drilldown to show contributing events? on Dashboards & Visualizations. 06-22-2022 11:47 AM
- Tagged How to add drilldown to show contributing events? on Dashboards & Visualizations. 06-22-2022 11:47 AM
- Karma Re: Why is my regex causing Splunk to return the following error?: "Regex: missing terminating ] for character class" for javiergn. 06-05-2020 12:50 AM
- Karma Re: What should I do at my first Splunk .conf conference? for burwell. 06-05-2020 12:50 AM
- Karma Re: What should I do at my first Splunk .conf conference? for jcaceres. 06-05-2020 12:50 AM
- Karma Re: What should I do at my first Splunk .conf conference? for woodcock. 06-05-2020 12:50 AM
- Karma Re: What should I do at my first Splunk .conf conference? for nwoodco1. 06-05-2020 12:50 AM
- Got Karma for What should I do at my first Splunk .conf conference?. 06-05-2020 12:50 AM
- Karma Re: Threatlist Error after clean install of Palo Alto App and Add-on 6.0 for btorresgil. 06-05-2020 12:49 AM
- Karma Re: Can you help me find matching fields from 2 out of 3 sources? for kamlesh_vaghela. 06-05-2020 12:49 AM
- Karma Re: Can you update us on Splunk certification exams? for kairobin. 06-05-2020 12:49 AM
- Karma Feature Request: How to embed a dashboard (not a report) that is updated every hour in a webpage? for lquinn. 06-05-2020 12:47 AM
- Posted Can anyone help me identify auto-finalized or truncated searches/alerts? on Getting Data In. 11-20-2019 12:28 PM
- Tagged Can anyone help me identify auto-finalized or truncated searches/alerts? on Getting Data In. 11-20-2019 12:28 PM
- Tagged Can anyone help me identify auto-finalized or truncated searches/alerts? on Getting Data In. 11-20-2019 12:28 PM
- Posted What should I do at my first Splunk .conf conference? on #Random. 10-26-2019 09:52 PM
- Tagged What should I do at my first Splunk .conf conference? on #Random. 10-26-2019 09:52 PM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
1 | |||
0 | |||
1 | |||
0 | |||
0 |
06-22-2022
11:47 AM
1 Karma
Using Dashboard Studio, I am having trouble adding a drilldown that will allow me to see the attributing events of the dashboard selection. There only appears to be a way to add links to the open internet? The only options for drilldown are No Action or Link to custom URL Use a relative URL or absolute URL, for example, /app/search/datasets, or https://www.splunk.com Am I missing something? Did I create the alert incorrectly?
... View more
Labels
- Labels:
-
chart
-
Dashboard Studio
-
drilldown
11-20-2019
12:28 PM
I am having trouble crafting a search to identify auto-finalized or truncated searches.
This is the search I am using currently.
index="_internal" status="skipped" search_type="scheduled"
| eval Scheduled=strftime(scheduled_time, "%Y-%m-%d %H:%M:%S")
| stats values(Scheduled) as Scheduled
values(status) as Status
values(user) as User
values(savedsearch_id) as Savedsearch_id
values(savedsearch_name) as Savedsearch_name
values(reason) as Reason
by _time,savedsearch_name
| sort - Scheduled
| table Scheduled Status User Savedsearch_id Savedsearch_name Reason
... View more
- Tags:
- api
- internal-logs
After attending a pair of confs I wanted to start a thread of thoughts about What should I do at my first Splunk .conf?
I have a single question at the bottom. Feel free to add on and make suggestions.
Visit official Splunk booths
Outside of your scheduled sessions this should be your top priority when you get there. This is when you get to speak with the development teams behind current, new and upcoming Splunk modules and features. There are some neat non-NDA internal projects also worth seeing especially if you have a homelab and want to do some cool weekend projects.
My Experience: Last year my most memorable conversation was with the MLTK team when i asked them why UBA didn't leverage MLTK if MLTK was as awesome as the streets tell me. This year I spoke with the someone from the UI team and we spoke about the color palette challenges they were faced with the dark mode.
Visit Vendor booths
Many of them are MSPs or Splunk app makers. Because MSPs are trying to sell you a service they are more willing to share real world processes and challenges that you can take back to your shop. You can also speak with app & appliance vendors about their TA. Your shop use syslog-ng? They are there. Your shop use Checkpoint? They are there. ect.
Visit 'Ask The Experts' (get answers, you can)
This is your opportunity to sit with a Splunk expert and have them answer your questions. I've seen people break out laptops, but I always have my questions ready to go by the time I get there. Splunk Answers is where I ask 'How' questions. 'Ask the Experts' is the perfect opportunity to ask 'Why' questions in a face to face Apple store Genius Barish setting.
Visit the 'Innovation Lab' (the only place you can't take photos)
Here is where you really get to see some AMAZING things Splunk is doing internally. They make you sign an NDA before you can enter and because of that I can't get any much more specific. What I can say is that I was beyond impressed by what I saw in there.
Sign up for BOTS or BOTN (gather three co-workers and find a cool team name)
These competitions take place just before .conf and will do two very important things for you:
1 Expose you to Splunk use cases with accompanying data sets. This data is VERY robust. The use cases go from really really easy, all the way up to REALLY hard.
2 Give you a FREE hands-on with Splunk's entire Enterprise offering (as of the time of this writing it is UBA,MLTK,ES & Phantom) all configured and all ready to get busy on the data set they provide for you.
3 There is a Splunk session dedicated to analyzing the data generated from the competition. The description made it sound really interesting and I didn't realize this until it was too late, my 3rd biggest miss of .conf.
The innovation lab had some things in there that I want my company to have a hand in testing. But because I didn't read the details of the NDA, and I am uncertain if I can even ask my sales person about the project I have in mind. How can I get in contact with a specific team from the innovation lab?
... View more
- Tags:
- .conf
11-01-2018
05:00 AM
thank you!!! It works like a charm.
... View more
10-31-2018
10:12 PM
Rexex101 works GREAT. However, Splunk gives me an error. I keep getting the following error with the regex below:
I am trying to extract everything before \ or \
Error in 'rex' command: Encountered the following error while compiling the regex '(?[^].)': Regex: missing terminating ] for character class*
| rex field=src_user "\\(?<user>[^\\].*)"
Here are the examples of what I'm trying to extract:
DTTSOL-EAST\SQLAdmin
DTTSOL-EAST\SQLAdmin
task@delly\mason
DANNY@rand\D
calicoe\iron
What am I doing wrong and should I use something else besides regxex101?
... View more
09-23-2018
09:29 PM
kamlesh_vaghela, thanks for the input, thanks to you I have it working. But SourceA is not needed where it is. #2 SourceC is listed twice, and the 2nd time should be SourceA if it is removed from the beginning.
The working command looks like this:
[ search SourceB | dedup field1
| fields field1]
OR
[ search SourceB | dedup field1 | fields field1]
| join field1
[ search SourceA | dedup field1 | fields field1]
| table field1 | dedup field1
... View more
09-20-2018
08:48 PM
Hello, I hope someone can help.
I am attempting to do a subsearch that I am having difficulty with and hope someone here can assist.
I would like any fields in SourceB or SourceC that match SourceA, to be returned
I'd previously had the following syntax:
SourceA | table field1 | search [ | search SourceB table field1 ] | search [ |search SourceC field1 | table src]
but now, I need it to be interpreded more like this:
SourceA field1 (SourceB field1 or SourceC field1)
... View more
11-15-2017
01:59 PM
No, I do not have it installed.
... View more
11-15-2017
01:49 PM
Same here. I did mine from an upgrade.
... View more