Splunk ITSI

How to check if an entity is in maintenance mode in itsi?

ansif
Motivator

How to check if an entity is in maintenance mode in itsi?

We have to create a report for Server Availability,how can I exclude servers which were in maintenance mode in ITSI in the availability report?

0 Karma

jshih_splunk
Splunk Employee
Splunk Employee

It sort of depends on how you're building your server availability report. If you're running various splunk searches, you can run the following search against the ITSI summary index:

index=itsi_summary "is_entity_in_maintenance=1" | table entity_title, entity_key, kpi, itsi_service_id

The above will look for all of the entities (in a set period of time) that executed for KPI searches and display the entities, KPIs, and the services those entities are being used with.,You can see if an entity (that is being used by KPIs) is in maintenance by doing a search like the following against the summary index:

index=itsi_summary "is_entity_in_maintenance=1" | table entity_title, entity_key, kpi, itsi_service_id

The above search will return results for KPI searches that executed with the an entity in maintenance. You could potentially use the result over a period of time to get a complete list of all entities that were in maintenance with the service_ids and kpis affected.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...