expectedTime¶
Using expectedTime¶
The easiest way to update expectedTime is via the Configure Tunings dashboard.
There are six fields used in this lookup table (all fields are case insensitive):
index- The index for the data that you would like to match - this field does accept wildcards - this field is requiredsourcetype- The sourcetype for the data that you would like to match - this field does accept wildcards - this field is requiredhost- The host for the data that you would like to match - this field does accept wildcards - this field is requiredlateSecs- The amount of time (in seconds) that the index/sourcetype/host combination is allowed to be late before it alerts - this field is requiredcontact- The email address where you would like the alert to be sent - if this is blank, the email address from the default_contact macro will be used - this field is optionalcomments- Any comments that you would like to add for that line of the lookup table. This information is not used in the alert. This field is typically used to record information about why the entry is needed, when it was added, who added it, or any other details. This field is optional
Ordering¶
Ordering of entries in the Broken Hosts Lookup is important, but the Broken Hosts App ships with a saved search that will re-order the lookup table in a logical way. As a result of several years analyzing expected behavior across our customers. * means wildcard
For Version 5 and above:
index!=* AND sourcetype!=* AND host!=*
index!=* AND sourcetype!=* AND host==*
index!=* AND sourcetype==* AND host!=*
index==* AND sourcetype!=* AND host!=*
index==* AND sourcetype==* AND host!=*
index==* AND sourcetype!=* AND host==*
index!=* AND sourcetype==* AND host==*
Comments field starts with “default entry”
index==* AND sourcetype==* AND host==*
For Versions below 5:
Entries where index=* AND sourcetype=* AND alerting is temporarily suppressed
Entries where sourcetype=* AND alerting is temporarily suppressed
Entries where index=* AND alerting is temporarily suppressed
Entries where host=* AND alerting is temporarily suppressed
Entries where index=* AND host=* AND alerting is temporarily suppressed
Entries where sourcetype=* AND host=* AND alerting is temporarily suppressed
Entries where alerting is temporarily suppressed
Entries where index=* AND sourcetype=* AND alerting is permanently suppressed
Entries where lateSecs is temporarily modified
Entries where sourcetype=* AND lateSecs is temporarily modified
Entries where index=* AND lateSecs is temporarily modified
Entries where host=* AND lateSecs is temporarily modified
Entries where index=* AND sourcetype=* AND lateSecs is temporarily modified
Entries where index=* AND host=* AND lateSecs is temporarily modified
Entries where sourcetype=* AND host=* AND lateSecs is temporarily modified
Entries where alerting is permanently suppressed
Entries where lateSecs is permanently modified, or host=* AND alerting is permanently suppressed, or host=* AND lateSecs is permanently modified, or sourcetype=* AND host=* AND alerting is permanently suppressed
Entries where index=* AND host=* AND alerting is permanently suppressed
Entries where sourcetype=* AND alerting is permanently suppressed
Entries where index=* AND alerting is permanently suppressed
Entries where sourcetype=* AND lateSecs is permanently modified
Entries where index=* AND lateSecs is permanently modified
Entries where index=* AND sourcetype=* AND lateSecs is permanently modified
Entries where index=* AND host=* AND lateSecs is permanently modified
Entries where sourcetype=* AND host=* AND lateSecs is permanently modified
Default entries
bh_suppressions¶
Using bh_suppressions¶
The easiest way to update bh_suppressions is via the Configure Suppressions dashboard.
There are six fields used in this lookup table (all fields are case insensitive):
index- The index for the data that you would like to match - this field does accept wildcards - this field is requiredsourcetype- The sourcetype for the data that you would like to match - this field does accept wildcards - this field is requiredhost- The host for the data that you would like to match - this field does accept wildcards - this field is requiredsuppressUnil- The date which the suppression should expire, in the format YYYY-MM-DD. An entry of 0 means the data source is permanently suppressedcontact- The email address where you would like the alert to be sent - if this is blank, the email address from the default_contact macro will be used - this field is optionalcomments- Any comments that you would like to add for that line of the lookup table. This information is not used in the alert. This field is typically used to record information about why the entry is needed, when it was added, who added it, or any other details. This field is optional.