@pulumi/splunk 1.0.0 → 1.2.0-alpha.1637768220

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