Activity Feed
- Karma Re: Why Splunk can't index very large csv files for woodcock. 06-05-2020 12:49 AM
- Got Karma for Why Splunk can't index very large csv files. 06-05-2020 12:49 AM
- Karma Re: eval if clarification for gokadroid. 06-05-2020 12:48 AM
- Posted Re: Can you alert for if a field value is changed to a specific value? on Alerting. 01-08-2019 07:00 AM
- Posted Re: Can you alert for if a field value is changed to a specific value? on Alerting. 01-07-2019 03:15 PM
- Posted Can you alert for if a field value is changed to a specific value? on Alerting. 01-03-2019 02:09 PM
- Tagged Can you alert for if a field value is changed to a specific value? on Alerting. 01-03-2019 02:09 PM
- Tagged Can you alert for if a field value is changed to a specific value? on Alerting. 01-03-2019 02:09 PM
- Posted Re: How to calculate total Business hours in between weekend days? on Getting Data In. 10-11-2018 08:57 AM
- Posted Re: How to extract part of a text from log events? on Splunk Search. 08-02-2017 07:04 AM
- Posted Why Splunk can't index very large csv files on Getting Data In. 08-02-2017 06:20 AM
- Tagged Why Splunk can't index very large csv files on Getting Data In. 08-02-2017 06:20 AM
- Tagged Why Splunk can't index very large csv files on Getting Data In. 08-02-2017 06:20 AM
- Tagged Why Splunk can't index very large csv files on Getting Data In. 08-02-2017 06:20 AM
- Posted Re: After converting Dashboard to HTML how to view that HTML in browser as appeared in the Dashboard on Dashboards & Visualizations. 06-22-2017 07:10 AM
- Posted How to add Boolean operators on lookup files? on Splunk Dev. 04-04-2017 01:11 AM
- Tagged How to add Boolean operators on lookup files? on Splunk Dev. 04-04-2017 01:11 AM
- Tagged How to add Boolean operators on lookup files? on Splunk Dev. 04-04-2017 01:11 AM
- Tagged How to add Boolean operators on lookup files? on Splunk Dev. 04-04-2017 01:11 AM
- Tagged How to add Boolean operators on lookup files? on Splunk Dev. 04-04-2017 01:11 AM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
0 | |||
1 | |||
0 | |||
0 | |||
0 |
01-08-2019
07:00 AM
the eval expression is malformed. not sure if it's because of having two greater thans.
... View more
01-07-2019
03:15 PM
Hello, the query produced results or "alerted" when the servers went down.. They alerted almost the same time. I think it is because the query showed results with 60001 to 60002...
We would like to have a result only seeing 60002 and back to 60001. Is it possible to modify this query a little? Thanks
... View more
01-03-2019
02:09 PM
i currently have an existing alert that notifies if the servers are down.
Say i have two columns: server_name and event_status.
event_status=60002 indicates if the servers are down.
event_status=60001 indicates if the servers are up
Please note that there are other values for event_status, but we are only focused on these two.
Existing alert for server down:
(base search) server_name=dfw* "EventCode=60002" earliest=-1h@h | dedup server_name | table server_name
//this is scheduled to run every 5 minutes and triggers once if there is any result
i would now want to have another alert that indicates if the servers are back to EventCode=60001 (from 60002)
Can you please help me?
... View more
10-11-2018
08:57 AM
Thank you for this example. I just would like to ask if there is a similar approach to this but is able to cater around 100 000 events without much hassles on performance? Peace
... View more
08-02-2017
07:04 AM
Hi, I can't really provide the specific regex code for you. But just incase you find suggestions, you can try it out here: http://regexr.com/
Just paste your samples and see if their regex code works.
And since you are also starting to learn regex like me, that site also provide information on how to use regex.
... View more
08-02-2017
06:20 AM
1 Karma
I am using a csv file to input data in my local Splunk Enterprise.
I have a very big csv file that is around 100mb.
The data in my csv file contains the following count of events:
January: 36,055
February: 37,613
March: 41,521
April: 33,697
May : 39,980
June: 36,994
July: 31,963
After loading the data into Splunk, the data in Splunk contains the following count of events:
January: 29,416
February: 32,042
March: 37,516
April: 33,458
May : 39,975
June: 15,935
July: 22,766
Note: My index usage is only 243MB/488.28GB
I tried cutting my csv file to only May June and July data and uploaded it to Splunk.
csv count:
May : 39,980
June: 36,994
July: 31,963
Splunk count:
May : 39,980
June: 36,994
July: 31,963
So this means I have no problem with the formatting of the timestamp in my csv file.
Could you help me find the configuration that causes this truncation?
or atleast help me on how to investigate it?
I will appreciate any response regarding the matter.
... View more
06-22-2017
07:10 AM
If you convert your dashboard into HTML, there is no going back. You will not be able to edit panels through drag and drop and you cannot modify each dashboards easily. Where as if you are awesome with HTML coding as well as js, you will be able to do a lot of things in your dashboard!
... View more
04-04-2017
01:11 AM
I would like to have a lookup that categorizes events depending on detected keywords from a specific field and I'd like to have my splunk search query as simple as possible. In order to do this i have thought of creating a lookup file that does the categorization. My keyword criteria includes AND and OR Boolean such as Keyword1 category is different from Keyword1 AND Keyword2 category..
This is the most critical part of the lookup file I'm making.
I was told by a friend that I should use python to read booleans from the lookup.
Can I do this without doing an python coding (because i really find it difficult to code in python) or
if Python coding is the only option, can you tell me how to kickstart my development?
Here is the table that i have in mind.
Group................Keywords...................Area..... Cluster......Subcluster
A..................... boy AND girl................. A1........... C1.................. S1
B..........................boy............................A2..............C2...................S2
... View more
02-24-2017
09:32 AM
Hi,
this feature may not be feasible for the current version of Splunk yet. What you can do for now is change the click functionality and behavior to suffice your current requirement. https://answers.splunk.com/answers/39830/clicking-on-chart-legend-messes-up-the-search-query-for-drilldown.html#39837
... View more
12-12-2016
01:30 AM
Thanks. I just knew this is possible. Is it okay if you point out which specific file am i to edit? is it on this folder?
Splunk\etc\apps\MyAppName\appserver\static\css
And what function on css file should do the trick?
I will greatly appreciate your reply.
... View more
12-12-2016
01:06 AM
Hi, is there any way we can edit the mouse hover function and change it to on-click?
... View more
11-29-2016
08:54 AM
Hi, thanks for your reply. But i don't think it's the answer i am looking for.
I needed a feature that would retain the the "count indicator (in black)" once you hover your cursor pointer on the charts in the dashboard.
... View more
11-29-2016
05:21 AM
Hi,
I would like to know if it is possible to permanently show the values of the chart portions (the one appearing once you hover the mouse pointer) by clicking it? I am using HTML.
I have disabled the charting.drilldown to make sure that it won't load the search query when I click the chart portions.
Thanks!
... View more
11-24-2016
07:48 AM
I have a document field that opens a document if available and it displays "no document found" if there is no document available.
But i want to add something to the document field.
i want to have a checkpoint that says pass or fail. If PASS, it should display either "document available" or "no document found"
if FAIL, it should display "Try again"
so im thinking,
is "eval if command" capable with this?
like
|eval document = if (checkpoint == "pass", ??? , "Try again")
i wanted to make that question mark the document field that displays "document available" or "no document found"
is it possible?
... View more
- Tags:
- splunk-enterprise