Activity Feed
- Got Karma for After receiving error "Your Splunk license expired or you have exceeded your license", can still use the Splunk free license version to do search and dashboard operations?. 06-05-2020 12:48 AM
- Got Karma for How to edit my code to change the font and background color in my dashboard?. 06-05-2020 12:48 AM
- Posted Re: Why is the background color is for my single value visualization not as expected? on Splunk Enterprise. 05-04-2017 12:24 PM
- Posted Re: Why is the background color is for my single value visualization not as expected? on Splunk Enterprise. 05-04-2017 10:57 AM
- Posted Re: Why is the background color is for my single value visualization not as expected? on Splunk Enterprise. 05-04-2017 09:43 AM
- Posted Why is the background color is for my single value visualization not as expected? on Splunk Enterprise. 05-04-2017 09:39 AM
- Tagged Why is the background color is for my single value visualization not as expected? on Splunk Enterprise. 05-04-2017 09:39 AM
- Tagged Why is the background color is for my single value visualization not as expected? on Splunk Enterprise. 05-04-2017 09:39 AM
- Posted Re: How to integrate ServiceNow with Splunk? on All Apps and Add-ons. 04-24-2017 09:15 AM
- Posted Re: How to integrate ServiceNow with Splunk? on All Apps and Add-ons. 04-24-2017 09:15 AM
- Posted How to integrate ServiceNow with Splunk? on All Apps and Add-ons. 04-24-2017 08:29 AM
- Tagged How to integrate ServiceNow with Splunk? on All Apps and Add-ons. 04-24-2017 08:29 AM
- Posted Re: Stats to generate a single value background color AND font colour on Dashboards & Visualizations. 04-19-2017 10:56 AM
- Posted Re: Stats to generate a single value background color AND font colour on Dashboards & Visualizations. 04-19-2017 10:56 AM
- Posted Re: How to edit my code to change the font and background color in my dashboard? on Dashboards & Visualizations. 04-19-2017 10:55 AM
- Posted Re: Stats to generate a single value background color AND font colour on Dashboards & Visualizations. 04-19-2017 10:41 AM
- Posted How to edit my code to change the font and background color in my dashboard? on Dashboards & Visualizations. 04-19-2017 10:32 AM
- Tagged How to edit my code to change the font and background color in my dashboard? on Dashboards & Visualizations. 04-19-2017 10:32 AM
- Tagged How to edit my code to change the font and background color in my dashboard? on Dashboards & Visualizations. 04-19-2017 10:32 AM
- Tagged How to edit my code to change the font and background color in my dashboard? on Dashboards & Visualizations. 04-19-2017 10:32 AM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
0 | |||
0 | |||
1 | |||
0 | |||
0 | |||
1 | |||
0 | |||
0 | |||
0 |
05-04-2017
12:24 PM
Thank you Sir,
Thank you Sir,
Thank you Sir,
... View more
05-04-2017
10:57 AM
Still it is showing Black color, in your code your are populating only count.
count
<panel>
<title>count 100</title>
<single>
<search>
<query>index = _internal | head 100 | stats count AS cnt | eval per= (cnt+1)/9 | eval Percent =ROUND(per,2)."%"| table Percent</query>
<earliest>-15m</earliest>
<latest>now</latest>
<sampleRatio>1</sampleRatio>
</search>
<option name="colorMode">block</option>
<option name="rangeColors">["0x65a637","0x6db7c6","0xd93f3c"]</option>
<option name="rangeValues">[0,100]</option>
<option name="useColors">1</option>
</single>
</panel>
... View more
05-04-2017
09:43 AM
<panel>
<single>
<search>
<query>index=index|eval conversion=((AAA_Error/Total_user)*100)|eval Percent =ROUND(conversion,2)."%"| table Percent</query>
<earliest>0</earliest>
<sampleRatio>1</sampleRatio>
</search>
<option name="colorMode">block</option>
<option name="drilldown">none</option>
<option name="rangeColors">["0x98AFC7","0x98AFC7","0x98AFC7"]</option>
<option name="rangeValues">[0]</option>
<option name="useColors">1</option>
</single>
</panel>
... View more
05-04-2017
09:39 AM
Expected background color is light blue but its showing with BLACK color.
... View more
04-24-2017
08:29 AM
Need help on :
1. How to integrate ServiceNow with Splunk?
2. What is necessity / benefits to integrate ServiceNow with Splunk?
... View more
04-19-2017
10:56 AM
Thanks working for me
... View more
04-19-2017
10:56 AM
Thanks ..working for me
... View more
04-19-2017
10:55 AM
got answer
... View more
04-19-2017
10:41 AM
<title>Authentication</title>
<search>
<query>index="index"| rex "(?:[^\t\n]*\t){16}(?P<runcode>[^\t]*)"|rex "(?:[^\t\n]*\t){17}(?P<reasoncode>[^\t]*)" | rex max_match=0 "<messageString>(?<reasoncode>[^\\<\"]*)"|eval reason_sub_code=substr(reasoncode,1,7) | stats count</query>
<sampleRatio>1</sampleRatio>
</search>
<option name="drilldown">all</option>
["0x65a637","0xf58f39","0xd93f3c"]
[1,2]
... View more
04-19-2017
10:32 AM
1 Karma
I've added into dashboard like below but its not working, can u pls help to have some nice background color and font color.
<single>
<title>Authentication Authorization Administration</title>
<search>
<query>index="index"| rex "(?:[^\t\n]*\t){16}(?P<runcode>[^\t]*)"|rex "(?:[^\t\n]*\t){17}(?P<reasoncode>[^\t]*)" | rex max_match=0 "<messageString>(?<reasoncode>[^\\<\"]*)"|eval reason_sub_code=substr(reasoncode,1,7) | search runcode=Failure | stats count</query>
<earliest>0</earliest>
<sampleRatio>1</sampleRatio>
</search>
<option name="drilldown">all</option>
<option name="rangeColors">["0x65a637","0xf58f39","0xd93f3c"]</option>
<option name="rangeValues">[1,2]</option>
</single>
<single>
... View more
04-19-2017
10:29 AM
I've added into dashboard like below but no use
<single>
<title>Authentication</title>
<search>
<query>index="index"| rex "(?:[^\t\n]*\t){16}(?P<runcode>[^\t]*)"|rex "(?:[^\t\n]*\t){17}(?P<reasoncode>[^\t]*)" | rex max_match=0 "<messageString>(?<reasoncode>[^\\<\"]*)"|eval reason_sub_code=substr(reasoncode,1,7) | stats count</query>
<sampleRatio>1</sampleRatio>
</search>
<option name="drilldown">all</option>
<option name="rangeColors">["0x65a637","0xf58f39","0xd93f3c"]</option>
<option name="rangeValues">[1,2]</option>
</single>
<single>
... View more
04-19-2017
10:12 AM
sorry Unable to do , can u pls provide full code :
my splunk code is :
index="index" | rex "(?:[^\t\n]\t){16}(?P[^\t])"|rex "(?:[^\t\n]\t){17}(?P[^\t])" | rex max_match=0 "(?[^\<\"]*)"|eval reason_sub_code=substr(reasoncode,1,7) | search runcode=Failure AND reason_sub_code="CAM-AAA"
| stats count
... View more
04-19-2017
10:04 AM
sorry Unable to do , can u pls provide full code :
my splunk code is :
index="index" | rex "(?:[^\t\n]\t){16}(?P[^\t])"|rex "(?:[^\t\n]\t){17}(?P[^\t])" | rex max_match=0 "(?[^\<\"]*)"|eval reason_sub_code=substr(reasoncode,1,7) | search runcode=Failure
| stats count
... View more
04-19-2017
09:59 AM
index="index" | rex "(?:[^\t\n]\t){16}(?P[^\t])"|rex "(?:[^\t\n]\t){17}(?P[^\t])" | rex max_match=0 "(?[^\<\"]*)"|eval reason_sub_code=substr(reasoncode,1,7) | search runcode=Failure AND reason_sub_code="CAM-AAA"
| stats count
... View more
04-18-2017
02:47 PM
How to change stats to generate a single value background color AND font colour
... View more
- Tags:
- splunk-enterprise
04-18-2017
01:55 PM
Splunk code to find Error description :
index="inputfile" | rex "^(?P<reasoncode>[^\t]*)" | rex max_match=0 "<messageString>(?<reasoncode>[^\\<\"]*)" | eval reason_sub_code=substr(reasoncode,1,7)|stats count by reasoncode
---------- Results as Expected : Working as EXPECTED-----------
reasoncode " count"
DPR-ERR-2070 the service monitorService did not stop within a reasonable amount of time 2
DPR-DPR-1026 Unable to register the dispatcher in Content Manager. 2
DPR-DPR-2002 Unable to find 2
Splunk code to find Error code counts only:
index="inputfile" | rex "^(?P<reasoncode>[^\t]*)" | rex max_match=0 "<messageString>(?<reasoncode>[^\\<\"]*)" | eval reason_sub_code=substr(reasoncode,1,12)|stats count by reason_sub_code
----Actual Output: NOT Working as EXPECTED--------------
reasoncode " count"
DPR-ERR-2070 2
Expected Output:
reasoncode " count"
DPR-ERR-2070 2
DPR-DPR-1026 2
DPR-DPR-2002 2
... View more
04-17-2017
09:23 AM
is there any way i can still use free version to do my search & dashboard operations
... View more
04-17-2017
09:19 AM
1 Karma
I'm using splunk-6.5.1-f74036626f0c-x64-release ----> (Index 500 MB/Day. Sign up and download now. After 60 days you can convert to a perpetual free license or purchase a Splunk Enterprise license to continue using the expanded functionality designed for enterprise-scale deployments.)
Displayed below error message when doing search
Error in 'litsearch' command: Your Splunk license expired or you have exceeded your license limit too many times. Renew your Splunk license by visiting www.splunk.com/store or calling 866.GET.SPLUNK.
Search results may be incomplete: the search process on the local peer:VM-DFAA-C089 ended prematurely. Please check the local peer log, such as $SPLUNK_HOME/var/log/splunk/splunkd.log and as well as the search.log for the particular search.
The search job has failed due to an error. You may be able view the job in the Job Inspector.
... View more
04-07-2017
02:06 PM
Thanks for your response, to meet my requirement column 1 with wrap =false ; column 2 wrap = true ; column 3 wrap = true.; else to see count i need to move my courser to right most.
example: three fields like below
errorCode error Desc count
GEN-ERR-0023 GEN-ERR-0023 Initially, in data source type(s) '', the function 'providerQuery' is not supported in 'ReporterModeProvider'. After decomposition, the function 'ces_currentmeasure' is not supported in 'RelationalQueryProvider'.GEN-ERR-0009 Data source type(s) '' - Function 'rxxxxx is not supported in 'NoDataModeProvider'.GEN-ERR-0009 Data source type(s) 'bb' - Function 'xxxxxis not supported in 'OlapQueryProvider'.GEN-ERR-0019 Data source type(s) 'PC' - Function in 'NoDataModeProvider'.GEN-ERR-0009 Data source type(s) 'bb' - Function 'xxxxxis not Function 'realDataMode' is not supported in 'NoDataModeProvider'.GEN-ERR-0009 Data source type(s) '' - in 'NoDataModeProvider'.GEN-ERR-0009 Data source type(s) 'bb' - Function 'xxxxxis not type(s) '' - Function 'oneDimension' is not supported in 'CubeBuildProvider'.GEN-ERR-0009 Data source in 'NoDataModeProvider'.GEN-ERR-0009 Data source type(s) 'bb' - Function 'xxxxx'. 8
... View more
04-07-2017
11:56 AM
Can some one pls advice how i can do alignment on my table display, in the snap shot column "1" has error code is not displaying in single line -Actual results. I'm expecting display in single line - Green color
... View more
04-07-2017
11:53 AM