Splunk · Arazzo Workflow
Splunk Provision an Index and Attach a Monitor Input
Version 1.0.0
Create an event index, verify it, then create a file monitor input that feeds it.
View Spec
View on GitHub
AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEMArazzoWorkflows
Provider
Workflows
provision-index-and-monitor
Create an index, confirm it, attach a monitor input, and confirm the input.
Creates a new event index, fetches it to verify, creates a monitor input targeting that index, and fetches the monitor input to confirm its configuration.
1
createIndex
createIndex
Create a new event index with the supplied retention and size settings.
2
verifyIndex
getIndex
Fetch the newly created index to confirm it exists and read back its configuration.
3
createMonitor
createMonitorInput
Create a file or directory monitor input that ingests new data into the index just provisioned.
4
verifyMonitor
getMonitorInput
Fetch the monitor input to confirm it is configured against the new index.