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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...