@pulumi/splunk 1.1.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.
- package/adminSamlGroups.js +6 -6
- package/adminSamlGroups.js.map +1 -1
- package/appsLocal.js +28 -28
- package/appsLocal.js.map +1 -1
- package/authenticationUsers.js +20 -20
- package/authenticationUsers.js.map +1 -1
- package/authorizationRoles.d.ts +6 -6
- package/authorizationRoles.js +28 -28
- package/authorizationRoles.js.map +1 -1
- package/configsConf.js +8 -8
- package/configsConf.js.map +1 -1
- package/dataUiViews.js +8 -8
- package/dataUiViews.js.map +1 -1
- package/globalHttpEventCollector.js +16 -16
- package/globalHttpEventCollector.js.map +1 -1
- package/indexes.js +80 -80
- package/indexes.js.map +1 -1
- package/inputsHttpEventCollector.js +22 -22
- package/inputsHttpEventCollector.js.map +1 -1
- package/inputsMonitor.js +34 -34
- package/inputsMonitor.js.map +1 -1
- package/inputsScript.js +22 -22
- package/inputsScript.js.map +1 -1
- package/inputsTcpCooked.js +14 -14
- package/inputsTcpCooked.js.map +1 -1
- package/inputsTcpRaw.js +24 -24
- package/inputsTcpRaw.js.map +1 -1
- package/inputsTcpSplunkTcpToken.js +8 -8
- package/inputsTcpSplunkTcpToken.js.map +1 -1
- package/inputsTcpSsl.js +12 -12
- package/inputsTcpSsl.js.map +1 -1
- package/inputsUdp.js +26 -26
- package/inputsUdp.js.map +1 -1
- package/outputsTcpDefault.js +20 -20
- package/outputsTcpDefault.js.map +1 -1
- package/outputsTcpGroup.js +24 -24
- package/outputsTcpGroup.js.map +1 -1
- package/outputsTcpServer.js +24 -24
- package/outputsTcpServer.js.map +1 -1
- package/outputsTcpSyslog.js +18 -18
- package/outputsTcpSyslog.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/provider.js +8 -8
- package/provider.js.map +1 -1
- package/savedSearches.d.ts +12 -0
- package/savedSearches.js +278 -276
- package/savedSearches.js.map +1 -1
- package/shIndexesManager.js +12 -12
- package/shIndexesManager.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/splunk",
|
|
3
|
-
"version": "v1.1.
|
|
3
|
+
"version": "v1.1.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing splunk cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource splunk v1.1.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource splunk v1.1.1"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0-alpha.0"
|
package/package.json.dev
CHANGED
package/provider.js
CHANGED
|
@@ -20,23 +20,23 @@ class Provider extends pulumi.ProviderResource {
|
|
|
20
20
|
* @param opts A bag of options that control this resource's behavior.
|
|
21
21
|
*/
|
|
22
22
|
constructor(name, args, opts) {
|
|
23
|
-
let
|
|
23
|
+
let resourceInputs = {};
|
|
24
24
|
opts = opts || {};
|
|
25
25
|
{
|
|
26
26
|
if ((!args || args.url === undefined) && !opts.urn) {
|
|
27
27
|
throw new Error("Missing required property 'url'");
|
|
28
28
|
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
resourceInputs["authToken"] = args ? args.authToken : undefined;
|
|
30
|
+
resourceInputs["insecureSkipVerify"] = pulumi.output(args ? args.insecureSkipVerify : undefined).apply(JSON.stringify);
|
|
31
|
+
resourceInputs["password"] = args ? args.password : undefined;
|
|
32
|
+
resourceInputs["timeout"] = pulumi.output(args ? args.timeout : undefined).apply(JSON.stringify);
|
|
33
|
+
resourceInputs["url"] = args ? args.url : undefined;
|
|
34
|
+
resourceInputs["username"] = args ? args.username : undefined;
|
|
35
35
|
}
|
|
36
36
|
if (!opts.version) {
|
|
37
37
|
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
38
38
|
}
|
|
39
|
-
super(Provider.__pulumiType, name,
|
|
39
|
+
super(Provider.__pulumiType, name, resourceInputs, opts);
|
|
40
40
|
}
|
|
41
41
|
/**
|
|
42
42
|
* Returns true if the given object is an instance of Provider. This is designed to work even
|
package/provider.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;GAKG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,gBAAgB;IAiCjD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAkB,EAAE,IAA6B;QACvE,IAAI,
|
|
1
|
+
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;GAKG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,gBAAgB;IAiCjD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAkB,EAAE,IAA6B;QACvE,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB;YACI,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,GAAG,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;aACtD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,oBAAoB,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACvH,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACjG,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;IAtDD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;;AAbL,4BA2DC;AA1DG,gBAAgB;AACO,qBAAY,GAAG,QAAQ,CAAC"}
|
package/savedSearches.d.ts
CHANGED
|
@@ -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
|
*/
|
|
@@ -913,6 +917,10 @@ export interface SavedSearchesState {
|
|
|
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
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
|
*/
|
|
@@ -1446,6 +1454,10 @@ export interface SavedSearchesArgs {
|
|
|
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
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
|
*/
|