@pulumi/splunk 1.0.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/adminSamlGroups.d.ts +4 -4
- package/adminSamlGroups.js +7 -6
- package/adminSamlGroups.js.map +1 -1
- package/appsLocal.d.ts +26 -26
- package/appsLocal.js +29 -28
- package/appsLocal.js.map +1 -1
- package/authenticationUsers.d.ts +18 -18
- package/authenticationUsers.js +21 -20
- package/authenticationUsers.js.map +1 -1
- package/authorizationRoles.d.ts +32 -32
- package/authorizationRoles.js +29 -28
- package/authorizationRoles.js.map +1 -1
- package/config/index.js +11 -4
- package/config/index.js.map +1 -1
- package/config/vars.d.ts +6 -6
- package/config/vars.js +37 -26
- package/config/vars.js.map +1 -1
- package/configsConf.d.ts +6 -6
- package/configsConf.js +9 -8
- package/configsConf.js.map +1 -1
- package/dataUiViews.d.ts +6 -6
- package/dataUiViews.js +9 -8
- package/dataUiViews.js.map +1 -1
- package/globalHttpEventCollector.d.ts +14 -14
- package/globalHttpEventCollector.js +17 -16
- package/globalHttpEventCollector.js.map +1 -1
- package/index.js +34 -26
- package/index.js.map +1 -1
- package/indexes.d.ts +78 -78
- package/indexes.js +81 -80
- package/indexes.js.map +1 -1
- package/inputsHttpEventCollector.d.ts +20 -20
- package/inputsHttpEventCollector.js +23 -22
- package/inputsHttpEventCollector.js.map +1 -1
- package/inputsMonitor.d.ts +32 -32
- package/inputsMonitor.js +35 -34
- package/inputsMonitor.js.map +1 -1
- package/inputsScript.d.ts +20 -20
- package/inputsScript.js +23 -22
- package/inputsScript.js.map +1 -1
- package/inputsTcpCooked.d.ts +12 -12
- package/inputsTcpCooked.js +15 -14
- package/inputsTcpCooked.js.map +1 -1
- package/inputsTcpRaw.d.ts +22 -22
- package/inputsTcpRaw.js +25 -24
- package/inputsTcpRaw.js.map +1 -1
- package/inputsTcpSplunkTcpToken.d.ts +6 -6
- package/inputsTcpSplunkTcpToken.js +9 -8
- package/inputsTcpSplunkTcpToken.js.map +1 -1
- package/inputsTcpSsl.d.ts +10 -10
- package/inputsTcpSsl.js +13 -12
- package/inputsTcpSsl.js.map +1 -1
- package/inputsUdp.d.ts +24 -24
- package/inputsUdp.js +27 -26
- package/inputsUdp.js.map +1 -1
- package/outputsTcpDefault.d.ts +18 -18
- package/outputsTcpDefault.js +21 -20
- package/outputsTcpDefault.js.map +1 -1
- package/outputsTcpGroup.d.ts +22 -22
- package/outputsTcpGroup.js +25 -24
- package/outputsTcpGroup.js.map +1 -1
- package/outputsTcpServer.d.ts +22 -22
- package/outputsTcpServer.js +25 -24
- package/outputsTcpServer.js.map +1 -1
- package/outputsTcpSyslog.d.ts +16 -16
- package/outputsTcpSyslog.js +19 -18
- package/outputsTcpSyslog.js.map +1 -1
- package/package.json +4 -3
- package/package.json.bak +3 -2
- package/package.json.dev +4 -3
- package/provider.d.ts +23 -6
- package/provider.js +9 -8
- package/provider.js.map +1 -1
- package/savedSearches.d.ts +281 -269
- package/savedSearches.js +279 -276
- package/savedSearches.js.map +1 -1
- package/shIndexesManager.d.ts +10 -10
- package/shIndexesManager.js +13 -12
- package/shIndexesManager.js.map +1 -1
- package/types/index.js +1 -0
- package/types/index.js.map +1 -1
- package/utilities.js +1 -0
- package/utilities.js.map +1 -1
package/inputsMonitor.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.InputsMonitor = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -23,50 +24,50 @@ const utilities = require("./utilities");
|
|
|
23
24
|
*/
|
|
24
25
|
class InputsMonitor extends pulumi.CustomResource {
|
|
25
26
|
constructor(name, argsOrState, opts) {
|
|
26
|
-
let
|
|
27
|
+
let resourceInputs = {};
|
|
27
28
|
opts = opts || {};
|
|
28
29
|
if (opts.id) {
|
|
29
30
|
const state = argsOrState;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
31
|
+
resourceInputs["acl"] = state ? state.acl : undefined;
|
|
32
|
+
resourceInputs["blacklist"] = state ? state.blacklist : undefined;
|
|
33
|
+
resourceInputs["crcSalt"] = state ? state.crcSalt : undefined;
|
|
34
|
+
resourceInputs["disabled"] = state ? state.disabled : undefined;
|
|
35
|
+
resourceInputs["followTail"] = state ? state.followTail : undefined;
|
|
36
|
+
resourceInputs["host"] = state ? state.host : undefined;
|
|
37
|
+
resourceInputs["hostRegex"] = state ? state.hostRegex : undefined;
|
|
38
|
+
resourceInputs["hostSegment"] = state ? state.hostSegment : undefined;
|
|
39
|
+
resourceInputs["ignoreOlderThan"] = state ? state.ignoreOlderThan : undefined;
|
|
40
|
+
resourceInputs["index"] = state ? state.index : undefined;
|
|
41
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
42
|
+
resourceInputs["recursive"] = state ? state.recursive : undefined;
|
|
43
|
+
resourceInputs["renameSource"] = state ? state.renameSource : undefined;
|
|
44
|
+
resourceInputs["sourcetype"] = state ? state.sourcetype : undefined;
|
|
45
|
+
resourceInputs["timeBeforeClose"] = state ? state.timeBeforeClose : undefined;
|
|
46
|
+
resourceInputs["whitelist"] = state ? state.whitelist : undefined;
|
|
46
47
|
}
|
|
47
48
|
else {
|
|
48
49
|
const args = argsOrState;
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
50
|
+
resourceInputs["acl"] = args ? args.acl : undefined;
|
|
51
|
+
resourceInputs["blacklist"] = args ? args.blacklist : undefined;
|
|
52
|
+
resourceInputs["crcSalt"] = args ? args.crcSalt : undefined;
|
|
53
|
+
resourceInputs["disabled"] = args ? args.disabled : undefined;
|
|
54
|
+
resourceInputs["followTail"] = args ? args.followTail : undefined;
|
|
55
|
+
resourceInputs["host"] = args ? args.host : undefined;
|
|
56
|
+
resourceInputs["hostRegex"] = args ? args.hostRegex : undefined;
|
|
57
|
+
resourceInputs["hostSegment"] = args ? args.hostSegment : undefined;
|
|
58
|
+
resourceInputs["ignoreOlderThan"] = args ? args.ignoreOlderThan : undefined;
|
|
59
|
+
resourceInputs["index"] = args ? args.index : undefined;
|
|
60
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
61
|
+
resourceInputs["recursive"] = args ? args.recursive : undefined;
|
|
62
|
+
resourceInputs["renameSource"] = args ? args.renameSource : undefined;
|
|
63
|
+
resourceInputs["sourcetype"] = args ? args.sourcetype : undefined;
|
|
64
|
+
resourceInputs["timeBeforeClose"] = args ? args.timeBeforeClose : undefined;
|
|
65
|
+
resourceInputs["whitelist"] = args ? args.whitelist : undefined;
|
|
65
66
|
}
|
|
66
67
|
if (!opts.version) {
|
|
67
68
|
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
68
69
|
}
|
|
69
|
-
super(InputsMonitor.__pulumiType, name,
|
|
70
|
+
super(InputsMonitor.__pulumiType, name, resourceInputs, opts);
|
|
70
71
|
}
|
|
71
72
|
/**
|
|
72
73
|
* Get an existing InputsMonitor resource's state with the given name, ID, and optional extra
|
package/inputsMonitor.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputsMonitor.js","sourceRoot":"","sources":["../inputsMonitor.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"inputsMonitor.js","sourceRoot":"","sources":["../inputsMonitor.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IAqGpD,YAAY,IAAY,EAAE,WAAoD,EAAE,IAAmC;QAC/G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA6C,CAAC;YAC5D,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;aAAM;YACH,MAAM,IAAI,GAAG,WAA4C,CAAC;YAC1D,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;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,aAAa,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAClE,CAAC;IAhJD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0B,EAAE,IAAmC;QACxH,OAAO,IAAI,aAAa,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpE,CAAC;IAKD;;;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,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;;AA1BL,sCAkJC;AApIG,gBAAgB;AACO,0BAAY,GAAG,0CAA0C,CAAC"}
|
package/inputsScript.d.ts
CHANGED
|
@@ -79,45 +79,45 @@ export interface InputsScriptState {
|
|
|
79
79
|
/**
|
|
80
80
|
* The app/user context that is the namespace for the resource
|
|
81
81
|
*/
|
|
82
|
-
|
|
82
|
+
acl?: pulumi.Input<inputs.InputsScriptAcl>;
|
|
83
83
|
/**
|
|
84
84
|
* Specifies whether the input script is disabled.
|
|
85
85
|
*/
|
|
86
|
-
|
|
86
|
+
disabled?: pulumi.Input<boolean>;
|
|
87
87
|
/**
|
|
88
88
|
* Sets the host for events from this input. Defaults to whatever host sent the event.
|
|
89
89
|
*/
|
|
90
|
-
|
|
90
|
+
host?: pulumi.Input<string>;
|
|
91
91
|
/**
|
|
92
92
|
* Sets the index for events from this input. Defaults to the main index.
|
|
93
93
|
*/
|
|
94
|
-
|
|
94
|
+
index?: pulumi.Input<string>;
|
|
95
95
|
/**
|
|
96
96
|
* Specify an integer or cron schedule. This parameter specifies how often to execute the specified script, in seconds or a valid cron schedule. If you specify a cron schedule, the script is not executed on start-up.
|
|
97
97
|
*/
|
|
98
|
-
|
|
98
|
+
interval?: pulumi.Input<number>;
|
|
99
99
|
/**
|
|
100
100
|
* Specify the name of the scripted input.
|
|
101
101
|
*/
|
|
102
|
-
|
|
102
|
+
name?: pulumi.Input<string>;
|
|
103
103
|
/**
|
|
104
104
|
* User to run the script as. If you provide a username, Splunk software generates an auth token for that user and passes it to the script.
|
|
105
105
|
*/
|
|
106
|
-
|
|
106
|
+
passauth?: pulumi.Input<string>;
|
|
107
107
|
/**
|
|
108
108
|
* Specify a new name for the source field for the script.
|
|
109
109
|
*/
|
|
110
|
-
|
|
110
|
+
renameSource?: pulumi.Input<string>;
|
|
111
111
|
/**
|
|
112
112
|
* Sets the source key/field for events from this input. Defaults to the input file path.
|
|
113
113
|
* Sets the source key initial value. The key is used during parsing/indexing, in particular to set the source field during indexing. It is also the source field used at search time. As a convenience, the chosen string is prepended with 'source::'.
|
|
114
114
|
*/
|
|
115
|
-
|
|
115
|
+
source?: pulumi.Input<string>;
|
|
116
116
|
/**
|
|
117
117
|
* Sets the sourcetype key/field for events from this input. If unset, Splunk software picks a source type based on various aspects of the data. As a convenience, the chosen string is prepended with 'sourcetype::'. There is no hard-coded default.
|
|
118
118
|
* Sets the sourcetype key initial value. The key is used during parsing/indexing, in particular to set the source type field during indexing. It is also the source type field used at search time.
|
|
119
119
|
*/
|
|
120
|
-
|
|
120
|
+
sourcetype?: pulumi.Input<string>;
|
|
121
121
|
}
|
|
122
122
|
/**
|
|
123
123
|
* The set of arguments for constructing a InputsScript resource.
|
|
@@ -126,43 +126,43 @@ export interface InputsScriptArgs {
|
|
|
126
126
|
/**
|
|
127
127
|
* The app/user context that is the namespace for the resource
|
|
128
128
|
*/
|
|
129
|
-
|
|
129
|
+
acl?: pulumi.Input<inputs.InputsScriptAcl>;
|
|
130
130
|
/**
|
|
131
131
|
* Specifies whether the input script is disabled.
|
|
132
132
|
*/
|
|
133
|
-
|
|
133
|
+
disabled?: pulumi.Input<boolean>;
|
|
134
134
|
/**
|
|
135
135
|
* Sets the host for events from this input. Defaults to whatever host sent the event.
|
|
136
136
|
*/
|
|
137
|
-
|
|
137
|
+
host?: pulumi.Input<string>;
|
|
138
138
|
/**
|
|
139
139
|
* Sets the index for events from this input. Defaults to the main index.
|
|
140
140
|
*/
|
|
141
|
-
|
|
141
|
+
index?: pulumi.Input<string>;
|
|
142
142
|
/**
|
|
143
143
|
* Specify an integer or cron schedule. This parameter specifies how often to execute the specified script, in seconds or a valid cron schedule. If you specify a cron schedule, the script is not executed on start-up.
|
|
144
144
|
*/
|
|
145
|
-
|
|
145
|
+
interval: pulumi.Input<number>;
|
|
146
146
|
/**
|
|
147
147
|
* Specify the name of the scripted input.
|
|
148
148
|
*/
|
|
149
|
-
|
|
149
|
+
name?: pulumi.Input<string>;
|
|
150
150
|
/**
|
|
151
151
|
* User to run the script as. If you provide a username, Splunk software generates an auth token for that user and passes it to the script.
|
|
152
152
|
*/
|
|
153
|
-
|
|
153
|
+
passauth?: pulumi.Input<string>;
|
|
154
154
|
/**
|
|
155
155
|
* Specify a new name for the source field for the script.
|
|
156
156
|
*/
|
|
157
|
-
|
|
157
|
+
renameSource?: pulumi.Input<string>;
|
|
158
158
|
/**
|
|
159
159
|
* Sets the source key/field for events from this input. Defaults to the input file path.
|
|
160
160
|
* Sets the source key initial value. The key is used during parsing/indexing, in particular to set the source field during indexing. It is also the source field used at search time. As a convenience, the chosen string is prepended with 'source::'.
|
|
161
161
|
*/
|
|
162
|
-
|
|
162
|
+
source?: pulumi.Input<string>;
|
|
163
163
|
/**
|
|
164
164
|
* Sets the sourcetype key/field for events from this input. If unset, Splunk software picks a source type based on various aspects of the data. As a convenience, the chosen string is prepended with 'sourcetype::'. There is no hard-coded default.
|
|
165
165
|
* Sets the sourcetype key initial value. The key is used during parsing/indexing, in particular to set the source type field during indexing. It is also the source type field used at search time.
|
|
166
166
|
*/
|
|
167
|
-
|
|
167
|
+
sourcetype?: pulumi.Input<string>;
|
|
168
168
|
}
|
package/inputsScript.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.InputsScript = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -11,41 +12,41 @@ const utilities = require("./utilities");
|
|
|
11
12
|
*/
|
|
12
13
|
class InputsScript extends pulumi.CustomResource {
|
|
13
14
|
constructor(name, argsOrState, opts) {
|
|
14
|
-
let
|
|
15
|
+
let resourceInputs = {};
|
|
15
16
|
opts = opts || {};
|
|
16
17
|
if (opts.id) {
|
|
17
18
|
const state = argsOrState;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
19
|
+
resourceInputs["acl"] = state ? state.acl : undefined;
|
|
20
|
+
resourceInputs["disabled"] = state ? state.disabled : undefined;
|
|
21
|
+
resourceInputs["host"] = state ? state.host : undefined;
|
|
22
|
+
resourceInputs["index"] = state ? state.index : undefined;
|
|
23
|
+
resourceInputs["interval"] = state ? state.interval : undefined;
|
|
24
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
25
|
+
resourceInputs["passauth"] = state ? state.passauth : undefined;
|
|
26
|
+
resourceInputs["renameSource"] = state ? state.renameSource : undefined;
|
|
27
|
+
resourceInputs["source"] = state ? state.source : undefined;
|
|
28
|
+
resourceInputs["sourcetype"] = state ? state.sourcetype : undefined;
|
|
28
29
|
}
|
|
29
30
|
else {
|
|
30
31
|
const args = argsOrState;
|
|
31
32
|
if ((!args || args.interval === undefined) && !opts.urn) {
|
|
32
33
|
throw new Error("Missing required property 'interval'");
|
|
33
34
|
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
35
|
+
resourceInputs["acl"] = args ? args.acl : undefined;
|
|
36
|
+
resourceInputs["disabled"] = args ? args.disabled : undefined;
|
|
37
|
+
resourceInputs["host"] = args ? args.host : undefined;
|
|
38
|
+
resourceInputs["index"] = args ? args.index : undefined;
|
|
39
|
+
resourceInputs["interval"] = args ? args.interval : undefined;
|
|
40
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
41
|
+
resourceInputs["passauth"] = args ? args.passauth : undefined;
|
|
42
|
+
resourceInputs["renameSource"] = args ? args.renameSource : undefined;
|
|
43
|
+
resourceInputs["source"] = args ? args.source : undefined;
|
|
44
|
+
resourceInputs["sourcetype"] = args ? args.sourcetype : undefined;
|
|
44
45
|
}
|
|
45
46
|
if (!opts.version) {
|
|
46
47
|
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
47
48
|
}
|
|
48
|
-
super(InputsScript.__pulumiType, name,
|
|
49
|
+
super(InputsScript.__pulumiType, name, resourceInputs, opts);
|
|
49
50
|
}
|
|
50
51
|
/**
|
|
51
52
|
* Get an existing InputsScript resource's state with the given name, ID, and optional extra
|
package/inputsScript.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputsScript.js","sourceRoot":"","sources":["../inputsScript.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"inputsScript.js","sourceRoot":"","sources":["../inputsScript.ts"],"names":[],"mappings":"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"}
|
package/inputsTcpCooked.d.ts
CHANGED
|
@@ -79,7 +79,7 @@ export interface InputsTcpCookedState {
|
|
|
79
79
|
/**
|
|
80
80
|
* The app/user context that is the namespace for the resource
|
|
81
81
|
*/
|
|
82
|
-
|
|
82
|
+
acl?: pulumi.Input<inputs.InputsTcpCookedAcl>;
|
|
83
83
|
/**
|
|
84
84
|
* Valid values: (ip | dns | none)
|
|
85
85
|
* Set the host for the remote server that is sending data.
|
|
@@ -88,23 +88,23 @@ export interface InputsTcpCookedState {
|
|
|
88
88
|
* none leaves the host as specified in inputs.conf, which is typically the Splunk system hostname.
|
|
89
89
|
* Default value is dns.
|
|
90
90
|
*/
|
|
91
|
-
|
|
91
|
+
connectionHost?: pulumi.Input<string>;
|
|
92
92
|
/**
|
|
93
93
|
* Indicates if input is disabled.
|
|
94
94
|
*/
|
|
95
|
-
|
|
95
|
+
disabled?: pulumi.Input<boolean>;
|
|
96
96
|
/**
|
|
97
97
|
* Host from which the indexer gets data.
|
|
98
98
|
*/
|
|
99
|
-
|
|
99
|
+
host?: pulumi.Input<string>;
|
|
100
100
|
/**
|
|
101
101
|
* The port number of this input.
|
|
102
102
|
*/
|
|
103
|
-
|
|
103
|
+
name?: pulumi.Input<string>;
|
|
104
104
|
/**
|
|
105
105
|
* Restrict incoming connections on this port to the host specified here.
|
|
106
106
|
*/
|
|
107
|
-
|
|
107
|
+
restrictToHost?: pulumi.Input<string>;
|
|
108
108
|
}
|
|
109
109
|
/**
|
|
110
110
|
* The set of arguments for constructing a InputsTcpCooked resource.
|
|
@@ -113,7 +113,7 @@ export interface InputsTcpCookedArgs {
|
|
|
113
113
|
/**
|
|
114
114
|
* The app/user context that is the namespace for the resource
|
|
115
115
|
*/
|
|
116
|
-
|
|
116
|
+
acl?: pulumi.Input<inputs.InputsTcpCookedAcl>;
|
|
117
117
|
/**
|
|
118
118
|
* Valid values: (ip | dns | none)
|
|
119
119
|
* Set the host for the remote server that is sending data.
|
|
@@ -122,21 +122,21 @@ export interface InputsTcpCookedArgs {
|
|
|
122
122
|
* none leaves the host as specified in inputs.conf, which is typically the Splunk system hostname.
|
|
123
123
|
* Default value is dns.
|
|
124
124
|
*/
|
|
125
|
-
|
|
125
|
+
connectionHost?: pulumi.Input<string>;
|
|
126
126
|
/**
|
|
127
127
|
* Indicates if input is disabled.
|
|
128
128
|
*/
|
|
129
|
-
|
|
129
|
+
disabled?: pulumi.Input<boolean>;
|
|
130
130
|
/**
|
|
131
131
|
* Host from which the indexer gets data.
|
|
132
132
|
*/
|
|
133
|
-
|
|
133
|
+
host?: pulumi.Input<string>;
|
|
134
134
|
/**
|
|
135
135
|
* The port number of this input.
|
|
136
136
|
*/
|
|
137
|
-
|
|
137
|
+
name?: pulumi.Input<string>;
|
|
138
138
|
/**
|
|
139
139
|
* Restrict incoming connections on this port to the host specified here.
|
|
140
140
|
*/
|
|
141
|
-
|
|
141
|
+
restrictToHost?: pulumi.Input<string>;
|
|
142
142
|
}
|
package/inputsTcpCooked.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.InputsTcpCooked = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -24,30 +25,30 @@ const utilities = require("./utilities");
|
|
|
24
25
|
*/
|
|
25
26
|
class InputsTcpCooked extends pulumi.CustomResource {
|
|
26
27
|
constructor(name, argsOrState, opts) {
|
|
27
|
-
let
|
|
28
|
+
let resourceInputs = {};
|
|
28
29
|
opts = opts || {};
|
|
29
30
|
if (opts.id) {
|
|
30
31
|
const state = argsOrState;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
32
|
+
resourceInputs["acl"] = state ? state.acl : undefined;
|
|
33
|
+
resourceInputs["connectionHost"] = state ? state.connectionHost : undefined;
|
|
34
|
+
resourceInputs["disabled"] = state ? state.disabled : undefined;
|
|
35
|
+
resourceInputs["host"] = state ? state.host : undefined;
|
|
36
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
37
|
+
resourceInputs["restrictToHost"] = state ? state.restrictToHost : undefined;
|
|
37
38
|
}
|
|
38
39
|
else {
|
|
39
40
|
const args = argsOrState;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
41
|
+
resourceInputs["acl"] = args ? args.acl : undefined;
|
|
42
|
+
resourceInputs["connectionHost"] = args ? args.connectionHost : undefined;
|
|
43
|
+
resourceInputs["disabled"] = args ? args.disabled : undefined;
|
|
44
|
+
resourceInputs["host"] = args ? args.host : undefined;
|
|
45
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
46
|
+
resourceInputs["restrictToHost"] = args ? args.restrictToHost : undefined;
|
|
46
47
|
}
|
|
47
48
|
if (!opts.version) {
|
|
48
49
|
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
49
50
|
}
|
|
50
|
-
super(InputsTcpCooked.__pulumiType, name,
|
|
51
|
+
super(InputsTcpCooked.__pulumiType, name, resourceInputs, opts);
|
|
51
52
|
}
|
|
52
53
|
/**
|
|
53
54
|
* Get an existing InputsTcpCooked resource's state with the given name, ID, and optional extra
|
package/inputsTcpCooked.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputsTcpCooked.js","sourceRoot":"","sources":["../inputsTcpCooked.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"inputsTcpCooked.js","sourceRoot":"","sources":["../inputsTcpCooked.ts"],"names":[],"mappings":"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"}
|
package/inputsTcpRaw.d.ts
CHANGED
|
@@ -108,7 +108,7 @@ export interface InputsTcpRawState {
|
|
|
108
108
|
/**
|
|
109
109
|
* The app/user context that is the namespace for the resource
|
|
110
110
|
*/
|
|
111
|
-
|
|
111
|
+
acl?: pulumi.Input<inputs.InputsTcpRawAcl>;
|
|
112
112
|
/**
|
|
113
113
|
* Valid values: (ip | dns | none)
|
|
114
114
|
* Set the host for the remote server that is sending data.
|
|
@@ -117,50 +117,50 @@ export interface InputsTcpRawState {
|
|
|
117
117
|
* none leaves the host as specified in inputs.conf, which is typically the Splunk system hostname.
|
|
118
118
|
* Default value is dns.
|
|
119
119
|
*/
|
|
120
|
-
|
|
120
|
+
connectionHost?: pulumi.Input<string>;
|
|
121
121
|
/**
|
|
122
122
|
* Indicates if input is disabled.
|
|
123
123
|
*/
|
|
124
|
-
|
|
124
|
+
disabled?: pulumi.Input<boolean>;
|
|
125
125
|
/**
|
|
126
126
|
* Host from which the indexer gets data.
|
|
127
127
|
*/
|
|
128
|
-
|
|
128
|
+
host?: pulumi.Input<string>;
|
|
129
129
|
/**
|
|
130
130
|
* Index to store generated events. Defaults to default.
|
|
131
131
|
*/
|
|
132
|
-
|
|
132
|
+
index?: pulumi.Input<string>;
|
|
133
133
|
/**
|
|
134
134
|
* The input port which receives raw data.
|
|
135
135
|
*/
|
|
136
|
-
|
|
136
|
+
name?: pulumi.Input<string>;
|
|
137
137
|
/**
|
|
138
138
|
* Valid values: (parsingQueue | indexQueue)
|
|
139
139
|
* Specifies where the input processor should deposit the events it reads. Defaults to parsingQueue.
|
|
140
140
|
* Set queue to parsingQueue to apply props.conf and other parsing rules to your data. For more information about props.conf and rules for timestamping and linebreaking, refer to props.conf and the online documentation at "Monitor files and directories with inputs.conf"
|
|
141
141
|
* Set queue to indexQueue to send your data directly into the index.
|
|
142
142
|
*/
|
|
143
|
-
|
|
143
|
+
queue?: pulumi.Input<string>;
|
|
144
144
|
/**
|
|
145
145
|
* Specifies in seconds the timeout value for adding a Done-key. Default value is 10 seconds.
|
|
146
146
|
* If a connection over the port specified by name remains idle after receiving data for specified number of seconds, it adds a Done-key. This implies the last event is completely received.
|
|
147
147
|
*/
|
|
148
|
-
|
|
148
|
+
rawTcpDoneTimeout?: pulumi.Input<number>;
|
|
149
149
|
/**
|
|
150
150
|
* Allows for restricting this input to only accept data from the host specified here.
|
|
151
151
|
*/
|
|
152
|
-
|
|
152
|
+
restrictToHost?: pulumi.Input<string>;
|
|
153
153
|
/**
|
|
154
154
|
* Sets the source key/field for events from this input. Defaults to the input file path.
|
|
155
155
|
* Sets the source key initial value. The key is used during parsing/indexing, in particular to set the source field during indexing. It is also the source field used at search time. As a convenience, the chosen string is prepended with 'source::'.
|
|
156
156
|
*/
|
|
157
|
-
|
|
157
|
+
source?: pulumi.Input<string>;
|
|
158
158
|
/**
|
|
159
159
|
* Set the source type for events from this input.
|
|
160
160
|
* "sourcetype=" is automatically prepended to <string>.
|
|
161
161
|
* Defaults to audittrail (if signedaudit=true) or fschange (if signedaudit=false).
|
|
162
162
|
*/
|
|
163
|
-
|
|
163
|
+
sourcetype?: pulumi.Input<string>;
|
|
164
164
|
}
|
|
165
165
|
/**
|
|
166
166
|
* The set of arguments for constructing a InputsTcpRaw resource.
|
|
@@ -169,7 +169,7 @@ export interface InputsTcpRawArgs {
|
|
|
169
169
|
/**
|
|
170
170
|
* The app/user context that is the namespace for the resource
|
|
171
171
|
*/
|
|
172
|
-
|
|
172
|
+
acl?: pulumi.Input<inputs.InputsTcpRawAcl>;
|
|
173
173
|
/**
|
|
174
174
|
* Valid values: (ip | dns | none)
|
|
175
175
|
* Set the host for the remote server that is sending data.
|
|
@@ -178,48 +178,48 @@ export interface InputsTcpRawArgs {
|
|
|
178
178
|
* none leaves the host as specified in inputs.conf, which is typically the Splunk system hostname.
|
|
179
179
|
* Default value is dns.
|
|
180
180
|
*/
|
|
181
|
-
|
|
181
|
+
connectionHost?: pulumi.Input<string>;
|
|
182
182
|
/**
|
|
183
183
|
* Indicates if input is disabled.
|
|
184
184
|
*/
|
|
185
|
-
|
|
185
|
+
disabled?: pulumi.Input<boolean>;
|
|
186
186
|
/**
|
|
187
187
|
* Host from which the indexer gets data.
|
|
188
188
|
*/
|
|
189
|
-
|
|
189
|
+
host?: pulumi.Input<string>;
|
|
190
190
|
/**
|
|
191
191
|
* Index to store generated events. Defaults to default.
|
|
192
192
|
*/
|
|
193
|
-
|
|
193
|
+
index?: pulumi.Input<string>;
|
|
194
194
|
/**
|
|
195
195
|
* The input port which receives raw data.
|
|
196
196
|
*/
|
|
197
|
-
|
|
197
|
+
name?: pulumi.Input<string>;
|
|
198
198
|
/**
|
|
199
199
|
* Valid values: (parsingQueue | indexQueue)
|
|
200
200
|
* Specifies where the input processor should deposit the events it reads. Defaults to parsingQueue.
|
|
201
201
|
* Set queue to parsingQueue to apply props.conf and other parsing rules to your data. For more information about props.conf and rules for timestamping and linebreaking, refer to props.conf and the online documentation at "Monitor files and directories with inputs.conf"
|
|
202
202
|
* Set queue to indexQueue to send your data directly into the index.
|
|
203
203
|
*/
|
|
204
|
-
|
|
204
|
+
queue?: pulumi.Input<string>;
|
|
205
205
|
/**
|
|
206
206
|
* Specifies in seconds the timeout value for adding a Done-key. Default value is 10 seconds.
|
|
207
207
|
* If a connection over the port specified by name remains idle after receiving data for specified number of seconds, it adds a Done-key. This implies the last event is completely received.
|
|
208
208
|
*/
|
|
209
|
-
|
|
209
|
+
rawTcpDoneTimeout?: pulumi.Input<number>;
|
|
210
210
|
/**
|
|
211
211
|
* Allows for restricting this input to only accept data from the host specified here.
|
|
212
212
|
*/
|
|
213
|
-
|
|
213
|
+
restrictToHost?: pulumi.Input<string>;
|
|
214
214
|
/**
|
|
215
215
|
* Sets the source key/field for events from this input. Defaults to the input file path.
|
|
216
216
|
* Sets the source key initial value. The key is used during parsing/indexing, in particular to set the source field during indexing. It is also the source field used at search time. As a convenience, the chosen string is prepended with 'source::'.
|
|
217
217
|
*/
|
|
218
|
-
|
|
218
|
+
source?: pulumi.Input<string>;
|
|
219
219
|
/**
|
|
220
220
|
* Set the source type for events from this input.
|
|
221
221
|
* "sourcetype=" is automatically prepended to <string>.
|
|
222
222
|
* Defaults to audittrail (if signedaudit=true) or fschange (if signedaudit=false).
|
|
223
223
|
*/
|
|
224
|
-
|
|
224
|
+
sourcetype?: pulumi.Input<string>;
|
|
225
225
|
}
|