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!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...