Activity Feed
- Karma Re: Ho can I use CSS grid/flex to move these displays? for tscroggins. 06-11-2024 04:34 AM
- Posted Ho can I use CSS grid/flex to move these displays? on Dashboards & Visualizations. 06-07-2024 07:19 AM
- Posted Re: Join similar fields on Splunk Search. 05-21-2024 07:19 AM
- Posted Join similar fields on Splunk Search. 05-20-2024 05:38 AM
- Karma Re: When one checkbox is selected, the others are unchecked for ITWhisperer. 10-02-2023 08:01 AM
- Posted Re: When one checkbox is selected, the others are unchecked on Dashboards & Visualizations. 10-02-2023 03:59 AM
- Posted Re: When one checkbox is selected, the others are unchecked on Dashboards & Visualizations. 09-28-2023 07:25 AM
- Posted When one checkbox is selected, the others are unchecked on Dashboards & Visualizations. 09-28-2023 05:36 AM
- Posted Any other way to compare between the same variable? on Dashboards & Visualizations. 06-01-2023 04:59 AM
- Tagged Any other way to compare between the same variable? on Dashboards & Visualizations. 06-01-2023 04:59 AM
- Tagged Any other way to compare between the same variable? on Dashboards & Visualizations. 06-01-2023 04:59 AM
- Tagged Any other way to compare between the same variable? on Dashboards & Visualizations. 06-01-2023 04:59 AM
- Karma Re: Timechart per device for richgalloway. 06-01-2023 04:50 AM
- Karma Re: Timechart per device for PickleRick. 06-01-2023 04:49 AM
- Posted Re: Timechart per device on Dashboards & Visualizations. 04-25-2023 03:39 AM
- Posted It is possible to create a timechart per every single device? on Dashboards & Visualizations. 04-24-2023 10:31 AM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
0 | |||
0 | |||
0 | |||
0 | |||
0 |
06-07-2024
07:19 AM
Hey guys I have a question about CSS in splunk, I want to move these displays like this: And I can't use dashboard studio because I need some special things that dahsboard studio doesn't have yet, like depends functionality, I'm trying with css grid but I couldn't find a way to do this yet
... View more
Labels
- Labels:
-
chart
-
Classic dashboard
-
CSS
-
panel
05-21-2024
07:19 AM
My current search is something like this: (index=1 sourcetype="x") OR (index=2 sourcetype="y" "some extra filters") "*(a name like RU3NDS just for testing but there are many like this one)*" | eval joined_name = upper(coalesce(NAME, name)) NAME(upper) is from the index 1, and name(lower) from index 2 and this gave me table like this: joined_name others values from index 1 others values from index 2 H-RU3NDS_DAT_CDSD231_01 ... H-RU3NDS_DAT_CDSD231_02 ... RU3NDS ... The first two values are from index number 2 and the third is from index number 1 And I need to join this first column as a unique value like RU3NDS, I've tried rex command too, but didn't work
... View more
05-20-2024
05:38 AM
Hey guys, I'm having trouble joining two datasets with similar values I'm trying to join two datasets, both have a common "name" field, but the one on the left has the correct value and the one on the right has this pattern: left dataset name field + some characters e.g.: left dataset name right dataset name RU3NDS RU3NDS_sdsavdg_SoKdsVI3 Is there any way to use a wildcard when joining?
... View more
10-02-2023
03:59 AM
I tried this option, but when I try to put "*" as a value it doesn't work, do you know why?
... View more
09-28-2023
07:25 AM
The "All" option would search beyond the available options, I have my groups(options) but I think would be helpful if the dashboard could search more options.
... View more
09-28-2023
05:36 AM
Hello folks, I have a question about multiple checkbox, I'm using them to fill a "IN" command in my search and I have an "All option" and I was thinking if is it possible when I check this "All option" the others will be unchecked like in this example below: 1: 2: and if possible only using XML (without JavaScript).
... View more
06-01-2023
04:59 AM
Hey Guys,
I have a problem: I have two time fields because one of the type source is json file and there is another script running, but now I have to mix both, so I created this eval:
| eval _time=if(match(source, "[(\S).json]\w+"), strptime(time, "%Y/%m/%d %H:%M:%S.%f"), _time)
but when I search I just receive the .json file search, so Is there any other way to "join"?, or at least the "if" statement ignore and just modify the json source?
... View more
Labels
- Labels:
-
timechart
04-25-2023
03:39 AM
But, is there any way to do this condition?: if there is no event from this device this month, take an event from last month and get all data from this month as a copy, using eval with tstats
... View more
04-24-2023
10:31 AM
Hello everyone,
I'm introducing in splunk, and I have a question about Timecharts, it is possible to create a timechart per every single device?
For example, I created a timechart with this:
| datamodel release_management_info flat | search Location=* AND Model=* | timechart span=month distinct_count(Name) by Category
But this doesn't cover all devices as some of them haven't created events in a few months.
... View more