ADO.NET Provider for Splunk

Build 23.0.8839

UpdateSavedSearch

Update a saved search.

Input

Name Type Required Description
Name String True A name for the search
Search String False The search query to save
Description String False Description of this saved search.
CronSchedule String False The cron schedule to execute this search. For example: */5 * * * * causes the search to execute every 5 minutes.
Disabled Boolean False Indicates if this saved search is disabled.
IsScheduled Boolean False Indicates if this search is to be run on a schedule.
IsVisible Boolean False Indicates if this saved search appears in the visible saved search list.
RealTimeSchedule Boolean False If this value is set to 1, the scheduler bases its determination of the next scheduled search execution time on the current time. If this value is set to 0, it is determined based on the last search execution time.
RunOnStartup Boolean False Indicates whether this search runs on startup. If it does not run on startup, it runs at the next scheduled time.
SchedulePriority String False Indicates the scheduling priority of a specific search.

使用できる値は次のとおりです。default, higher, highest

Result Set Columns

Name Type Description
Success Boolean Returns the success status of the created saved search.
Message String Warnings from the server.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839