Modifier and Type | Method and Description |
---|---|
String[] |
getAction()
Returns this alert's actions (such as notifying by email, running a
script, adding to RSS, tracking in Alert Manager, and enabling
summary indexing).
|
String |
getAlertType()
Returns this alert's type.
|
String |
getExpirationTime()
Returns the rendered expiration time for this alert.
|
Date |
getParsedExpirationTime()
Returns the rendered expiration time for this alert,
parsed as a Date object.
|
String |
getSavedSearchName()
Returns the saved search for this alert.
|
int |
getSeverity()
Returns this alert's severity on a scale of 1 to 10, with 1 being the
highest severity.
|
String |
getSid()
Returns this alert's search ID (SID).
|
int |
getTriggeredAlertCount()
Returns the count of triggered alerts.
|
Date |
getTriggerTime()
Returns the time this alert was triggered.
|
Date |
getTriggerTimeRendered()
Returns this alert's rendered trigger time.
|
boolean |
isDigestMode()
Indicates whether the result is a set of events (digest) or a single
event (per result).
|
actionPath, clear, containsKey, containsValue, disable, enable, entrySet, get, getContent, getMetadata, isDisabled, isEmpty, isNameChangeAllowed, keySet, put, putAll, refresh, remove, remove, size, update, update, validate, values
getName, getPath, getService, getTitle, getUpdated, invalidate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public String[] getAction()
null
if not available.public String getAlertType()
null
if not available.public String getExpirationTime()
null
if not
available.public Date getParsedExpirationTime()
null
if not
available.public String getSavedSearchName()
null
if not available.public int getSeverity()
public String getSid()
null
if not available.public int getTriggeredAlertCount()
public Date getTriggerTime()
null
if not available.public Date getTriggerTimeRendered()
null
if not available.public boolean isDigestMode()
true
if the result is a digest, false
if per
result.Copyright © 2022 Splunk, Inc.. All rights reserved.