↳ GitHub sourceAnalytics ruleLow

Vaikora - Feed outage detection

Description

Identifies when no Vaikora data has arrived in the Vaikora_AgentSignals_CL table for 12 or more hours, which may indicate a failed playbook, expired API key, or connectivity issue.
Rule type
Scheduled
Version
1.0.1
Declared status
Available
Query frequency
12h
Query period
12h
Trigger
lt 1

Declared sources

Metadata from the source file. No dependencies inferred from KQL.

Connectors

Data types

KQL query

Original query, unchanged.

Vaikora_AgentSignals_CL
| where TimeGenerated >= ago(12h)
| summarize Count = count()
| where Count == 0
| extend
    Alert      = "No Vaikora data ingested in the last 12 hours",
    Suggestion = "Check the VaikoraToAzureSecurityCenter Logic App run history and verify the Vaikora API key is valid."
| project Alert, Suggestion

Related content

Links established from declared identifiers and solution manifests.

Source provenance

GitHub

Displayed values come from files in Azure/Azure-Sentinel. They describe the published template, not your workspace configuration.

Source identifier
5f7789fa-0a6b-4dff-a2da-dfa4b682f3af
Additional source files 2Solutions/Vaikora-AzureSecurityCenter/Analytic Rules/Vaikora - Feed Outage Detection.yamlsource ↗Solutions/Vaikora-AzureSecurityCenter/Data/Solution_VaikoraSecurityCenter.jsonsolution-membership ↗
GSTEP / CATALOG TRACKING

Added to catalog : 16 Sept 2026 · 05:49 UTC
Last change observed : 16 Sept 2026 · 05:49 UTC

GSTEP sync dates, separate from the source content’s publication dates.