@pulumi/splunk 1.0.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/README.md +1 -1
  2. package/adminSamlGroups.d.ts +4 -4
  3. package/adminSamlGroups.js +7 -6
  4. package/adminSamlGroups.js.map +1 -1
  5. package/appsLocal.d.ts +26 -26
  6. package/appsLocal.js +29 -28
  7. package/appsLocal.js.map +1 -1
  8. package/authenticationUsers.d.ts +18 -18
  9. package/authenticationUsers.js +21 -20
  10. package/authenticationUsers.js.map +1 -1
  11. package/authorizationRoles.d.ts +32 -32
  12. package/authorizationRoles.js +29 -28
  13. package/authorizationRoles.js.map +1 -1
  14. package/config/index.js +11 -4
  15. package/config/index.js.map +1 -1
  16. package/config/vars.d.ts +6 -6
  17. package/config/vars.js +37 -26
  18. package/config/vars.js.map +1 -1
  19. package/configsConf.d.ts +6 -6
  20. package/configsConf.js +9 -8
  21. package/configsConf.js.map +1 -1
  22. package/dataUiViews.d.ts +6 -6
  23. package/dataUiViews.js +9 -8
  24. package/dataUiViews.js.map +1 -1
  25. package/globalHttpEventCollector.d.ts +14 -14
  26. package/globalHttpEventCollector.js +17 -16
  27. package/globalHttpEventCollector.js.map +1 -1
  28. package/index.js +34 -26
  29. package/index.js.map +1 -1
  30. package/indexes.d.ts +78 -78
  31. package/indexes.js +81 -80
  32. package/indexes.js.map +1 -1
  33. package/inputsHttpEventCollector.d.ts +20 -20
  34. package/inputsHttpEventCollector.js +23 -22
  35. package/inputsHttpEventCollector.js.map +1 -1
  36. package/inputsMonitor.d.ts +32 -32
  37. package/inputsMonitor.js +35 -34
  38. package/inputsMonitor.js.map +1 -1
  39. package/inputsScript.d.ts +20 -20
  40. package/inputsScript.js +23 -22
  41. package/inputsScript.js.map +1 -1
  42. package/inputsTcpCooked.d.ts +12 -12
  43. package/inputsTcpCooked.js +15 -14
  44. package/inputsTcpCooked.js.map +1 -1
  45. package/inputsTcpRaw.d.ts +22 -22
  46. package/inputsTcpRaw.js +25 -24
  47. package/inputsTcpRaw.js.map +1 -1
  48. package/inputsTcpSplunkTcpToken.d.ts +6 -6
  49. package/inputsTcpSplunkTcpToken.js +9 -8
  50. package/inputsTcpSplunkTcpToken.js.map +1 -1
  51. package/inputsTcpSsl.d.ts +10 -10
  52. package/inputsTcpSsl.js +13 -12
  53. package/inputsTcpSsl.js.map +1 -1
  54. package/inputsUdp.d.ts +24 -24
  55. package/inputsUdp.js +27 -26
  56. package/inputsUdp.js.map +1 -1
  57. package/outputsTcpDefault.d.ts +18 -18
  58. package/outputsTcpDefault.js +21 -20
  59. package/outputsTcpDefault.js.map +1 -1
  60. package/outputsTcpGroup.d.ts +22 -22
  61. package/outputsTcpGroup.js +25 -24
  62. package/outputsTcpGroup.js.map +1 -1
  63. package/outputsTcpServer.d.ts +22 -22
  64. package/outputsTcpServer.js +25 -24
  65. package/outputsTcpServer.js.map +1 -1
  66. package/outputsTcpSyslog.d.ts +16 -16
  67. package/outputsTcpSyslog.js +19 -18
  68. package/outputsTcpSyslog.js.map +1 -1
  69. package/package.json +4 -3
  70. package/package.json.bak +3 -2
  71. package/package.json.dev +4 -3
  72. package/provider.d.ts +23 -6
  73. package/provider.js +9 -8
  74. package/provider.js.map +1 -1
  75. package/savedSearches.d.ts +281 -269
  76. package/savedSearches.js +279 -276
  77. package/savedSearches.js.map +1 -1
  78. package/shIndexesManager.d.ts +10 -10
  79. package/shIndexesManager.js +13 -12
  80. package/shIndexesManager.js.map +1 -1
  81. package/types/index.js +1 -0
  82. package/types/index.js.map +1 -1
  83. package/utilities.js +1 -0
  84. package/utilities.js.map +1 -1
@@ -352,6 +352,10 @@ export declare class SavedSearches extends pulumi.CustomResource {
352
352
  * Valid values are: Integer[p] Specifies the minimum time-to-live in seconds of the search artifacts if this action is triggered. If p follows Integer, specifies the number of scheduled periods. Defaults to 86400 (24 hours).
353
353
  */
354
354
  readonly actionSummaryIndexTtl: pulumi.Output<string>;
355
+ /**
356
+ * URL to send the HTTP POST request to. Must be accessible from the Splunk server
357
+ */
358
+ readonly actionWebhookParamUrl: pulumi.Output<string | undefined>;
355
359
  /**
356
360
  * A comma-separated list of actions to enable. For example: rss,email
357
361
  */
@@ -612,551 +616,555 @@ export interface SavedSearchesState {
612
616
  /**
613
617
  * The app/user context that is the namespace for the resource
614
618
  */
615
- readonly acl?: pulumi.Input<inputs.SavedSearchesAcl>;
619
+ acl?: pulumi.Input<inputs.SavedSearchesAcl>;
616
620
  /**
617
621
  * The state of the email action. Read-only attribute. Value ignored on POST. Use actions to specify a list of enabled actions. Defaults to 0.
618
622
  */
619
- readonly actionEmail?: pulumi.Input<boolean>;
623
+ actionEmail?: pulumi.Input<boolean>;
620
624
  /**
621
625
  * The password to use when authenticating with the SMTP server. Normally this value is set when editing the email settings, however you can set a clear text password here and it is encrypted on the next platform restart.Defaults to empty string.
622
626
  */
623
- readonly actionEmailAuthPassword?: pulumi.Input<string>;
627
+ actionEmailAuthPassword?: pulumi.Input<string>;
624
628
  /**
625
629
  * The username to use when authenticating with the SMTP server. If this is empty string, no authentication is attempted. Defaults to empty stringNOTE: Your SMTP server might reject unauthenticated emails.
626
630
  */
627
- readonly actionEmailAuthUsername?: pulumi.Input<string>;
631
+ actionEmailAuthUsername?: pulumi.Input<string>;
628
632
  /**
629
633
  * BCC email address to use if action.email is enabled.
630
634
  */
631
- readonly actionEmailBcc?: pulumi.Input<string>;
635
+ actionEmailBcc?: pulumi.Input<string>;
632
636
  /**
633
637
  * CC email address to use if action.email is enabled.
634
638
  */
635
- readonly actionEmailCc?: pulumi.Input<string>;
639
+ actionEmailCc?: pulumi.Input<string>;
636
640
  /**
637
641
  * The search command (or pipeline) which is responsible for executing the action.Generally the command is a template search pipeline which is realized with values from the saved search. To reference saved search field values wrap them in $, for example to reference the savedsearch name use $name$, to reference the search use $search$.
638
642
  */
639
- readonly actionEmailCommand?: pulumi.Input<string>;
643
+ actionEmailCommand?: pulumi.Input<string>;
640
644
  /**
641
645
  * Valid values: (table | plain | html | raw | csv)Specify the format of text in the email. This value also applies to any attachments.
642
646
  */
643
- readonly actionEmailFormat?: pulumi.Input<string>;
647
+ actionEmailFormat?: pulumi.Input<string>;
644
648
  /**
645
649
  * Email address from which the email action originates.Defaults to splunk@$LOCALHOST or whatever value is set in alert_actions.conf.
646
650
  */
647
- readonly actionEmailFrom?: pulumi.Input<string>;
651
+ actionEmailFrom?: pulumi.Input<string>;
648
652
  /**
649
653
  * Sets the hostname used in the web link (url) sent in email actions.This value accepts two forms:hostname (for example, splunkserver, splunkserver.example.com)
650
654
  */
651
- readonly actionEmailHostname?: pulumi.Input<string>;
655
+ actionEmailHostname?: pulumi.Input<string>;
652
656
  /**
653
657
  * Specify whether to include a link to the results. Defaults to 0.
654
658
  */
655
- readonly actionEmailIncludeResultsLink?: pulumi.Input<number>;
659
+ actionEmailIncludeResultsLink?: pulumi.Input<number>;
656
660
  /**
657
661
  * Specify whether to include the search that caused an email to be sent. Defaults to 0.
658
662
  */
659
- readonly actionEmailIncludeSearch?: pulumi.Input<number>;
663
+ actionEmailIncludeSearch?: pulumi.Input<number>;
660
664
  /**
661
665
  * Specify whether to show the trigger condition that caused the alert to fire. Defaults to 0.
662
666
  */
663
- readonly actionEmailIncludeTrigger?: pulumi.Input<number>;
667
+ actionEmailIncludeTrigger?: pulumi.Input<number>;
664
668
  /**
665
669
  * Specify whether to show the time that the alert was fired. Defaults to 0.
666
670
  */
667
- readonly actionEmailIncludeTriggerTime?: pulumi.Input<number>;
671
+ actionEmailIncludeTriggerTime?: pulumi.Input<number>;
668
672
  /**
669
673
  * Specify whether to show the title and a link to enable the user to edit the saved search. Defaults to 0.
670
674
  */
671
- readonly actionEmailIncludeViewLink?: pulumi.Input<number>;
675
+ actionEmailIncludeViewLink?: pulumi.Input<number>;
672
676
  /**
673
677
  * Indicates whether the search results are contained in the body of the email.Results can be either inline or attached to an email.
674
678
  */
675
- readonly actionEmailInline?: pulumi.Input<boolean>;
679
+ actionEmailInline?: pulumi.Input<boolean>;
676
680
  /**
677
681
  * Set the address of the MTA server to be used to send the emails.Defaults to <LOCALHOST> or whatever is set in alert_actions.conf.
678
682
  */
679
- readonly actionEmailMailserver?: pulumi.Input<string>;
683
+ actionEmailMailserver?: pulumi.Input<string>;
680
684
  /**
681
685
  * Sets the global maximum number of search results to send when email.action is enabled. Defaults to 100.
682
686
  */
683
- readonly actionEmailMaxResults?: pulumi.Input<number>;
687
+ actionEmailMaxResults?: pulumi.Input<number>;
684
688
  /**
685
689
  * Valid values are Integer[m|s|h|d].Specifies the maximum amount of time the execution of an email action takes before the action is aborted. Defaults to 5m.
686
690
  */
687
- readonly actionEmailMaxTime?: pulumi.Input<string>;
691
+ actionEmailMaxTime?: pulumi.Input<string>;
688
692
  /**
689
693
  * Customize the message sent in the emailed alert. Defaults to: The alert condition for '$name$' was triggered.
690
694
  */
691
- readonly actionEmailMessageAlert?: pulumi.Input<string>;
695
+ actionEmailMessageAlert?: pulumi.Input<string>;
692
696
  /**
693
697
  * Customize the message sent in the emailed report. Defaults to: The scheduled report '$name$' has run
694
698
  */
695
- readonly actionEmailMessageReport?: pulumi.Input<string>;
699
+ actionEmailMessageReport?: pulumi.Input<string>;
696
700
  /**
697
701
  * The name of the view to deliver if sendpdf is enabled
698
702
  */
699
- readonly actionEmailPdfview?: pulumi.Input<string>;
703
+ actionEmailPdfview?: pulumi.Input<string>;
700
704
  /**
701
705
  * Search string to preprocess results before emailing them. Defaults to empty string (no preprocessing).Usually the preprocessing consists of filtering out unwanted internal fields.
702
706
  */
703
- readonly actionEmailPreprocessResults?: pulumi.Input<string>;
707
+ actionEmailPreprocessResults?: pulumi.Input<string>;
704
708
  /**
705
709
  * Space-separated list. Specifies the set (and load order) of CID fonts for handling Simplified Chinese(gb), Traditional Chinese(cns), Japanese(jp), and Korean(kor) in Integrated PDF Rendering.If multiple fonts provide a glyph for a given character code, the glyph from the first font specified in the list is used.To skip loading any CID fonts, specify the empty string.Defaults to 'gb cns jp kor'
706
710
  */
707
- readonly actionEmailReportCidFontList?: pulumi.Input<string>;
711
+ actionEmailReportCidFontList?: pulumi.Input<string>;
708
712
  /**
709
713
  * Indicates whether to include the Splunk logo with the report.
710
714
  */
711
- readonly actionEmailReportIncludeSplunkLogo?: pulumi.Input<boolean>;
715
+ actionEmailReportIncludeSplunkLogo?: pulumi.Input<boolean>;
712
716
  /**
713
717
  * Valid values: (portrait | landscape)Specifies the paper orientation: portrait or landscape. Defaults to portrait.
714
718
  */
715
- readonly actionEmailReportPaperOrientation?: pulumi.Input<string>;
719
+ actionEmailReportPaperOrientation?: pulumi.Input<string>;
716
720
  /**
717
721
  * Valid values: (letter | legal | ledger | a2 | a3 | a4 | a5)Specifies the paper size for PDFs. Defaults to letter.
718
722
  */
719
- readonly actionEmailReportPaperSize?: pulumi.Input<string>;
723
+ actionEmailReportPaperSize?: pulumi.Input<string>;
720
724
  /**
721
725
  * No Supported
722
726
  */
723
- readonly actionEmailReportServerEnabled?: pulumi.Input<boolean>;
727
+ actionEmailReportServerEnabled?: pulumi.Input<boolean>;
724
728
  /**
725
729
  * Not supported.For a default locally installed report server, the URL is http://localhost:8091/
726
730
  */
727
- readonly actionEmailReportServerUrl?: pulumi.Input<string>;
731
+ actionEmailReportServerUrl?: pulumi.Input<string>;
728
732
  /**
729
733
  * Specify whether to send results as a CSV file. Defaults to 0.
730
734
  */
731
- readonly actionEmailSendCsv?: pulumi.Input<number>;
735
+ actionEmailSendCsv?: pulumi.Input<number>;
732
736
  /**
733
737
  * Indicates whether to create and send the results as a PDF. Defaults to false.
734
738
  */
735
- readonly actionEmailSendPdf?: pulumi.Input<boolean>;
739
+ actionEmailSendPdf?: pulumi.Input<boolean>;
736
740
  /**
737
741
  * Indicates whether to attach the search results in the email.Results can be either attached or inline. See action.email.inline.
738
742
  */
739
- readonly actionEmailSendResults?: pulumi.Input<boolean>;
743
+ actionEmailSendResults?: pulumi.Input<boolean>;
740
744
  /**
741
745
  * Specifies an alternate email subject.Defaults to SplunkAlert-<savedsearchname>.
742
746
  */
743
- readonly actionEmailSubject?: pulumi.Input<string>;
747
+ actionEmailSubject?: pulumi.Input<string>;
744
748
  /**
745
749
  * A comma or semicolon separated list of recipient email addresses. Required if this search is scheduled and the email alert action is enabled.
746
750
  */
747
- readonly actionEmailTo?: pulumi.Input<string>;
751
+ actionEmailTo?: pulumi.Input<string>;
748
752
  /**
749
753
  * Indicates whether the execution of this action signifies a trackable alert.
750
754
  */
751
- readonly actionEmailTrackAlert?: pulumi.Input<boolean>;
755
+ actionEmailTrackAlert?: pulumi.Input<boolean>;
752
756
  /**
753
757
  * Valid values are Integer[p].Specifies the minimum time-to-live in seconds of the search artifacts if this action is triggered. If p follows <Integer>, int is the number of scheduled periods. Defaults to 86400 (24 hours).If no actions are triggered, the artifacts have their ttl determined by dispatch.ttl in savedsearches.conf.
754
758
  */
755
- readonly actionEmailTtl?: pulumi.Input<string>;
759
+ actionEmailTtl?: pulumi.Input<string>;
756
760
  /**
757
761
  * Indicates whether to use SSL when communicating with the SMTP server. Defaults to false.
758
762
  */
759
- readonly actionEmailUseSsl?: pulumi.Input<boolean>;
763
+ actionEmailUseSsl?: pulumi.Input<boolean>;
760
764
  /**
761
765
  * Indicates whether to use TLS (transport layer security) when communicating with the SMTP server (starttls).Defaults to false.
762
766
  */
763
- readonly actionEmailUseTls?: pulumi.Input<boolean>;
767
+ actionEmailUseTls?: pulumi.Input<boolean>;
764
768
  /**
765
769
  * Indicates whether columns should be sorted from least wide to most wide, left to right.Only valid if format=text.
766
770
  */
767
- readonly actionEmailWidthSortColumns?: pulumi.Input<boolean>;
771
+ actionEmailWidthSortColumns?: pulumi.Input<boolean>;
768
772
  /**
769
773
  * The state of the populate lookup action. Read-only attribute. Value ignored on POST. Use actions to specify a list of enabled actions. Defaults to 0.
770
774
  */
771
- readonly actionPopulateLookup?: pulumi.Input<boolean>;
775
+ actionPopulateLookup?: pulumi.Input<boolean>;
772
776
  /**
773
777
  * The search command (or pipeline) which is responsible for executing the action.
774
778
  */
775
- readonly actionPopulateLookupCommand?: pulumi.Input<string>;
779
+ actionPopulateLookupCommand?: pulumi.Input<string>;
776
780
  /**
777
781
  * Lookup name of path of the lookup to populate
778
782
  */
779
- readonly actionPopulateLookupDest?: pulumi.Input<string>;
783
+ actionPopulateLookupDest?: pulumi.Input<string>;
780
784
  /**
781
785
  * Sets the hostname used in the web link (url) sent in alert actions.This value accepts two forms: hostname (for example, splunkserver, splunkserver.example.com)\n\nprotocol://hostname:port (for example, http://splunkserver:8000, https://splunkserver.example.com:443)
782
786
  */
783
- readonly actionPopulateLookupHostname?: pulumi.Input<string>;
787
+ actionPopulateLookupHostname?: pulumi.Input<string>;
784
788
  /**
785
789
  * Sets the maximum number of search results sent using alerts. Defaults to 100.
786
790
  */
787
- readonly actionPopulateLookupMaxResults?: pulumi.Input<number>;
791
+ actionPopulateLookupMaxResults?: pulumi.Input<number>;
788
792
  /**
789
793
  * Valid values are: Integer[m|s|h|d]Sets the maximum amount of time the execution of an action takes before the action is aborted. Defaults to 5m.
790
794
  */
791
- readonly actionPopulateLookupMaxTime?: pulumi.Input<number>;
795
+ actionPopulateLookupMaxTime?: pulumi.Input<number>;
792
796
  /**
793
797
  * Indicates whether the execution of this action signifies a trackable alert.
794
798
  */
795
- readonly actionPopulateLookupTrackAlert?: pulumi.Input<boolean>;
799
+ actionPopulateLookupTrackAlert?: pulumi.Input<boolean>;
796
800
  /**
797
801
  * Valid values are Integer[p]Specifies the minimum time-to-live in seconds of the search artifacts if this action is triggered. If p follows Integer, then this specifies the number of scheduled periods. Defaults to 10p.
798
802
  */
799
- readonly actionPopulateLookupTtl?: pulumi.Input<string>;
803
+ actionPopulateLookupTtl?: pulumi.Input<string>;
800
804
  /**
801
805
  * The state of the rss action. Read-only attribute. Value ignored on POST.Use actions to specify a list of enabled actions. Defaults to 0.
802
806
  */
803
- readonly actionRss?: pulumi.Input<boolean>;
807
+ actionRss?: pulumi.Input<boolean>;
804
808
  /**
805
809
  * The search command (or pipeline) which is responsible for executing the action.Generally the command is a template search pipeline which is realized with values from the saved search. To reference saved search field values wrap them in $, for example to reference the savedsearch name use $name$, to reference the search use $search$.
806
810
  */
807
- readonly actionRssCommand?: pulumi.Input<string>;
811
+ actionRssCommand?: pulumi.Input<string>;
808
812
  /**
809
813
  * Sets the hostname used in the web link (url) sent in alert actions.This value accepts two forms:hostname (for example, splunkserver, splunkserver.example.com)\n\nprotocol://hostname:port (for example, http://splunkserver:8000, https://splunkserver.example.com:443)
810
814
  */
811
- readonly actionRssHostname?: pulumi.Input<string>;
815
+ actionRssHostname?: pulumi.Input<string>;
812
816
  /**
813
817
  * Sets the maximum number of search results sent using alerts. Defaults to 100.
814
818
  */
815
- readonly actionRssMaxResults?: pulumi.Input<number>;
819
+ actionRssMaxResults?: pulumi.Input<number>;
816
820
  /**
817
821
  * Valid values are Integer[m|s|h|d].Sets the maximum amount of time the execution of an action takes before the action is aborted. Defaults to 1m.
818
822
  */
819
- readonly actionRssMaxTime?: pulumi.Input<number>;
823
+ actionRssMaxTime?: pulumi.Input<number>;
820
824
  /**
821
825
  * Indicates whether the execution of this action signifies a trackable alert.
822
826
  */
823
- readonly actionRssTrackAlert?: pulumi.Input<boolean>;
827
+ actionRssTrackAlert?: pulumi.Input<boolean>;
824
828
  /**
825
829
  * Valid values are: Integer[p] Specifies the minimum time-to-live in seconds of the search artifacts if this action is triggered. If p follows Integer, specifies the number of scheduled periods. Defaults to 86400 (24 hours).
826
830
  */
827
- readonly actionRssTtl?: pulumi.Input<string>;
831
+ actionRssTtl?: pulumi.Input<string>;
828
832
  /**
829
833
  * The state of the script action. Read-only attribute. Value ignored on POST. Use actions to specify a list of enabled actions. Defaults to 0.
830
834
  */
831
- readonly actionScript?: pulumi.Input<boolean>;
835
+ actionScript?: pulumi.Input<boolean>;
832
836
  /**
833
837
  * The search command (or pipeline) which is responsible for executing the action.Generally the command is a template search pipeline which is realized with values from the saved search. To reference saved search field values wrap them in $, for example to reference the savedsearch name use $name$, to reference the search use $search$.
834
838
  */
835
- readonly actionScriptCommand?: pulumi.Input<string>;
839
+ actionScriptCommand?: pulumi.Input<string>;
836
840
  /**
837
841
  * File name of the script to call. Required if script action is enabled
838
842
  */
839
- readonly actionScriptFilename?: pulumi.Input<string>;
843
+ actionScriptFilename?: pulumi.Input<string>;
840
844
  /**
841
845
  * Sets the hostname used in the web link (url) sent in alert actions.This value accepts two forms:hostname (for example, splunkserver, splunkserver.example.com)\n\nprotocol://hostname:port (for example, http://splunkserver:8000, https://splunkserver.example.com:443)
842
846
  */
843
- readonly actionScriptHostname?: pulumi.Input<string>;
847
+ actionScriptHostname?: pulumi.Input<string>;
844
848
  /**
845
849
  * Sets the maximum number of search results sent using alerts. Defaults to 100.
846
850
  */
847
- readonly actionScriptMaxResults?: pulumi.Input<number>;
851
+ actionScriptMaxResults?: pulumi.Input<number>;
848
852
  /**
849
853
  * Valid values are Integer[m|s|h|d].Sets the maximum amount of time the execution of an action takes before the action is aborted. Defaults to 1m.
850
854
  */
851
- readonly actionScriptMaxTime?: pulumi.Input<number>;
855
+ actionScriptMaxTime?: pulumi.Input<number>;
852
856
  /**
853
857
  * Indicates whether the execution of this action signifies a trackable alert.
854
858
  */
855
- readonly actionScriptTrackAlert?: pulumi.Input<boolean>;
859
+ actionScriptTrackAlert?: pulumi.Input<boolean>;
856
860
  /**
857
861
  * Valid values are: Integer[p] Specifies the minimum time-to-live in seconds of the search artifacts if this action is triggered. If p follows Integer, specifies the number of scheduled periods. Defaults to 86400 (24 hours).
858
862
  */
859
- readonly actionScriptTtl?: pulumi.Input<string>;
863
+ actionScriptTtl?: pulumi.Input<string>;
860
864
  /**
861
865
  * Include a message attachment. Valid values are message, none, or alert_link
862
866
  */
863
- readonly actionSlackParamAttachment?: pulumi.Input<string>;
867
+ actionSlackParamAttachment?: pulumi.Input<string>;
864
868
  /**
865
869
  * Slack channel to send the message to (Should start with # or @)
866
870
  */
867
- readonly actionSlackParamChannel?: pulumi.Input<string>;
871
+ actionSlackParamChannel?: pulumi.Input<string>;
868
872
  /**
869
873
  * Show one or more fields from the search results below your Slack message. Comma-separated list of field names. Allows wildcards. eg. index,source*
870
874
  */
871
- readonly actionSlackParamFields?: pulumi.Input<string>;
875
+ actionSlackParamFields?: pulumi.Input<string>;
872
876
  /**
873
877
  * Enter the chat message to send to the Slack channel. The message can include tokens that insert text based on the results of the search.
874
878
  */
875
- readonly actionSlackParamMessage?: pulumi.Input<string>;
879
+ actionSlackParamMessage?: pulumi.Input<string>;
876
880
  /**
877
881
  * You can override the Slack webhook URL here if you need to send the alert message to a different Slack team
878
882
  */
879
- readonly actionSlackParamWebhookUrlOverride?: pulumi.Input<string>;
883
+ actionSlackParamWebhookUrlOverride?: pulumi.Input<string>;
880
884
  /**
881
885
  * The state of the summary index action. Read-only attribute. Value ignored on POST. Use actions to specify a list of enabled actions. Defaults to 0.
882
886
  */
883
- readonly actionSummaryIndex?: pulumi.Input<boolean>;
887
+ actionSummaryIndex?: pulumi.Input<boolean>;
884
888
  /**
885
889
  * The search command (or pipeline) which is responsible for executing the action.Generally the command is a template search pipeline which is realized with values from the saved search. To reference saved search field values wrap them in $, for example to reference the savedsearch name use $name$, to reference the search use $search$.
886
890
  */
887
- readonly actionSummaryIndexCommand?: pulumi.Input<string>;
891
+ actionSummaryIndexCommand?: pulumi.Input<string>;
888
892
  /**
889
893
  * Sets the hostname used in the web link (url) sent in summary-index alert actions.This value accepts two forms:hostname (for example, splunkserver, splunkserver.example.com)protocol://hostname:port (for example, http://splunkserver:8000, https://splunkserver.example.com:443)
890
894
  */
891
- readonly actionSummaryIndexHostname?: pulumi.Input<string>;
895
+ actionSummaryIndexHostname?: pulumi.Input<string>;
892
896
  /**
893
897
  * Determines whether to execute the summary indexing action as part of the scheduled search.NOTE: This option is considered only if the summary index action is enabled and is always executed (in other words, if counttype = always).Defaults to true
894
898
  */
895
- readonly actionSummaryIndexInline?: pulumi.Input<boolean>;
899
+ actionSummaryIndexInline?: pulumi.Input<boolean>;
896
900
  /**
897
901
  * Sets the maximum number of search results sent using alerts. Defaults to 100.
898
902
  */
899
- readonly actionSummaryIndexMaxResults?: pulumi.Input<number>;
903
+ actionSummaryIndexMaxResults?: pulumi.Input<number>;
900
904
  /**
901
905
  * Valid values are Integer[m|s|h|d].Sets the maximum amount of time the execution of an action takes before the action is aborted. Defaults to 1m.
902
906
  */
903
- readonly actionSummaryIndexMaxTime?: pulumi.Input<number>;
907
+ actionSummaryIndexMaxTime?: pulumi.Input<number>;
904
908
  /**
905
909
  * Specifies the name of the summary index where the results of the scheduled search are saved.Defaults to summary.
906
910
  */
907
- readonly actionSummaryIndexName?: pulumi.Input<string>;
911
+ actionSummaryIndexName?: pulumi.Input<string>;
908
912
  /**
909
913
  * Indicates whether the execution of this action signifies a trackable alert.
910
914
  */
911
- readonly actionSummaryIndexTrackAlert?: pulumi.Input<boolean>;
915
+ actionSummaryIndexTrackAlert?: pulumi.Input<boolean>;
912
916
  /**
913
917
  * Valid values are: Integer[p] Specifies the minimum time-to-live in seconds of the search artifacts if this action is triggered. If p follows Integer, specifies the number of scheduled periods. Defaults to 86400 (24 hours).
914
918
  */
915
- readonly actionSummaryIndexTtl?: pulumi.Input<string>;
919
+ actionSummaryIndexTtl?: pulumi.Input<string>;
920
+ /**
921
+ * URL to send the HTTP POST request to. Must be accessible from the Splunk server
922
+ */
923
+ actionWebhookParamUrl?: pulumi.Input<string>;
916
924
  /**
917
925
  * A comma-separated list of actions to enable. For example: rss,email
918
926
  */
919
- readonly actions?: pulumi.Input<string>;
927
+ actions?: pulumi.Input<string>;
920
928
  /**
921
929
  * One of the following strings: greater than, less than, equal to, rises by, drops by, rises by perc, drops by percUsed with alertThreshold to trigger alert actions.
922
930
  */
923
- readonly alertComparator?: pulumi.Input<string>;
931
+ alertComparator?: pulumi.Input<string>;
924
932
  /**
925
933
  * Contains a conditional search that is evaluated against the results of the saved search. Defaults to an empty string.
926
934
  */
927
- readonly alertCondition?: pulumi.Input<string>;
935
+ alertCondition?: pulumi.Input<string>;
928
936
  /**
929
937
  * Specifies whether alert actions are applied to the entire result set or on each individual result.Defaults to 1 (true).
930
938
  */
931
- readonly alertDigestMode?: pulumi.Input<boolean>;
939
+ alertDigestMode?: pulumi.Input<boolean>;
932
940
  /**
933
941
  * Valid values: [number][time-unit]Sets the period of time to show the alert in the dashboard. Defaults to 24h.Use [number][time-unit] to specify a time. For example: 60 = 60 seconds, 1m = 1 minute, 1h = 60 minutes = 1 hour.
934
942
  */
935
- readonly alertExpires?: pulumi.Input<string>;
943
+ alertExpires?: pulumi.Input<string>;
936
944
  /**
937
945
  * Valid values: (1 | 2 | 3 | 4 | 5 | 6) Sets the alert severity level.Valid values are:1 DEBUG 2 INFO 3 WARN 4 ERROR 5 SEVERE 6 FATAL Defaults to 3.
938
946
  */
939
- readonly alertSeverity?: pulumi.Input<number>;
947
+ alertSeverity?: pulumi.Input<number>;
940
948
  /**
941
949
  * Indicates whether alert suppression is enabled for this scheduled search.
942
950
  */
943
- readonly alertSuppress?: pulumi.Input<boolean>;
951
+ alertSuppress?: pulumi.Input<boolean>;
944
952
  /**
945
953
  * Comma delimited list of fields to use for suppression when doing per result alerting. Required if suppression is turned on and per result alerting is enabled.
946
954
  */
947
- readonly alertSuppressFields?: pulumi.Input<string>;
955
+ alertSuppressFields?: pulumi.Input<string>;
948
956
  /**
949
957
  * Valid values: [number][time-unit] Specifies the suppresion period. Only valid if alert.supress is enabled.Use [number][time-unit] to specify a time. For example: 60 = 60 seconds, 1m = 1 minute, 1h = 60 minutes = 1 hour.
950
958
  */
951
- readonly alertSuppressPeriod?: pulumi.Input<string>;
959
+ alertSuppressPeriod?: pulumi.Input<string>;
952
960
  /**
953
961
  * Valid values are: Integer[%]Specifies the value to compare (see alert_comparator) before triggering the alert actions. If expressed as a percentage, indicates value to use when alertComparator is set to rises by perc or drops by perc.
954
962
  */
955
- readonly alertThreshold?: pulumi.Input<string>;
963
+ alertThreshold?: pulumi.Input<string>;
956
964
  /**
957
965
  * Valid values: (true | false | auto) Specifies whether to track the actions triggered by this scheduled search.auto - determine whether to track or not based on the tracking setting of each action, do not track scheduled searches that always trigger actions. Default value true - force alert tracking.false - disable alert tracking for this search.
958
966
  */
959
- readonly alertTrack?: pulumi.Input<boolean>;
967
+ alertTrack?: pulumi.Input<boolean>;
960
968
  /**
961
969
  * What to base the alert on, overriden by alertCondition if it is specified. Valid values are: always, custom, number of events, number of hosts, number of sources.
962
970
  */
963
- readonly alertType?: pulumi.Input<string>;
971
+ alertType?: pulumi.Input<string>;
964
972
  /**
965
973
  * Allows the search scheduler to distribute scheduled searches randomly and more evenly over their specified search periods.
966
974
  */
967
- readonly allowSkew?: pulumi.Input<string>;
975
+ allowSkew?: pulumi.Input<string>;
968
976
  /**
969
977
  * Indicates whether the scheduler should ensure that the data for this search is automatically summarized. Defaults to 0.
970
978
  */
971
- readonly autoSummarize?: pulumi.Input<boolean>;
979
+ autoSummarize?: pulumi.Input<boolean>;
972
980
  /**
973
981
  * An auto summarization template for this search. See auto summarization options in savedsearches.conf for more details.
974
982
  */
975
- readonly autoSummarizeCommand?: pulumi.Input<string>;
983
+ autoSummarizeCommand?: pulumi.Input<string>;
976
984
  /**
977
985
  * Cron schedule that probes and generates the summaries for this saved search.The default value is *&#47;10 * * * * and corresponds to \`every ten hours\`.
978
986
  */
979
- readonly autoSummarizeCronSchedule?: pulumi.Input<string>;
987
+ autoSummarizeCronSchedule?: pulumi.Input<string>;
980
988
  /**
981
989
  * A time string that specifies the earliest time for summarizing this search. Can be a relative or absolute time.If this value is an absolute time, use the dispatch.time_format to format the value.
982
990
  */
983
- readonly autoSummarizeDispatchEarliestTime?: pulumi.Input<string>;
991
+ autoSummarizeDispatchEarliestTime?: pulumi.Input<string>;
984
992
  /**
985
993
  * A time string that specifies the latest time for summarizing this saved search. Can be a relative or absolute time.If this value is an absolute time, use the dispatch.time_format to format the value.
986
994
  */
987
- readonly autoSummarizeDispatchLatestTime?: pulumi.Input<string>;
995
+ autoSummarizeDispatchLatestTime?: pulumi.Input<string>;
988
996
  /**
989
997
  * Defines the time format that Splunk software uses to specify the earliest and latest time. Defaults to %FT%T.%Q%:z
990
998
  */
991
- readonly autoSummarizeDispatchTimeFormat?: pulumi.Input<string>;
999
+ autoSummarizeDispatchTimeFormat?: pulumi.Input<string>;
992
1000
  /**
993
1001
  * Valid values: Integer[p]. Defaults to 60.Indicates the time to live (in seconds) for the artifacts of the summarization of the scheduled search.
994
1002
  */
995
- readonly autoSummarizeDispatchTtl?: pulumi.Input<string>;
1003
+ autoSummarizeDispatchTtl?: pulumi.Input<string>;
996
1004
  /**
997
1005
  * The maximum number of buckets with the suspended summarization before the summarization search is completely stopped, and the summarization of the search is suspended for auto_summarize.suspend_period. Defaults to 2.
998
1006
  */
999
- readonly autoSummarizeMaxDisabledBuckets?: pulumi.Input<number>;
1007
+ autoSummarizeMaxDisabledBuckets?: pulumi.Input<number>;
1000
1008
  /**
1001
1009
  * The maximum ratio of summary_size/bucket_size, which specifies when to stop summarization and deem it unhelpful for a bucket. Defaults to 0.1 Note: The test is only performed if the summary size is larger than auto_summarize.max_summary_size.
1002
1010
  */
1003
- readonly autoSummarizeMaxSummaryRatio?: pulumi.Input<number>;
1011
+ autoSummarizeMaxSummaryRatio?: pulumi.Input<number>;
1004
1012
  /**
1005
1013
  * The minimum summary size, in bytes, before testing whether the summarization is helpful.The default value is 52428800 and is equivalent to 5MB.
1006
1014
  */
1007
- readonly autoSummarizeMaxSummarySize?: pulumi.Input<number>;
1015
+ autoSummarizeMaxSummarySize?: pulumi.Input<number>;
1008
1016
  /**
1009
1017
  * Maximum time (in seconds) that the summary search is allowed to run. Defaults to 3600.Note: This is an approximate time. The summary search stops at clean bucket boundaries.
1010
1018
  */
1011
- readonly autoSummarizeMaxTime?: pulumi.Input<number>;
1019
+ autoSummarizeMaxTime?: pulumi.Input<number>;
1012
1020
  /**
1013
1021
  * Time specfier indicating when to suspend summarization of this search if the summarization is deemed unhelpful.Defaults to 24h.
1014
1022
  */
1015
- readonly autoSummarizeSuspendPeriod?: pulumi.Input<string>;
1023
+ autoSummarizeSuspendPeriod?: pulumi.Input<string>;
1016
1024
  /**
1017
1025
  * The list of time ranges that each summarized chunk should span. This comprises the list of available granularity levels for which summaries would be available. Specify a comma delimited list of time specifiers.For example a timechart over the last month whose granuality is at the day level should set this to 1d. If you need the same data summarized at the hour level for weekly charts, use: 1h,1d.
1018
1026
  */
1019
- readonly autoSummarizeTimespan?: pulumi.Input<string>;
1027
+ autoSummarizeTimespan?: pulumi.Input<string>;
1020
1028
  /**
1021
1029
  * Valid values: cron stringThe cron schedule to execute this search. For example: *&#47;5 * * * * causes the search to execute every 5 minutes.
1022
1030
  */
1023
- readonly cronSchedule?: pulumi.Input<string>;
1031
+ cronSchedule?: pulumi.Input<string>;
1024
1032
  /**
1025
1033
  * Human-readable description of this saved search. Defaults to empty string.
1026
1034
  */
1027
- readonly description?: pulumi.Input<string>;
1035
+ description?: pulumi.Input<string>;
1028
1036
  /**
1029
1037
  * Indicates if the saved search is enabled. Defaults to 0.Disabled saved searches are not visible in Splunk Web.
1030
1038
  */
1031
- readonly disabled?: pulumi.Input<boolean>;
1039
+ disabled?: pulumi.Input<boolean>;
1032
1040
  /**
1033
1041
  * The maximum number of timeline buckets. Defaults to 0.
1034
1042
  */
1035
- readonly dispatchBuckets?: pulumi.Input<number>;
1043
+ dispatchBuckets?: pulumi.Input<number>;
1036
1044
  /**
1037
1045
  * A time string that specifies the earliest time for this search. Can be a relative or absolute time. If this value is an absolute time, use the dispatch.time_format to format the value.
1038
1046
  */
1039
- readonly dispatchEarliestTime?: pulumi.Input<string>;
1047
+ dispatchEarliestTime?: pulumi.Input<string>;
1040
1048
  /**
1041
1049
  * A time string that specifies the earliest index time for this search. Can be a relative or absolute time. If this value is an absolute time, use the dispatch.time_format to format the value.
1042
1050
  */
1043
- readonly dispatchIndexEarliest?: pulumi.Input<string>;
1051
+ dispatchIndexEarliest?: pulumi.Input<string>;
1044
1052
  /**
1045
1053
  * A time string that specifies the latest index time for this search. Can be a relative or absolute time. If this value is an absolute time, use the dispatch.time_format to format the value.
1046
1054
  */
1047
- readonly dispatchIndexLatest?: pulumi.Input<string>;
1055
+ dispatchIndexLatest?: pulumi.Input<string>;
1048
1056
  /**
1049
1057
  * A time string that specifies the earliest time for this search. Can be a relative or absolute time. If this value is an absolute time, use the dispatch.time_format to format the value.
1050
1058
  */
1051
- readonly dispatchIndexedRealtime?: pulumi.Input<boolean>;
1059
+ dispatchIndexedRealtime?: pulumi.Input<boolean>;
1052
1060
  /**
1053
1061
  * Allows for a per-job override of the [search] indexedRealtimeDiskSyncDelay setting in limits.conf.
1054
1062
  */
1055
- readonly dispatchIndexedRealtimeMinspan?: pulumi.Input<number>;
1063
+ dispatchIndexedRealtimeMinspan?: pulumi.Input<number>;
1056
1064
  /**
1057
1065
  * Allows for a per-job override of the [search] indexedRealtimeDiskSyncDelay setting in limits.conf.
1058
1066
  */
1059
- readonly dispatchIndexedRealtimeOffset?: pulumi.Input<number>;
1067
+ dispatchIndexedRealtimeOffset?: pulumi.Input<number>;
1060
1068
  /**
1061
1069
  * A time string that specifies the latest time for this saved search. Can be a relative or absolute time.If this value is an absolute time, use the dispatch.time_format to format the value.
1062
1070
  */
1063
- readonly dispatchLatestTime?: pulumi.Input<string>;
1071
+ dispatchLatestTime?: pulumi.Input<string>;
1064
1072
  /**
1065
1073
  * Enables or disables the lookups for this search. Defaults to 1.
1066
1074
  */
1067
- readonly dispatchLookups?: pulumi.Input<boolean>;
1075
+ dispatchLookups?: pulumi.Input<boolean>;
1068
1076
  /**
1069
1077
  * The maximum number of results before finalizing the search. Defaults to 500000.
1070
1078
  */
1071
- readonly dispatchMaxCount?: pulumi.Input<number>;
1079
+ dispatchMaxCount?: pulumi.Input<number>;
1072
1080
  /**
1073
1081
  * Indicates the maximum amount of time (in seconds) before finalizing the search. Defaults to 0.
1074
1082
  */
1075
- readonly dispatchMaxTime?: pulumi.Input<number>;
1083
+ dispatchMaxTime?: pulumi.Input<number>;
1076
1084
  /**
1077
1085
  * Specifies, in seconds, how frequently the MapReduce reduce phase runs on accumulated map values. Defaults to 10.
1078
1086
  */
1079
- readonly dispatchReduceFreq?: pulumi.Input<number>;
1087
+ dispatchReduceFreq?: pulumi.Input<number>;
1080
1088
  /**
1081
1089
  * Whether to back fill the real time window for this search. Parameter valid only if this is a real time search. Defaults to 0.
1082
1090
  */
1083
- readonly dispatchRtBackfill?: pulumi.Input<boolean>;
1091
+ dispatchRtBackfill?: pulumi.Input<boolean>;
1084
1092
  /**
1085
1093
  * Allows for a per-job override of the [search] indexedRealtimeMaximumSpan setting in limits.conf.
1086
1094
  */
1087
- readonly dispatchRtMaximumSpan?: pulumi.Input<number>;
1095
+ dispatchRtMaximumSpan?: pulumi.Input<number>;
1088
1096
  /**
1089
1097
  * Specifies whether a new search process spawns when this saved search is executed. Defaults to 1. Searches against indexes must run in a separate process.
1090
1098
  */
1091
- readonly dispatchSpawnProcess?: pulumi.Input<boolean>;
1099
+ dispatchSpawnProcess?: pulumi.Input<boolean>;
1092
1100
  /**
1093
1101
  * A time format string that defines the time format for specifying the earliest and latest time. Defaults to %FT%T.%Q%:z
1094
1102
  */
1095
- readonly dispatchTimeFormat?: pulumi.Input<string>;
1103
+ dispatchTimeFormat?: pulumi.Input<string>;
1096
1104
  /**
1097
1105
  * Valid values: Integer[p]. Defaults to 2p.Indicates the time to live (in seconds) for the artifacts of the scheduled search, if no actions are triggered.
1098
1106
  */
1099
- readonly dispatchTtl?: pulumi.Input<string>;
1107
+ dispatchTtl?: pulumi.Input<string>;
1100
1108
  /**
1101
1109
  * Defines the default UI view name (not label) in which to load the results. Accessibility is subject to the user having sufficient permissions.
1102
1110
  */
1103
- readonly displayView?: pulumi.Input<string>;
1111
+ displayView?: pulumi.Input<string>;
1104
1112
  /**
1105
1113
  * Whether this search is to be run on a schedule
1106
1114
  */
1107
- readonly isScheduled?: pulumi.Input<boolean>;
1115
+ isScheduled?: pulumi.Input<boolean>;
1108
1116
  /**
1109
1117
  * Specifies whether this saved search should be listed in the visible saved search list. Defaults to 1.
1110
1118
  */
1111
- readonly isVisible?: pulumi.Input<boolean>;
1119
+ isVisible?: pulumi.Input<boolean>;
1112
1120
  /**
1113
1121
  * The maximum number of concurrent instances of this search the scheduler is allowed to run. Defaults to 1.
1114
1122
  */
1115
- readonly maxConcurrent?: pulumi.Input<number>;
1123
+ maxConcurrent?: pulumi.Input<number>;
1116
1124
  /**
1117
1125
  * A name for the search.
1118
1126
  */
1119
- readonly name?: pulumi.Input<string>;
1127
+ name?: pulumi.Input<string>;
1120
1128
  /**
1121
1129
  * Defaults to 1. Controls the way the scheduler computes the next execution time of a scheduled search. 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, the scheduler bases its determination of the next scheduled search on the last search execution time. This is called continuous scheduling. If set to 0, the scheduler never skips scheduled execution periods. However, the execution of the saved search might fall behind depending on the scheduler load. Use continuous scheduling whenever you enable the summary index option.
1122
1130
  */
1123
- readonly realtimeSchedule?: pulumi.Input<boolean>;
1131
+ realtimeSchedule?: pulumi.Input<boolean>;
1124
1132
  /**
1125
1133
  * Specifies a field used by Splunk Web to denote the app this search should be dispatched in.
1126
1134
  */
1127
- readonly requestUiDispatchApp?: pulumi.Input<string>;
1135
+ requestUiDispatchApp?: pulumi.Input<string>;
1128
1136
  /**
1129
1137
  * Specifies a field used by Splunk Web to denote the view this search should be displayed in.
1130
1138
  */
1131
- readonly requestUiDispatchView?: pulumi.Input<string>;
1139
+ requestUiDispatchView?: pulumi.Input<string>;
1132
1140
  /**
1133
1141
  * Specifies whether to restart a real-time search managed by the scheduler when a search peer becomes available for this saved search. Defaults to 1.
1134
1142
  */
1135
- readonly restartOnSearchpeerAdd?: pulumi.Input<boolean>;
1143
+ restartOnSearchpeerAdd?: pulumi.Input<boolean>;
1136
1144
  /**
1137
1145
  * Indicates whether this search runs at startup. If it does not run on startup, it runs at the next scheduled time. Defaults to 0. Set to 1 for scheduled searches that populate lookup tables.
1138
1146
  */
1139
- readonly runOnStartup?: pulumi.Input<boolean>;
1147
+ runOnStartup?: pulumi.Input<boolean>;
1140
1148
  /**
1141
1149
  * Raises the scheduling priority of the named search. Defaults to Default
1142
1150
  */
1143
- readonly schedulePriority?: pulumi.Input<string>;
1151
+ schedulePriority?: pulumi.Input<string>;
1144
1152
  /**
1145
1153
  * Time window (in minutes) during which the search has lower priority. Defaults to 0. The scheduler can give higher priority to more critical searches during this window. The window must be smaller than the search period.Set to auto to let the scheduler determine the optimal window value automatically. Requires the editSearchScheduleWindow capability to override auto.
1146
1154
  */
1147
- readonly scheduleWindow?: pulumi.Input<string>;
1155
+ scheduleWindow?: pulumi.Input<string>;
1148
1156
  /**
1149
1157
  * Required when creating a new search.
1150
1158
  */
1151
- readonly search?: pulumi.Input<string>;
1159
+ search?: pulumi.Input<string>;
1152
1160
  /**
1153
1161
  * Defines the viewstate id associated with the UI view listed in 'displayview'.
1154
1162
  */
1155
- readonly vsid?: pulumi.Input<string>;
1163
+ vsid?: pulumi.Input<string>;
1156
1164
  /**
1157
1165
  * Specifies the new workload pool where the existing running search will be placed.`
1158
1166
  */
1159
- readonly workloadPool?: pulumi.Input<string>;
1167
+ workloadPool?: pulumi.Input<string>;
1160
1168
  }
1161
1169
  /**
1162
1170
  * The set of arguments for constructing a SavedSearches resource.
@@ -1165,529 +1173,533 @@ export interface SavedSearchesArgs {
1165
1173
  /**
1166
1174
  * The app/user context that is the namespace for the resource
1167
1175
  */
1168
- readonly acl?: pulumi.Input<inputs.SavedSearchesAcl>;
1176
+ acl?: pulumi.Input<inputs.SavedSearchesAcl>;
1169
1177
  /**
1170
1178
  * The password to use when authenticating with the SMTP server. Normally this value is set when editing the email settings, however you can set a clear text password here and it is encrypted on the next platform restart.Defaults to empty string.
1171
1179
  */
1172
- readonly actionEmailAuthPassword?: pulumi.Input<string>;
1180
+ actionEmailAuthPassword?: pulumi.Input<string>;
1173
1181
  /**
1174
1182
  * The username to use when authenticating with the SMTP server. If this is empty string, no authentication is attempted. Defaults to empty stringNOTE: Your SMTP server might reject unauthenticated emails.
1175
1183
  */
1176
- readonly actionEmailAuthUsername?: pulumi.Input<string>;
1184
+ actionEmailAuthUsername?: pulumi.Input<string>;
1177
1185
  /**
1178
1186
  * BCC email address to use if action.email is enabled.
1179
1187
  */
1180
- readonly actionEmailBcc?: pulumi.Input<string>;
1188
+ actionEmailBcc?: pulumi.Input<string>;
1181
1189
  /**
1182
1190
  * CC email address to use if action.email is enabled.
1183
1191
  */
1184
- readonly actionEmailCc?: pulumi.Input<string>;
1192
+ actionEmailCc?: pulumi.Input<string>;
1185
1193
  /**
1186
1194
  * The search command (or pipeline) which is responsible for executing the action.Generally the command is a template search pipeline which is realized with values from the saved search. To reference saved search field values wrap them in $, for example to reference the savedsearch name use $name$, to reference the search use $search$.
1187
1195
  */
1188
- readonly actionEmailCommand?: pulumi.Input<string>;
1196
+ actionEmailCommand?: pulumi.Input<string>;
1189
1197
  /**
1190
1198
  * Valid values: (table | plain | html | raw | csv)Specify the format of text in the email. This value also applies to any attachments.
1191
1199
  */
1192
- readonly actionEmailFormat?: pulumi.Input<string>;
1200
+ actionEmailFormat?: pulumi.Input<string>;
1193
1201
  /**
1194
1202
  * Email address from which the email action originates.Defaults to splunk@$LOCALHOST or whatever value is set in alert_actions.conf.
1195
1203
  */
1196
- readonly actionEmailFrom?: pulumi.Input<string>;
1204
+ actionEmailFrom?: pulumi.Input<string>;
1197
1205
  /**
1198
1206
  * Sets the hostname used in the web link (url) sent in email actions.This value accepts two forms:hostname (for example, splunkserver, splunkserver.example.com)
1199
1207
  */
1200
- readonly actionEmailHostname?: pulumi.Input<string>;
1208
+ actionEmailHostname?: pulumi.Input<string>;
1201
1209
  /**
1202
1210
  * Specify whether to include a link to the results. Defaults to 0.
1203
1211
  */
1204
- readonly actionEmailIncludeResultsLink?: pulumi.Input<number>;
1212
+ actionEmailIncludeResultsLink?: pulumi.Input<number>;
1205
1213
  /**
1206
1214
  * Specify whether to include the search that caused an email to be sent. Defaults to 0.
1207
1215
  */
1208
- readonly actionEmailIncludeSearch?: pulumi.Input<number>;
1216
+ actionEmailIncludeSearch?: pulumi.Input<number>;
1209
1217
  /**
1210
1218
  * Specify whether to show the trigger condition that caused the alert to fire. Defaults to 0.
1211
1219
  */
1212
- readonly actionEmailIncludeTrigger?: pulumi.Input<number>;
1220
+ actionEmailIncludeTrigger?: pulumi.Input<number>;
1213
1221
  /**
1214
1222
  * Specify whether to show the time that the alert was fired. Defaults to 0.
1215
1223
  */
1216
- readonly actionEmailIncludeTriggerTime?: pulumi.Input<number>;
1224
+ actionEmailIncludeTriggerTime?: pulumi.Input<number>;
1217
1225
  /**
1218
1226
  * Specify whether to show the title and a link to enable the user to edit the saved search. Defaults to 0.
1219
1227
  */
1220
- readonly actionEmailIncludeViewLink?: pulumi.Input<number>;
1228
+ actionEmailIncludeViewLink?: pulumi.Input<number>;
1221
1229
  /**
1222
1230
  * Indicates whether the search results are contained in the body of the email.Results can be either inline or attached to an email.
1223
1231
  */
1224
- readonly actionEmailInline?: pulumi.Input<boolean>;
1232
+ actionEmailInline?: pulumi.Input<boolean>;
1225
1233
  /**
1226
1234
  * Set the address of the MTA server to be used to send the emails.Defaults to <LOCALHOST> or whatever is set in alert_actions.conf.
1227
1235
  */
1228
- readonly actionEmailMailserver?: pulumi.Input<string>;
1236
+ actionEmailMailserver?: pulumi.Input<string>;
1229
1237
  /**
1230
1238
  * Sets the global maximum number of search results to send when email.action is enabled. Defaults to 100.
1231
1239
  */
1232
- readonly actionEmailMaxResults?: pulumi.Input<number>;
1240
+ actionEmailMaxResults?: pulumi.Input<number>;
1233
1241
  /**
1234
1242
  * Valid values are Integer[m|s|h|d].Specifies the maximum amount of time the execution of an email action takes before the action is aborted. Defaults to 5m.
1235
1243
  */
1236
- readonly actionEmailMaxTime?: pulumi.Input<string>;
1244
+ actionEmailMaxTime?: pulumi.Input<string>;
1237
1245
  /**
1238
1246
  * Customize the message sent in the emailed alert. Defaults to: The alert condition for '$name$' was triggered.
1239
1247
  */
1240
- readonly actionEmailMessageAlert?: pulumi.Input<string>;
1248
+ actionEmailMessageAlert?: pulumi.Input<string>;
1241
1249
  /**
1242
1250
  * Customize the message sent in the emailed report. Defaults to: The scheduled report '$name$' has run
1243
1251
  */
1244
- readonly actionEmailMessageReport?: pulumi.Input<string>;
1252
+ actionEmailMessageReport?: pulumi.Input<string>;
1245
1253
  /**
1246
1254
  * The name of the view to deliver if sendpdf is enabled
1247
1255
  */
1248
- readonly actionEmailPdfview?: pulumi.Input<string>;
1256
+ actionEmailPdfview?: pulumi.Input<string>;
1249
1257
  /**
1250
1258
  * Search string to preprocess results before emailing them. Defaults to empty string (no preprocessing).Usually the preprocessing consists of filtering out unwanted internal fields.
1251
1259
  */
1252
- readonly actionEmailPreprocessResults?: pulumi.Input<string>;
1260
+ actionEmailPreprocessResults?: pulumi.Input<string>;
1253
1261
  /**
1254
1262
  * Space-separated list. Specifies the set (and load order) of CID fonts for handling Simplified Chinese(gb), Traditional Chinese(cns), Japanese(jp), and Korean(kor) in Integrated PDF Rendering.If multiple fonts provide a glyph for a given character code, the glyph from the first font specified in the list is used.To skip loading any CID fonts, specify the empty string.Defaults to 'gb cns jp kor'
1255
1263
  */
1256
- readonly actionEmailReportCidFontList?: pulumi.Input<string>;
1264
+ actionEmailReportCidFontList?: pulumi.Input<string>;
1257
1265
  /**
1258
1266
  * Indicates whether to include the Splunk logo with the report.
1259
1267
  */
1260
- readonly actionEmailReportIncludeSplunkLogo?: pulumi.Input<boolean>;
1268
+ actionEmailReportIncludeSplunkLogo?: pulumi.Input<boolean>;
1261
1269
  /**
1262
1270
  * Valid values: (portrait | landscape)Specifies the paper orientation: portrait or landscape. Defaults to portrait.
1263
1271
  */
1264
- readonly actionEmailReportPaperOrientation?: pulumi.Input<string>;
1272
+ actionEmailReportPaperOrientation?: pulumi.Input<string>;
1265
1273
  /**
1266
1274
  * Valid values: (letter | legal | ledger | a2 | a3 | a4 | a5)Specifies the paper size for PDFs. Defaults to letter.
1267
1275
  */
1268
- readonly actionEmailReportPaperSize?: pulumi.Input<string>;
1276
+ actionEmailReportPaperSize?: pulumi.Input<string>;
1269
1277
  /**
1270
1278
  * No Supported
1271
1279
  */
1272
- readonly actionEmailReportServerEnabled?: pulumi.Input<boolean>;
1280
+ actionEmailReportServerEnabled?: pulumi.Input<boolean>;
1273
1281
  /**
1274
1282
  * Not supported.For a default locally installed report server, the URL is http://localhost:8091/
1275
1283
  */
1276
- readonly actionEmailReportServerUrl?: pulumi.Input<string>;
1284
+ actionEmailReportServerUrl?: pulumi.Input<string>;
1277
1285
  /**
1278
1286
  * Specify whether to send results as a CSV file. Defaults to 0.
1279
1287
  */
1280
- readonly actionEmailSendCsv?: pulumi.Input<number>;
1288
+ actionEmailSendCsv?: pulumi.Input<number>;
1281
1289
  /**
1282
1290
  * Indicates whether to create and send the results as a PDF. Defaults to false.
1283
1291
  */
1284
- readonly actionEmailSendPdf?: pulumi.Input<boolean>;
1292
+ actionEmailSendPdf?: pulumi.Input<boolean>;
1285
1293
  /**
1286
1294
  * Indicates whether to attach the search results in the email.Results can be either attached or inline. See action.email.inline.
1287
1295
  */
1288
- readonly actionEmailSendResults?: pulumi.Input<boolean>;
1296
+ actionEmailSendResults?: pulumi.Input<boolean>;
1289
1297
  /**
1290
1298
  * Specifies an alternate email subject.Defaults to SplunkAlert-<savedsearchname>.
1291
1299
  */
1292
- readonly actionEmailSubject?: pulumi.Input<string>;
1300
+ actionEmailSubject?: pulumi.Input<string>;
1293
1301
  /**
1294
1302
  * A comma or semicolon separated list of recipient email addresses. Required if this search is scheduled and the email alert action is enabled.
1295
1303
  */
1296
- readonly actionEmailTo?: pulumi.Input<string>;
1304
+ actionEmailTo?: pulumi.Input<string>;
1297
1305
  /**
1298
1306
  * Indicates whether the execution of this action signifies a trackable alert.
1299
1307
  */
1300
- readonly actionEmailTrackAlert?: pulumi.Input<boolean>;
1308
+ actionEmailTrackAlert?: pulumi.Input<boolean>;
1301
1309
  /**
1302
1310
  * Valid values are Integer[p].Specifies the minimum time-to-live in seconds of the search artifacts if this action is triggered. If p follows <Integer>, int is the number of scheduled periods. Defaults to 86400 (24 hours).If no actions are triggered, the artifacts have their ttl determined by dispatch.ttl in savedsearches.conf.
1303
1311
  */
1304
- readonly actionEmailTtl?: pulumi.Input<string>;
1312
+ actionEmailTtl?: pulumi.Input<string>;
1305
1313
  /**
1306
1314
  * Indicates whether to use SSL when communicating with the SMTP server. Defaults to false.
1307
1315
  */
1308
- readonly actionEmailUseSsl?: pulumi.Input<boolean>;
1316
+ actionEmailUseSsl?: pulumi.Input<boolean>;
1309
1317
  /**
1310
1318
  * Indicates whether to use TLS (transport layer security) when communicating with the SMTP server (starttls).Defaults to false.
1311
1319
  */
1312
- readonly actionEmailUseTls?: pulumi.Input<boolean>;
1320
+ actionEmailUseTls?: pulumi.Input<boolean>;
1313
1321
  /**
1314
1322
  * Indicates whether columns should be sorted from least wide to most wide, left to right.Only valid if format=text.
1315
1323
  */
1316
- readonly actionEmailWidthSortColumns?: pulumi.Input<boolean>;
1324
+ actionEmailWidthSortColumns?: pulumi.Input<boolean>;
1317
1325
  /**
1318
1326
  * The search command (or pipeline) which is responsible for executing the action.
1319
1327
  */
1320
- readonly actionPopulateLookupCommand?: pulumi.Input<string>;
1328
+ actionPopulateLookupCommand?: pulumi.Input<string>;
1321
1329
  /**
1322
1330
  * Lookup name of path of the lookup to populate
1323
1331
  */
1324
- readonly actionPopulateLookupDest?: pulumi.Input<string>;
1332
+ actionPopulateLookupDest?: pulumi.Input<string>;
1325
1333
  /**
1326
1334
  * Sets the hostname used in the web link (url) sent in alert actions.This value accepts two forms: hostname (for example, splunkserver, splunkserver.example.com)\n\nprotocol://hostname:port (for example, http://splunkserver:8000, https://splunkserver.example.com:443)
1327
1335
  */
1328
- readonly actionPopulateLookupHostname?: pulumi.Input<string>;
1336
+ actionPopulateLookupHostname?: pulumi.Input<string>;
1329
1337
  /**
1330
1338
  * Sets the maximum number of search results sent using alerts. Defaults to 100.
1331
1339
  */
1332
- readonly actionPopulateLookupMaxResults?: pulumi.Input<number>;
1340
+ actionPopulateLookupMaxResults?: pulumi.Input<number>;
1333
1341
  /**
1334
1342
  * Valid values are: Integer[m|s|h|d]Sets the maximum amount of time the execution of an action takes before the action is aborted. Defaults to 5m.
1335
1343
  */
1336
- readonly actionPopulateLookupMaxTime?: pulumi.Input<number>;
1344
+ actionPopulateLookupMaxTime?: pulumi.Input<number>;
1337
1345
  /**
1338
1346
  * Indicates whether the execution of this action signifies a trackable alert.
1339
1347
  */
1340
- readonly actionPopulateLookupTrackAlert?: pulumi.Input<boolean>;
1348
+ actionPopulateLookupTrackAlert?: pulumi.Input<boolean>;
1341
1349
  /**
1342
1350
  * Valid values are Integer[p]Specifies the minimum time-to-live in seconds of the search artifacts if this action is triggered. If p follows Integer, then this specifies the number of scheduled periods. Defaults to 10p.
1343
1351
  */
1344
- readonly actionPopulateLookupTtl?: pulumi.Input<string>;
1352
+ actionPopulateLookupTtl?: pulumi.Input<string>;
1345
1353
  /**
1346
1354
  * The search command (or pipeline) which is responsible for executing the action.Generally the command is a template search pipeline which is realized with values from the saved search. To reference saved search field values wrap them in $, for example to reference the savedsearch name use $name$, to reference the search use $search$.
1347
1355
  */
1348
- readonly actionRssCommand?: pulumi.Input<string>;
1356
+ actionRssCommand?: pulumi.Input<string>;
1349
1357
  /**
1350
1358
  * Sets the hostname used in the web link (url) sent in alert actions.This value accepts two forms:hostname (for example, splunkserver, splunkserver.example.com)\n\nprotocol://hostname:port (for example, http://splunkserver:8000, https://splunkserver.example.com:443)
1351
1359
  */
1352
- readonly actionRssHostname?: pulumi.Input<string>;
1360
+ actionRssHostname?: pulumi.Input<string>;
1353
1361
  /**
1354
1362
  * Sets the maximum number of search results sent using alerts. Defaults to 100.
1355
1363
  */
1356
- readonly actionRssMaxResults?: pulumi.Input<number>;
1364
+ actionRssMaxResults?: pulumi.Input<number>;
1357
1365
  /**
1358
1366
  * Valid values are Integer[m|s|h|d].Sets the maximum amount of time the execution of an action takes before the action is aborted. Defaults to 1m.
1359
1367
  */
1360
- readonly actionRssMaxTime?: pulumi.Input<number>;
1368
+ actionRssMaxTime?: pulumi.Input<number>;
1361
1369
  /**
1362
1370
  * Indicates whether the execution of this action signifies a trackable alert.
1363
1371
  */
1364
- readonly actionRssTrackAlert?: pulumi.Input<boolean>;
1372
+ actionRssTrackAlert?: pulumi.Input<boolean>;
1365
1373
  /**
1366
1374
  * Valid values are: Integer[p] Specifies the minimum time-to-live in seconds of the search artifacts if this action is triggered. If p follows Integer, specifies the number of scheduled periods. Defaults to 86400 (24 hours).
1367
1375
  */
1368
- readonly actionRssTtl?: pulumi.Input<string>;
1376
+ actionRssTtl?: pulumi.Input<string>;
1369
1377
  /**
1370
1378
  * The search command (or pipeline) which is responsible for executing the action.Generally the command is a template search pipeline which is realized with values from the saved search. To reference saved search field values wrap them in $, for example to reference the savedsearch name use $name$, to reference the search use $search$.
1371
1379
  */
1372
- readonly actionScriptCommand?: pulumi.Input<string>;
1380
+ actionScriptCommand?: pulumi.Input<string>;
1373
1381
  /**
1374
1382
  * File name of the script to call. Required if script action is enabled
1375
1383
  */
1376
- readonly actionScriptFilename?: pulumi.Input<string>;
1384
+ actionScriptFilename?: pulumi.Input<string>;
1377
1385
  /**
1378
1386
  * Sets the hostname used in the web link (url) sent in alert actions.This value accepts two forms:hostname (for example, splunkserver, splunkserver.example.com)\n\nprotocol://hostname:port (for example, http://splunkserver:8000, https://splunkserver.example.com:443)
1379
1387
  */
1380
- readonly actionScriptHostname?: pulumi.Input<string>;
1388
+ actionScriptHostname?: pulumi.Input<string>;
1381
1389
  /**
1382
1390
  * Sets the maximum number of search results sent using alerts. Defaults to 100.
1383
1391
  */
1384
- readonly actionScriptMaxResults?: pulumi.Input<number>;
1392
+ actionScriptMaxResults?: pulumi.Input<number>;
1385
1393
  /**
1386
1394
  * Valid values are Integer[m|s|h|d].Sets the maximum amount of time the execution of an action takes before the action is aborted. Defaults to 1m.
1387
1395
  */
1388
- readonly actionScriptMaxTime?: pulumi.Input<number>;
1396
+ actionScriptMaxTime?: pulumi.Input<number>;
1389
1397
  /**
1390
1398
  * Indicates whether the execution of this action signifies a trackable alert.
1391
1399
  */
1392
- readonly actionScriptTrackAlert?: pulumi.Input<boolean>;
1400
+ actionScriptTrackAlert?: pulumi.Input<boolean>;
1393
1401
  /**
1394
1402
  * Valid values are: Integer[p] Specifies the minimum time-to-live in seconds of the search artifacts if this action is triggered. If p follows Integer, specifies the number of scheduled periods. Defaults to 86400 (24 hours).
1395
1403
  */
1396
- readonly actionScriptTtl?: pulumi.Input<string>;
1404
+ actionScriptTtl?: pulumi.Input<string>;
1397
1405
  /**
1398
1406
  * Include a message attachment. Valid values are message, none, or alert_link
1399
1407
  */
1400
- readonly actionSlackParamAttachment?: pulumi.Input<string>;
1408
+ actionSlackParamAttachment?: pulumi.Input<string>;
1401
1409
  /**
1402
1410
  * Slack channel to send the message to (Should start with # or @)
1403
1411
  */
1404
- readonly actionSlackParamChannel?: pulumi.Input<string>;
1412
+ actionSlackParamChannel?: pulumi.Input<string>;
1405
1413
  /**
1406
1414
  * Show one or more fields from the search results below your Slack message. Comma-separated list of field names. Allows wildcards. eg. index,source*
1407
1415
  */
1408
- readonly actionSlackParamFields?: pulumi.Input<string>;
1416
+ actionSlackParamFields?: pulumi.Input<string>;
1409
1417
  /**
1410
1418
  * Enter the chat message to send to the Slack channel. The message can include tokens that insert text based on the results of the search.
1411
1419
  */
1412
- readonly actionSlackParamMessage?: pulumi.Input<string>;
1420
+ actionSlackParamMessage?: pulumi.Input<string>;
1413
1421
  /**
1414
1422
  * You can override the Slack webhook URL here if you need to send the alert message to a different Slack team
1415
1423
  */
1416
- readonly actionSlackParamWebhookUrlOverride?: pulumi.Input<string>;
1424
+ actionSlackParamWebhookUrlOverride?: pulumi.Input<string>;
1417
1425
  /**
1418
1426
  * The search command (or pipeline) which is responsible for executing the action.Generally the command is a template search pipeline which is realized with values from the saved search. To reference saved search field values wrap them in $, for example to reference the savedsearch name use $name$, to reference the search use $search$.
1419
1427
  */
1420
- readonly actionSummaryIndexCommand?: pulumi.Input<string>;
1428
+ actionSummaryIndexCommand?: pulumi.Input<string>;
1421
1429
  /**
1422
1430
  * Sets the hostname used in the web link (url) sent in summary-index alert actions.This value accepts two forms:hostname (for example, splunkserver, splunkserver.example.com)protocol://hostname:port (for example, http://splunkserver:8000, https://splunkserver.example.com:443)
1423
1431
  */
1424
- readonly actionSummaryIndexHostname?: pulumi.Input<string>;
1432
+ actionSummaryIndexHostname?: pulumi.Input<string>;
1425
1433
  /**
1426
1434
  * Determines whether to execute the summary indexing action as part of the scheduled search.NOTE: This option is considered only if the summary index action is enabled and is always executed (in other words, if counttype = always).Defaults to true
1427
1435
  */
1428
- readonly actionSummaryIndexInline?: pulumi.Input<boolean>;
1436
+ actionSummaryIndexInline?: pulumi.Input<boolean>;
1429
1437
  /**
1430
1438
  * Sets the maximum number of search results sent using alerts. Defaults to 100.
1431
1439
  */
1432
- readonly actionSummaryIndexMaxResults?: pulumi.Input<number>;
1440
+ actionSummaryIndexMaxResults?: pulumi.Input<number>;
1433
1441
  /**
1434
1442
  * Valid values are Integer[m|s|h|d].Sets the maximum amount of time the execution of an action takes before the action is aborted. Defaults to 1m.
1435
1443
  */
1436
- readonly actionSummaryIndexMaxTime?: pulumi.Input<number>;
1444
+ actionSummaryIndexMaxTime?: pulumi.Input<number>;
1437
1445
  /**
1438
1446
  * Specifies the name of the summary index where the results of the scheduled search are saved.Defaults to summary.
1439
1447
  */
1440
- readonly actionSummaryIndexName?: pulumi.Input<string>;
1448
+ actionSummaryIndexName?: pulumi.Input<string>;
1441
1449
  /**
1442
1450
  * Indicates whether the execution of this action signifies a trackable alert.
1443
1451
  */
1444
- readonly actionSummaryIndexTrackAlert?: pulumi.Input<boolean>;
1452
+ actionSummaryIndexTrackAlert?: pulumi.Input<boolean>;
1445
1453
  /**
1446
1454
  * Valid values are: Integer[p] Specifies the minimum time-to-live in seconds of the search artifacts if this action is triggered. If p follows Integer, specifies the number of scheduled periods. Defaults to 86400 (24 hours).
1447
1455
  */
1448
- readonly actionSummaryIndexTtl?: pulumi.Input<string>;
1456
+ actionSummaryIndexTtl?: pulumi.Input<string>;
1457
+ /**
1458
+ * URL to send the HTTP POST request to. Must be accessible from the Splunk server
1459
+ */
1460
+ actionWebhookParamUrl?: pulumi.Input<string>;
1449
1461
  /**
1450
1462
  * A comma-separated list of actions to enable. For example: rss,email
1451
1463
  */
1452
- readonly actions?: pulumi.Input<string>;
1464
+ actions?: pulumi.Input<string>;
1453
1465
  /**
1454
1466
  * One of the following strings: greater than, less than, equal to, rises by, drops by, rises by perc, drops by percUsed with alertThreshold to trigger alert actions.
1455
1467
  */
1456
- readonly alertComparator?: pulumi.Input<string>;
1468
+ alertComparator?: pulumi.Input<string>;
1457
1469
  /**
1458
1470
  * Contains a conditional search that is evaluated against the results of the saved search. Defaults to an empty string.
1459
1471
  */
1460
- readonly alertCondition?: pulumi.Input<string>;
1472
+ alertCondition?: pulumi.Input<string>;
1461
1473
  /**
1462
1474
  * Specifies whether alert actions are applied to the entire result set or on each individual result.Defaults to 1 (true).
1463
1475
  */
1464
- readonly alertDigestMode?: pulumi.Input<boolean>;
1476
+ alertDigestMode?: pulumi.Input<boolean>;
1465
1477
  /**
1466
1478
  * Valid values: [number][time-unit]Sets the period of time to show the alert in the dashboard. Defaults to 24h.Use [number][time-unit] to specify a time. For example: 60 = 60 seconds, 1m = 1 minute, 1h = 60 minutes = 1 hour.
1467
1479
  */
1468
- readonly alertExpires?: pulumi.Input<string>;
1480
+ alertExpires?: pulumi.Input<string>;
1469
1481
  /**
1470
1482
  * Valid values: (1 | 2 | 3 | 4 | 5 | 6) Sets the alert severity level.Valid values are:1 DEBUG 2 INFO 3 WARN 4 ERROR 5 SEVERE 6 FATAL Defaults to 3.
1471
1483
  */
1472
- readonly alertSeverity?: pulumi.Input<number>;
1484
+ alertSeverity?: pulumi.Input<number>;
1473
1485
  /**
1474
1486
  * Indicates whether alert suppression is enabled for this scheduled search.
1475
1487
  */
1476
- readonly alertSuppress?: pulumi.Input<boolean>;
1488
+ alertSuppress?: pulumi.Input<boolean>;
1477
1489
  /**
1478
1490
  * Comma delimited list of fields to use for suppression when doing per result alerting. Required if suppression is turned on and per result alerting is enabled.
1479
1491
  */
1480
- readonly alertSuppressFields?: pulumi.Input<string>;
1492
+ alertSuppressFields?: pulumi.Input<string>;
1481
1493
  /**
1482
1494
  * Valid values: [number][time-unit] Specifies the suppresion period. Only valid if alert.supress is enabled.Use [number][time-unit] to specify a time. For example: 60 = 60 seconds, 1m = 1 minute, 1h = 60 minutes = 1 hour.
1483
1495
  */
1484
- readonly alertSuppressPeriod?: pulumi.Input<string>;
1496
+ alertSuppressPeriod?: pulumi.Input<string>;
1485
1497
  /**
1486
1498
  * Valid values are: Integer[%]Specifies the value to compare (see alert_comparator) before triggering the alert actions. If expressed as a percentage, indicates value to use when alertComparator is set to rises by perc or drops by perc.
1487
1499
  */
1488
- readonly alertThreshold?: pulumi.Input<string>;
1500
+ alertThreshold?: pulumi.Input<string>;
1489
1501
  /**
1490
1502
  * Valid values: (true | false | auto) Specifies whether to track the actions triggered by this scheduled search.auto - determine whether to track or not based on the tracking setting of each action, do not track scheduled searches that always trigger actions. Default value true - force alert tracking.false - disable alert tracking for this search.
1491
1503
  */
1492
- readonly alertTrack?: pulumi.Input<boolean>;
1504
+ alertTrack?: pulumi.Input<boolean>;
1493
1505
  /**
1494
1506
  * What to base the alert on, overriden by alertCondition if it is specified. Valid values are: always, custom, number of events, number of hosts, number of sources.
1495
1507
  */
1496
- readonly alertType?: pulumi.Input<string>;
1508
+ alertType?: pulumi.Input<string>;
1497
1509
  /**
1498
1510
  * Allows the search scheduler to distribute scheduled searches randomly and more evenly over their specified search periods.
1499
1511
  */
1500
- readonly allowSkew?: pulumi.Input<string>;
1512
+ allowSkew?: pulumi.Input<string>;
1501
1513
  /**
1502
1514
  * Indicates whether the scheduler should ensure that the data for this search is automatically summarized. Defaults to 0.
1503
1515
  */
1504
- readonly autoSummarize?: pulumi.Input<boolean>;
1516
+ autoSummarize?: pulumi.Input<boolean>;
1505
1517
  /**
1506
1518
  * An auto summarization template for this search. See auto summarization options in savedsearches.conf for more details.
1507
1519
  */
1508
- readonly autoSummarizeCommand?: pulumi.Input<string>;
1520
+ autoSummarizeCommand?: pulumi.Input<string>;
1509
1521
  /**
1510
1522
  * Cron schedule that probes and generates the summaries for this saved search.The default value is *&#47;10 * * * * and corresponds to \`every ten hours\`.
1511
1523
  */
1512
- readonly autoSummarizeCronSchedule?: pulumi.Input<string>;
1524
+ autoSummarizeCronSchedule?: pulumi.Input<string>;
1513
1525
  /**
1514
1526
  * A time string that specifies the earliest time for summarizing this search. Can be a relative or absolute time.If this value is an absolute time, use the dispatch.time_format to format the value.
1515
1527
  */
1516
- readonly autoSummarizeDispatchEarliestTime?: pulumi.Input<string>;
1528
+ autoSummarizeDispatchEarliestTime?: pulumi.Input<string>;
1517
1529
  /**
1518
1530
  * A time string that specifies the latest time for summarizing this saved search. Can be a relative or absolute time.If this value is an absolute time, use the dispatch.time_format to format the value.
1519
1531
  */
1520
- readonly autoSummarizeDispatchLatestTime?: pulumi.Input<string>;
1532
+ autoSummarizeDispatchLatestTime?: pulumi.Input<string>;
1521
1533
  /**
1522
1534
  * Defines the time format that Splunk software uses to specify the earliest and latest time. Defaults to %FT%T.%Q%:z
1523
1535
  */
1524
- readonly autoSummarizeDispatchTimeFormat?: pulumi.Input<string>;
1536
+ autoSummarizeDispatchTimeFormat?: pulumi.Input<string>;
1525
1537
  /**
1526
1538
  * Valid values: Integer[p]. Defaults to 60.Indicates the time to live (in seconds) for the artifacts of the summarization of the scheduled search.
1527
1539
  */
1528
- readonly autoSummarizeDispatchTtl?: pulumi.Input<string>;
1540
+ autoSummarizeDispatchTtl?: pulumi.Input<string>;
1529
1541
  /**
1530
1542
  * The maximum number of buckets with the suspended summarization before the summarization search is completely stopped, and the summarization of the search is suspended for auto_summarize.suspend_period. Defaults to 2.
1531
1543
  */
1532
- readonly autoSummarizeMaxDisabledBuckets?: pulumi.Input<number>;
1544
+ autoSummarizeMaxDisabledBuckets?: pulumi.Input<number>;
1533
1545
  /**
1534
1546
  * The maximum ratio of summary_size/bucket_size, which specifies when to stop summarization and deem it unhelpful for a bucket. Defaults to 0.1 Note: The test is only performed if the summary size is larger than auto_summarize.max_summary_size.
1535
1547
  */
1536
- readonly autoSummarizeMaxSummaryRatio?: pulumi.Input<number>;
1548
+ autoSummarizeMaxSummaryRatio?: pulumi.Input<number>;
1537
1549
  /**
1538
1550
  * The minimum summary size, in bytes, before testing whether the summarization is helpful.The default value is 52428800 and is equivalent to 5MB.
1539
1551
  */
1540
- readonly autoSummarizeMaxSummarySize?: pulumi.Input<number>;
1552
+ autoSummarizeMaxSummarySize?: pulumi.Input<number>;
1541
1553
  /**
1542
1554
  * Maximum time (in seconds) that the summary search is allowed to run. Defaults to 3600.Note: This is an approximate time. The summary search stops at clean bucket boundaries.
1543
1555
  */
1544
- readonly autoSummarizeMaxTime?: pulumi.Input<number>;
1556
+ autoSummarizeMaxTime?: pulumi.Input<number>;
1545
1557
  /**
1546
1558
  * Time specfier indicating when to suspend summarization of this search if the summarization is deemed unhelpful.Defaults to 24h.
1547
1559
  */
1548
- readonly autoSummarizeSuspendPeriod?: pulumi.Input<string>;
1560
+ autoSummarizeSuspendPeriod?: pulumi.Input<string>;
1549
1561
  /**
1550
1562
  * The list of time ranges that each summarized chunk should span. This comprises the list of available granularity levels for which summaries would be available. Specify a comma delimited list of time specifiers.For example a timechart over the last month whose granuality is at the day level should set this to 1d. If you need the same data summarized at the hour level for weekly charts, use: 1h,1d.
1551
1563
  */
1552
- readonly autoSummarizeTimespan?: pulumi.Input<string>;
1564
+ autoSummarizeTimespan?: pulumi.Input<string>;
1553
1565
  /**
1554
1566
  * Valid values: cron stringThe cron schedule to execute this search. For example: *&#47;5 * * * * causes the search to execute every 5 minutes.
1555
1567
  */
1556
- readonly cronSchedule?: pulumi.Input<string>;
1568
+ cronSchedule?: pulumi.Input<string>;
1557
1569
  /**
1558
1570
  * Human-readable description of this saved search. Defaults to empty string.
1559
1571
  */
1560
- readonly description?: pulumi.Input<string>;
1572
+ description?: pulumi.Input<string>;
1561
1573
  /**
1562
1574
  * Indicates if the saved search is enabled. Defaults to 0.Disabled saved searches are not visible in Splunk Web.
1563
1575
  */
1564
- readonly disabled?: pulumi.Input<boolean>;
1576
+ disabled?: pulumi.Input<boolean>;
1565
1577
  /**
1566
1578
  * The maximum number of timeline buckets. Defaults to 0.
1567
1579
  */
1568
- readonly dispatchBuckets?: pulumi.Input<number>;
1580
+ dispatchBuckets?: pulumi.Input<number>;
1569
1581
  /**
1570
1582
  * A time string that specifies the earliest time for this search. Can be a relative or absolute time. If this value is an absolute time, use the dispatch.time_format to format the value.
1571
1583
  */
1572
- readonly dispatchEarliestTime?: pulumi.Input<string>;
1584
+ dispatchEarliestTime?: pulumi.Input<string>;
1573
1585
  /**
1574
1586
  * A time string that specifies the earliest index time for this search. Can be a relative or absolute time. If this value is an absolute time, use the dispatch.time_format to format the value.
1575
1587
  */
1576
- readonly dispatchIndexEarliest?: pulumi.Input<string>;
1588
+ dispatchIndexEarliest?: pulumi.Input<string>;
1577
1589
  /**
1578
1590
  * A time string that specifies the latest index time for this search. Can be a relative or absolute time. If this value is an absolute time, use the dispatch.time_format to format the value.
1579
1591
  */
1580
- readonly dispatchIndexLatest?: pulumi.Input<string>;
1592
+ dispatchIndexLatest?: pulumi.Input<string>;
1581
1593
  /**
1582
1594
  * A time string that specifies the earliest time for this search. Can be a relative or absolute time. If this value is an absolute time, use the dispatch.time_format to format the value.
1583
1595
  */
1584
- readonly dispatchIndexedRealtime?: pulumi.Input<boolean>;
1596
+ dispatchIndexedRealtime?: pulumi.Input<boolean>;
1585
1597
  /**
1586
1598
  * Allows for a per-job override of the [search] indexedRealtimeDiskSyncDelay setting in limits.conf.
1587
1599
  */
1588
- readonly dispatchIndexedRealtimeMinspan?: pulumi.Input<number>;
1600
+ dispatchIndexedRealtimeMinspan?: pulumi.Input<number>;
1589
1601
  /**
1590
1602
  * Allows for a per-job override of the [search] indexedRealtimeDiskSyncDelay setting in limits.conf.
1591
1603
  */
1592
- readonly dispatchIndexedRealtimeOffset?: pulumi.Input<number>;
1604
+ dispatchIndexedRealtimeOffset?: pulumi.Input<number>;
1593
1605
  /**
1594
1606
  * A time string that specifies the latest time for this saved search. Can be a relative or absolute time.If this value is an absolute time, use the dispatch.time_format to format the value.
1595
1607
  */
1596
- readonly dispatchLatestTime?: pulumi.Input<string>;
1608
+ dispatchLatestTime?: pulumi.Input<string>;
1597
1609
  /**
1598
1610
  * Enables or disables the lookups for this search. Defaults to 1.
1599
1611
  */
1600
- readonly dispatchLookups?: pulumi.Input<boolean>;
1612
+ dispatchLookups?: pulumi.Input<boolean>;
1601
1613
  /**
1602
1614
  * The maximum number of results before finalizing the search. Defaults to 500000.
1603
1615
  */
1604
- readonly dispatchMaxCount?: pulumi.Input<number>;
1616
+ dispatchMaxCount?: pulumi.Input<number>;
1605
1617
  /**
1606
1618
  * Indicates the maximum amount of time (in seconds) before finalizing the search. Defaults to 0.
1607
1619
  */
1608
- readonly dispatchMaxTime?: pulumi.Input<number>;
1620
+ dispatchMaxTime?: pulumi.Input<number>;
1609
1621
  /**
1610
1622
  * Specifies, in seconds, how frequently the MapReduce reduce phase runs on accumulated map values. Defaults to 10.
1611
1623
  */
1612
- readonly dispatchReduceFreq?: pulumi.Input<number>;
1624
+ dispatchReduceFreq?: pulumi.Input<number>;
1613
1625
  /**
1614
1626
  * Whether to back fill the real time window for this search. Parameter valid only if this is a real time search. Defaults to 0.
1615
1627
  */
1616
- readonly dispatchRtBackfill?: pulumi.Input<boolean>;
1628
+ dispatchRtBackfill?: pulumi.Input<boolean>;
1617
1629
  /**
1618
1630
  * Allows for a per-job override of the [search] indexedRealtimeMaximumSpan setting in limits.conf.
1619
1631
  */
1620
- readonly dispatchRtMaximumSpan?: pulumi.Input<number>;
1632
+ dispatchRtMaximumSpan?: pulumi.Input<number>;
1621
1633
  /**
1622
1634
  * Specifies whether a new search process spawns when this saved search is executed. Defaults to 1. Searches against indexes must run in a separate process.
1623
1635
  */
1624
- readonly dispatchSpawnProcess?: pulumi.Input<boolean>;
1636
+ dispatchSpawnProcess?: pulumi.Input<boolean>;
1625
1637
  /**
1626
1638
  * A time format string that defines the time format for specifying the earliest and latest time. Defaults to %FT%T.%Q%:z
1627
1639
  */
1628
- readonly dispatchTimeFormat?: pulumi.Input<string>;
1640
+ dispatchTimeFormat?: pulumi.Input<string>;
1629
1641
  /**
1630
1642
  * Valid values: Integer[p]. Defaults to 2p.Indicates the time to live (in seconds) for the artifacts of the scheduled search, if no actions are triggered.
1631
1643
  */
1632
- readonly dispatchTtl?: pulumi.Input<string>;
1644
+ dispatchTtl?: pulumi.Input<string>;
1633
1645
  /**
1634
1646
  * Defines the default UI view name (not label) in which to load the results. Accessibility is subject to the user having sufficient permissions.
1635
1647
  */
1636
- readonly displayView?: pulumi.Input<string>;
1648
+ displayView?: pulumi.Input<string>;
1637
1649
  /**
1638
1650
  * Whether this search is to be run on a schedule
1639
1651
  */
1640
- readonly isScheduled?: pulumi.Input<boolean>;
1652
+ isScheduled?: pulumi.Input<boolean>;
1641
1653
  /**
1642
1654
  * Specifies whether this saved search should be listed in the visible saved search list. Defaults to 1.
1643
1655
  */
1644
- readonly isVisible?: pulumi.Input<boolean>;
1656
+ isVisible?: pulumi.Input<boolean>;
1645
1657
  /**
1646
1658
  * The maximum number of concurrent instances of this search the scheduler is allowed to run. Defaults to 1.
1647
1659
  */
1648
- readonly maxConcurrent?: pulumi.Input<number>;
1660
+ maxConcurrent?: pulumi.Input<number>;
1649
1661
  /**
1650
1662
  * A name for the search.
1651
1663
  */
1652
- readonly name?: pulumi.Input<string>;
1664
+ name?: pulumi.Input<string>;
1653
1665
  /**
1654
1666
  * Defaults to 1. Controls the way the scheduler computes the next execution time of a scheduled search. 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, the scheduler bases its determination of the next scheduled search on the last search execution time. This is called continuous scheduling. If set to 0, the scheduler never skips scheduled execution periods. However, the execution of the saved search might fall behind depending on the scheduler load. Use continuous scheduling whenever you enable the summary index option.
1655
1667
  */
1656
- readonly realtimeSchedule?: pulumi.Input<boolean>;
1668
+ realtimeSchedule?: pulumi.Input<boolean>;
1657
1669
  /**
1658
1670
  * Specifies a field used by Splunk Web to denote the app this search should be dispatched in.
1659
1671
  */
1660
- readonly requestUiDispatchApp?: pulumi.Input<string>;
1672
+ requestUiDispatchApp?: pulumi.Input<string>;
1661
1673
  /**
1662
1674
  * Specifies a field used by Splunk Web to denote the view this search should be displayed in.
1663
1675
  */
1664
- readonly requestUiDispatchView?: pulumi.Input<string>;
1676
+ requestUiDispatchView?: pulumi.Input<string>;
1665
1677
  /**
1666
1678
  * Specifies whether to restart a real-time search managed by the scheduler when a search peer becomes available for this saved search. Defaults to 1.
1667
1679
  */
1668
- readonly restartOnSearchpeerAdd?: pulumi.Input<boolean>;
1680
+ restartOnSearchpeerAdd?: pulumi.Input<boolean>;
1669
1681
  /**
1670
1682
  * Indicates whether this search runs at startup. If it does not run on startup, it runs at the next scheduled time. Defaults to 0. Set to 1 for scheduled searches that populate lookup tables.
1671
1683
  */
1672
- readonly runOnStartup?: pulumi.Input<boolean>;
1684
+ runOnStartup?: pulumi.Input<boolean>;
1673
1685
  /**
1674
1686
  * Raises the scheduling priority of the named search. Defaults to Default
1675
1687
  */
1676
- readonly schedulePriority?: pulumi.Input<string>;
1688
+ schedulePriority?: pulumi.Input<string>;
1677
1689
  /**
1678
1690
  * Time window (in minutes) during which the search has lower priority. Defaults to 0. The scheduler can give higher priority to more critical searches during this window. The window must be smaller than the search period.Set to auto to let the scheduler determine the optimal window value automatically. Requires the editSearchScheduleWindow capability to override auto.
1679
1691
  */
1680
- readonly scheduleWindow?: pulumi.Input<string>;
1692
+ scheduleWindow?: pulumi.Input<string>;
1681
1693
  /**
1682
1694
  * Required when creating a new search.
1683
1695
  */
1684
- readonly search: pulumi.Input<string>;
1696
+ search: pulumi.Input<string>;
1685
1697
  /**
1686
1698
  * Defines the viewstate id associated with the UI view listed in 'displayview'.
1687
1699
  */
1688
- readonly vsid?: pulumi.Input<string>;
1700
+ vsid?: pulumi.Input<string>;
1689
1701
  /**
1690
1702
  * Specifies the new workload pool where the existing running search will be placed.`
1691
1703
  */
1692
- readonly workloadPool?: pulumi.Input<string>;
1704
+ workloadPool?: pulumi.Input<string>;
1693
1705
  }