@tscroggins Thank you but is there way we can customize the colors Categorically based like i have 3 Grades A,B,C in legend label and i want to color the tile like(A=Green,B=Orange,C=red)
... View more
Hi, I have 3 values and i want to display it in a single value panel like the below image which is from Tableau,I want to replicate the same in Splunk. Can it be done? If not can we represent 2 values (GPA and website) in a single value and Grade in legend? Else please suggest what other representation can i go with which displays 3 values
... View more
Hi, I want to display the result only for users who has both ID AR9 & AD. Below is sample data, I have about 10k results being generated with multiple values but i need to display only those users who has ID both AR9 & AD USER ID John AD John AY9 Riya AD Toby AR9 Nathan AD Nathan AR9 Sam AD Sam AR9 Thanks!
... View more
@ITWhisperer I want display the Grade based on the avg GPA and the below condition is not giving the result | eval Grade=case(GPA=1,"D", GPA>1 AND GPA<=1.3,"D+")]
... View more
Hi, I want to find the grade based on my Case condition but my query is not working as expected. | eval Grade=case(Cumulative=1,"D", Cumulative>1 AND Cumulative<=1.3,"D+")] Example: My Grade should be based on the avg(GPA) If Avg(GPA) is 1 Grade at the bottom (Avg Grade)should be D , If it is between 1-1.3 then it should be D+
... View more
Hi @gcusello I have added below code but the image is not loading. I have given dummy link below, but my actual private link is working fine <html> <centre> <img style="padding-top:60px" height="92" href="https://sharepoint.com/:i:/r/sites/Shared%20Documents/Pictures/Untitled%20picture.png?csf=1&web=..." width="272" alt="Terraform "></img> </centre> </html>
... View more
@gcusello I do not see an option for upload asset in Splunk Cloud in 9.x version. How to upload image in cloud through UI?Or if not how to refer an external image using href. My image isnt loading though the href sharepoint URL works properly It is just below 2 options Sorry for digging up old post
... View more
Hi, I have image stored in sharepoint and i am trying to show it in dashboard. Since it is Splunk cloud i do not have access to place the image under static/app on Search Heads.Below is the code i am using in the dashboard but the image isnt coming up. I did check the url and it is loading the image <html> <centre> <img style="padding-top:60px" height="92" href="https://sharepoint.com/:i:/r/sites/Shared%20Documents/Pictures/Untitled%20picture.png?csf=1&web=1&e=CSz2lp" width="272" alt="Terraform "></img> </centre> </html>
... View more
Hi, I am checking for underscore in field values and if it present then capture that value. For Example: if name has underscore in it then value should get assigned to APP field and if it does not have underscore in it then value should get assigned to Host field name APP Host ftr_score ftr-score NA terabyte NA terabyte I have tried using case and like statement but it does not work as expected
... View more