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
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...