Create link on the dashboard

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Create link on the dashboard

L1 Bithead

Hi all,

 

I have created a simple custom Dashboard using a custom Widget. I want to put a link to endpoint table filtered by the result (result is the agent name), like the links on the default "Agent Management" dashboard. Does anyone know how to?

 

Dashboard_01.JPG

 

Thanks for the replies in advance.

4 REPLIES 4

L5 Sessionator

Hello @AbdBgc ,

 

Thanks for reaching out on LiveCommunity!

 

You have to create a drill down for it. Below is the sample for filtering alerts by Severity and instructions:

1. Edit the dashboard, click next and Look for the widget, click on three dots and click on Edit Drilldown

2. Paste below query and save and refer to below screenshot

 

 

dataset = alerts
| fields alert_id, incident_id, alert_arrival_timestamp, severity
| filter incident_id != null
| alter sev = severity
| alter sev1 = arrayindex(regextract(sev, "SEV_\d+_(.*)"),0)
| filter sev1 = $x_axis.value
 
 
 

If you feel this has answered your query, please let us know by clicking on "mark this as a Solution". Thank you.

 

Ashutosh Patil

L1 Bithead

Hi @aspatil,

 

thanks for the tip. Drilldown works as designed, I liked especially the chance to use the variables.

 

But I would be more happy if I could create a link directly to the endpoint table (like the one in the default Endpoint Management dashboard), rather then a query, so that I can reach to the filtered endpoint list with one click and perform tasks on them.

@AbdBgc  Then you can use drill down and select below option:

aspatil_0-1727275513289.png

 

Ashutosh Patil

@aspatil Already tried that. I can get only to the default endpoint table, without the filter that I need. Is it possible to set a filter directly in the URL (header or address)? 

  • 325 Views
  • 4 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!