Alerting

Add Saved Alert In Dashboard

mathiasy123
Path Finder

Greetings, 

 

How to add all of my alerts:

mathiasy123_0-1594368182913.png

Into my dashboard? :

mathiasy123_1-1594368216917.png

 

 

Thanks in advance!

Labels (3)
0 Karma
1 Solution

samneo
Path Finder
 
 

Hi @mathiasy123 

 

If your asking just for a basic panel that shows all alerts in a dashboard then it will be the below. You will need to make sure you are admin. 

search to get all alerts and format nicely 

 

 

 

 

|rest/servicesNS/-/-/saved/searches | search alert.track=1 | fields title author request.ui_dispatch_view eai:acl.sharing eai:acl.app

 

 

 

 

dashboard xml

 

 

 

<form>
  <label> Test</label>
  <row>
    <panel>
      <title>test</title>
      <table>
        <search>
          <query>|rest/servicesNS/-/-/saved/searches | search alert.track=1 | fields title author request.ui_dispatch_view eai:acl.sharing eai:acl.app</query>
          <earliest>-30m@m</earliest>
          <latest>now</latest>
          <sampleRatio>1</sampleRatio>
        </search>
        <option name="count">20</option>
        <option name="dataOverlayMode">none</option>
        <option name="drilldown">none</option>
        <option name="percentagesRow">false</option>
        <option name="rowNumbers">true</option>
        <option name="totalsRow">false</option>
        <option name="wrap">true</option>
      </table>
    </panel>
  </row>
</form>

 

 

 

 

View solution in original post

Tags (1)
0 Karma

samneo
Path Finder
 
 

Hi @mathiasy123 

 

If your asking just for a basic panel that shows all alerts in a dashboard then it will be the below. You will need to make sure you are admin. 

search to get all alerts and format nicely 

 

 

 

 

|rest/servicesNS/-/-/saved/searches | search alert.track=1 | fields title author request.ui_dispatch_view eai:acl.sharing eai:acl.app

 

 

 

 

dashboard xml

 

 

 

<form>
  <label> Test</label>
  <row>
    <panel>
      <title>test</title>
      <table>
        <search>
          <query>|rest/servicesNS/-/-/saved/searches | search alert.track=1 | fields title author request.ui_dispatch_view eai:acl.sharing eai:acl.app</query>
          <earliest>-30m@m</earliest>
          <latest>now</latest>
          <sampleRatio>1</sampleRatio>
        </search>
        <option name="count">20</option>
        <option name="dataOverlayMode">none</option>
        <option name="drilldown">none</option>
        <option name="percentagesRow">false</option>
        <option name="rowNumbers">true</option>
        <option name="totalsRow">false</option>
        <option name="wrap">true</option>
      </table>
    </panel>
  </row>
</form>

 

 

 

 

Tags (1)
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...