I refered the example of Table Icon Set (Inline). But I do not have count function in my Query.I am attaching my query below.
index="ad_dns_new" sourcetype="resolve_json"|eval k=strptime(DateTime,"%Y-%m-%dT%H:%M:%S")|eval New_Date=strftime(k,"%d-%m-%Y") | table HealthCheck,Result,New_Date,Customer|chart values(Result) as Result over HealthCheck by New_Date
and I need Icons if Result value is PASS then icon = 'check-circle' and if result value is Fail then icon='alert-circle'.
What changes I need in my JavaScript file? I already made some changes but it is not working. please gelp me As I am new to Splunk.
↧