cribl-control-plane 0.5.0-beta.12 → 0.5.0-beta.14

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 (922) hide show
  1. package/dist/commonjs/lib/config.d.ts +4 -4
  2. package/dist/commonjs/lib/config.js +4 -4
  3. package/dist/commonjs/models/azureblobcollectorconf.d.ts +444 -0
  4. package/dist/commonjs/models/azureblobcollectorconf.d.ts.map +1 -0
  5. package/dist/commonjs/models/azureblobcollectorconf.js +324 -0
  6. package/dist/commonjs/models/azureblobcollectorconf.js.map +1 -0
  7. package/dist/commonjs/models/collector.d.ts +26 -0
  8. package/dist/commonjs/models/collector.d.ts.map +1 -0
  9. package/dist/commonjs/models/{collectorconf.js → collector.js} +22 -22
  10. package/dist/commonjs/models/collector.js.map +1 -0
  11. package/dist/commonjs/models/collectorazureblob.d.ts +10 -722
  12. package/dist/commonjs/models/collectorazureblob.d.ts.map +1 -1
  13. package/dist/commonjs/models/collectorazureblob.js +8 -478
  14. package/dist/commonjs/models/collectorazureblob.js.map +1 -1
  15. package/dist/commonjs/models/collectorcribllake.d.ts +7 -6
  16. package/dist/commonjs/models/collectorcribllake.d.ts.map +1 -1
  17. package/dist/commonjs/models/collectorcribllake.js +3 -2
  18. package/dist/commonjs/models/collectorcribllake.js.map +1 -1
  19. package/dist/commonjs/models/collectordatabase.d.ts +7 -58
  20. package/dist/commonjs/models/collectordatabase.d.ts.map +1 -1
  21. package/dist/commonjs/models/collectordatabase.js +4 -66
  22. package/dist/commonjs/models/collectordatabase.js.map +1 -1
  23. package/dist/commonjs/models/collectorfilesystem.d.ts +7 -47
  24. package/dist/commonjs/models/collectorfilesystem.d.ts.map +1 -1
  25. package/dist/commonjs/models/collectorfilesystem.js +4 -31
  26. package/dist/commonjs/models/collectorfilesystem.js.map +1 -1
  27. package/dist/commonjs/models/collectorgooglecloudstorage.d.ts +10 -394
  28. package/dist/commonjs/models/collectorgooglecloudstorage.d.ts.map +1 -1
  29. package/dist/commonjs/models/collectorgooglecloudstorage.js +8 -262
  30. package/dist/commonjs/models/collectorgooglecloudstorage.js.map +1 -1
  31. package/dist/commonjs/models/collectorhealthcheck.d.ts +12 -3790
  32. package/dist/commonjs/models/collectorhealthcheck.d.ts.map +1 -1
  33. package/dist/commonjs/models/collectorhealthcheck.js +8 -2890
  34. package/dist/commonjs/models/collectorhealthcheck.js.map +1 -1
  35. package/dist/commonjs/models/collectorrest.d.ts +12 -6524
  36. package/dist/commonjs/models/collectorrest.d.ts.map +1 -1
  37. package/dist/commonjs/models/collectorrest.js +8 -5410
  38. package/dist/commonjs/models/collectorrest.js.map +1 -1
  39. package/dist/commonjs/models/collectors3.d.ts +10 -1158
  40. package/dist/commonjs/models/collectors3.d.ts.map +1 -1
  41. package/dist/commonjs/models/collectors3.js +8 -740
  42. package/dist/commonjs/models/collectors3.js.map +1 -1
  43. package/dist/commonjs/models/collectorscript.d.ts +7 -42
  44. package/dist/commonjs/models/collectorscript.d.ts.map +1 -1
  45. package/dist/commonjs/models/collectorscript.js +4 -28
  46. package/dist/commonjs/models/collectorscript.js.map +1 -1
  47. package/dist/commonjs/models/collectorsplunk.d.ts +10 -1937
  48. package/dist/commonjs/models/collectorsplunk.d.ts.map +1 -1
  49. package/dist/commonjs/models/collectorsplunk.js +8 -1434
  50. package/dist/commonjs/models/collectorsplunk.js.map +1 -1
  51. package/dist/commonjs/models/commit.d.ts +2 -2
  52. package/dist/commonjs/models/commit.d.ts.map +1 -1
  53. package/dist/commonjs/models/commit.js +2 -13
  54. package/dist/commonjs/models/commit.js.map +1 -1
  55. package/dist/commonjs/models/cribllakecollectorconf.d.ts +20 -0
  56. package/dist/commonjs/models/cribllakecollectorconf.d.ts.map +1 -0
  57. package/dist/commonjs/models/{criblevent.js → cribllakecollectorconf.js} +16 -14
  58. package/dist/commonjs/models/cribllakecollectorconf.js.map +1 -0
  59. package/dist/commonjs/models/databasecollectorconf.d.ts +72 -0
  60. package/dist/commonjs/models/databasecollectorconf.d.ts.map +1 -0
  61. package/dist/commonjs/models/databasecollectorconf.js +112 -0
  62. package/dist/commonjs/models/databasecollectorconf.js.map +1 -0
  63. package/dist/commonjs/models/filesystemcollectorconf.d.ts +61 -0
  64. package/dist/commonjs/models/filesystemcollectorconf.d.ts.map +1 -0
  65. package/dist/commonjs/models/filesystemcollectorconf.js +84 -0
  66. package/dist/commonjs/models/filesystemcollectorconf.js.map +1 -0
  67. package/dist/commonjs/models/functionaggregatemetrics.d.ts +2 -2
  68. package/dist/commonjs/models/functionaggregatemetrics.d.ts.map +1 -1
  69. package/dist/commonjs/models/functionaggregatemetrics.js +0 -6
  70. package/dist/commonjs/models/functionaggregatemetrics.js.map +1 -1
  71. package/dist/commonjs/models/functionaggregation.d.ts +2 -2
  72. package/dist/commonjs/models/functionaggregation.d.ts.map +1 -1
  73. package/dist/commonjs/models/functionaggregation.js +0 -6
  74. package/dist/commonjs/models/functionaggregation.js.map +1 -1
  75. package/dist/commonjs/models/functionautotimestamp.d.ts +2 -2
  76. package/dist/commonjs/models/functionautotimestamp.d.ts.map +1 -1
  77. package/dist/commonjs/models/functionautotimestamp.js +0 -6
  78. package/dist/commonjs/models/functionautotimestamp.js.map +1 -1
  79. package/dist/commonjs/models/functioncef.d.ts +2 -2
  80. package/dist/commonjs/models/functioncef.d.ts.map +1 -1
  81. package/dist/commonjs/models/functioncef.js +0 -6
  82. package/dist/commonjs/models/functioncef.js.map +1 -1
  83. package/dist/commonjs/models/functionchain.d.ts +2 -2
  84. package/dist/commonjs/models/functionchain.d.ts.map +1 -1
  85. package/dist/commonjs/models/functionchain.js +0 -6
  86. package/dist/commonjs/models/functionchain.js.map +1 -1
  87. package/dist/commonjs/models/functionclone.d.ts +2 -2
  88. package/dist/commonjs/models/functionclone.d.ts.map +1 -1
  89. package/dist/commonjs/models/functionclone.js +0 -6
  90. package/dist/commonjs/models/functionclone.js.map +1 -1
  91. package/dist/commonjs/models/functioncode.d.ts +2 -2
  92. package/dist/commonjs/models/functioncode.d.ts.map +1 -1
  93. package/dist/commonjs/models/functioncode.js +0 -6
  94. package/dist/commonjs/models/functioncode.js.map +1 -1
  95. package/dist/commonjs/models/functioncomment.d.ts +2 -2
  96. package/dist/commonjs/models/functioncomment.d.ts.map +1 -1
  97. package/dist/commonjs/models/functioncomment.js +0 -6
  98. package/dist/commonjs/models/functioncomment.js.map +1 -1
  99. package/dist/commonjs/models/functiondistinct.d.ts +2 -2
  100. package/dist/commonjs/models/functiondistinct.d.ts.map +1 -1
  101. package/dist/commonjs/models/functiondistinct.js +0 -6
  102. package/dist/commonjs/models/functiondistinct.js.map +1 -1
  103. package/dist/commonjs/models/functiondnslookup.d.ts +2 -2
  104. package/dist/commonjs/models/functiondnslookup.d.ts.map +1 -1
  105. package/dist/commonjs/models/functiondnslookup.js +0 -6
  106. package/dist/commonjs/models/functiondnslookup.js.map +1 -1
  107. package/dist/commonjs/models/functiondrop.d.ts +2 -2
  108. package/dist/commonjs/models/functiondrop.d.ts.map +1 -1
  109. package/dist/commonjs/models/functiondrop.js +0 -6
  110. package/dist/commonjs/models/functiondrop.js.map +1 -1
  111. package/dist/commonjs/models/functiondropdimensions.d.ts +2 -2
  112. package/dist/commonjs/models/functiondropdimensions.d.ts.map +1 -1
  113. package/dist/commonjs/models/functiondropdimensions.js +0 -6
  114. package/dist/commonjs/models/functiondropdimensions.js.map +1 -1
  115. package/dist/commonjs/models/functiondynamicsampling.d.ts +2 -2
  116. package/dist/commonjs/models/functiondynamicsampling.d.ts.map +1 -1
  117. package/dist/commonjs/models/functiondynamicsampling.js +0 -6
  118. package/dist/commonjs/models/functiondynamicsampling.js.map +1 -1
  119. package/dist/commonjs/models/functioneval.d.ts +2 -2
  120. package/dist/commonjs/models/functioneval.d.ts.map +1 -1
  121. package/dist/commonjs/models/functioneval.js +0 -6
  122. package/dist/commonjs/models/functioneval.js.map +1 -1
  123. package/dist/commonjs/models/functioneventbreaker.d.ts +2 -2
  124. package/dist/commonjs/models/functioneventbreaker.d.ts.map +1 -1
  125. package/dist/commonjs/models/functioneventbreaker.js +0 -6
  126. package/dist/commonjs/models/functioneventbreaker.js.map +1 -1
  127. package/dist/commonjs/models/functioneventstats.d.ts +2 -2
  128. package/dist/commonjs/models/functioneventstats.d.ts.map +1 -1
  129. package/dist/commonjs/models/functioneventstats.js +0 -6
  130. package/dist/commonjs/models/functioneventstats.js.map +1 -1
  131. package/dist/commonjs/models/functionexternaldata.d.ts +2 -2
  132. package/dist/commonjs/models/functionexternaldata.d.ts.map +1 -1
  133. package/dist/commonjs/models/functionexternaldata.js +0 -6
  134. package/dist/commonjs/models/functionexternaldata.js.map +1 -1
  135. package/dist/commonjs/models/functionflatten.d.ts +2 -2
  136. package/dist/commonjs/models/functionflatten.d.ts.map +1 -1
  137. package/dist/commonjs/models/functionflatten.js +0 -6
  138. package/dist/commonjs/models/functionflatten.js.map +1 -1
  139. package/dist/commonjs/models/functionfoldkeys.d.ts +2 -2
  140. package/dist/commonjs/models/functionfoldkeys.d.ts.map +1 -1
  141. package/dist/commonjs/models/functionfoldkeys.js +0 -6
  142. package/dist/commonjs/models/functionfoldkeys.js.map +1 -1
  143. package/dist/commonjs/models/functiongenstats.d.ts +2 -2
  144. package/dist/commonjs/models/functiongenstats.d.ts.map +1 -1
  145. package/dist/commonjs/models/functiongenstats.js +0 -6
  146. package/dist/commonjs/models/functiongenstats.js.map +1 -1
  147. package/dist/commonjs/models/functiongeoip.d.ts +2 -2
  148. package/dist/commonjs/models/functiongeoip.d.ts.map +1 -1
  149. package/dist/commonjs/models/functiongeoip.js +0 -6
  150. package/dist/commonjs/models/functiongeoip.js.map +1 -1
  151. package/dist/commonjs/models/functiongrok.d.ts +2 -2
  152. package/dist/commonjs/models/functiongrok.d.ts.map +1 -1
  153. package/dist/commonjs/models/functiongrok.js +0 -6
  154. package/dist/commonjs/models/functiongrok.js.map +1 -1
  155. package/dist/commonjs/models/functionhandlebars.d.ts +2 -2
  156. package/dist/commonjs/models/functionhandlebars.d.ts.map +1 -1
  157. package/dist/commonjs/models/functionhandlebars.js +0 -6
  158. package/dist/commonjs/models/functionhandlebars.js.map +1 -1
  159. package/dist/commonjs/models/functionjoin.d.ts +2 -2
  160. package/dist/commonjs/models/functionjoin.d.ts.map +1 -1
  161. package/dist/commonjs/models/functionjoin.js +0 -6
  162. package/dist/commonjs/models/functionjoin.js.map +1 -1
  163. package/dist/commonjs/models/functionjsonunroll.d.ts +2 -2
  164. package/dist/commonjs/models/functionjsonunroll.d.ts.map +1 -1
  165. package/dist/commonjs/models/functionjsonunroll.js +0 -6
  166. package/dist/commonjs/models/functionjsonunroll.js.map +1 -1
  167. package/dist/commonjs/models/functionlakeexport.d.ts +2 -2
  168. package/dist/commonjs/models/functionlakeexport.d.ts.map +1 -1
  169. package/dist/commonjs/models/functionlakeexport.js +0 -6
  170. package/dist/commonjs/models/functionlakeexport.js.map +1 -1
  171. package/dist/commonjs/models/functionlimit.d.ts +2 -2
  172. package/dist/commonjs/models/functionlimit.d.ts.map +1 -1
  173. package/dist/commonjs/models/functionlimit.js +0 -6
  174. package/dist/commonjs/models/functionlimit.js.map +1 -1
  175. package/dist/commonjs/models/functionlocalsearchdatatypeparser.d.ts +2 -2
  176. package/dist/commonjs/models/functionlocalsearchdatatypeparser.d.ts.map +1 -1
  177. package/dist/commonjs/models/functionlocalsearchdatatypeparser.js +0 -6
  178. package/dist/commonjs/models/functionlocalsearchdatatypeparser.js.map +1 -1
  179. package/dist/commonjs/models/functionlocalsearchrulesetrunner.d.ts +2 -2
  180. package/dist/commonjs/models/functionlocalsearchrulesetrunner.d.ts.map +1 -1
  181. package/dist/commonjs/models/functionlocalsearchrulesetrunner.js +0 -6
  182. package/dist/commonjs/models/functionlocalsearchrulesetrunner.js.map +1 -1
  183. package/dist/commonjs/models/functionlookup.d.ts +2 -2
  184. package/dist/commonjs/models/functionlookup.d.ts.map +1 -1
  185. package/dist/commonjs/models/functionlookup.js +0 -6
  186. package/dist/commonjs/models/functionlookup.js.map +1 -1
  187. package/dist/commonjs/models/functionmask.d.ts +2 -2
  188. package/dist/commonjs/models/functionmask.d.ts.map +1 -1
  189. package/dist/commonjs/models/functionmask.js +0 -6
  190. package/dist/commonjs/models/functionmask.js.map +1 -1
  191. package/dist/commonjs/models/functionmvexpand.d.ts +2 -2
  192. package/dist/commonjs/models/functionmvexpand.d.ts.map +1 -1
  193. package/dist/commonjs/models/functionmvexpand.js +0 -6
  194. package/dist/commonjs/models/functionmvexpand.js.map +1 -1
  195. package/dist/commonjs/models/functionmvpull.d.ts +2 -2
  196. package/dist/commonjs/models/functionmvpull.d.ts.map +1 -1
  197. package/dist/commonjs/models/functionmvpull.js +0 -6
  198. package/dist/commonjs/models/functionmvpull.js.map +1 -1
  199. package/dist/commonjs/models/functionnotificationpolicies.d.ts +2 -2
  200. package/dist/commonjs/models/functionnotificationpolicies.d.ts.map +1 -1
  201. package/dist/commonjs/models/functionnotificationpolicies.js +0 -6
  202. package/dist/commonjs/models/functionnotificationpolicies.js.map +1 -1
  203. package/dist/commonjs/models/functionnotifications.d.ts +2 -2
  204. package/dist/commonjs/models/functionnotifications.d.ts.map +1 -1
  205. package/dist/commonjs/models/functionnotifications.js +0 -6
  206. package/dist/commonjs/models/functionnotifications.js.map +1 -1
  207. package/dist/commonjs/models/functionnotify.d.ts +2 -2
  208. package/dist/commonjs/models/functionnotify.d.ts.map +1 -1
  209. package/dist/commonjs/models/functionnotify.js +0 -6
  210. package/dist/commonjs/models/functionnotify.js.map +1 -1
  211. package/dist/commonjs/models/functionnumerify.d.ts +2 -2
  212. package/dist/commonjs/models/functionnumerify.d.ts.map +1 -1
  213. package/dist/commonjs/models/functionnumerify.js +0 -6
  214. package/dist/commonjs/models/functionnumerify.js.map +1 -1
  215. package/dist/commonjs/models/functionotlplogs.d.ts +2 -2
  216. package/dist/commonjs/models/functionotlplogs.d.ts.map +1 -1
  217. package/dist/commonjs/models/functionotlplogs.js +0 -6
  218. package/dist/commonjs/models/functionotlplogs.js.map +1 -1
  219. package/dist/commonjs/models/functionotlpmetrics.d.ts +2 -2
  220. package/dist/commonjs/models/functionotlpmetrics.d.ts.map +1 -1
  221. package/dist/commonjs/models/functionotlpmetrics.js +0 -6
  222. package/dist/commonjs/models/functionotlpmetrics.js.map +1 -1
  223. package/dist/commonjs/models/functionotlptraces.d.ts +2 -2
  224. package/dist/commonjs/models/functionotlptraces.d.ts.map +1 -1
  225. package/dist/commonjs/models/functionotlptraces.js +0 -6
  226. package/dist/commonjs/models/functionotlptraces.js.map +1 -1
  227. package/dist/commonjs/models/functionpack.d.ts +2 -2
  228. package/dist/commonjs/models/functionpack.d.ts.map +1 -1
  229. package/dist/commonjs/models/functionpack.js +0 -6
  230. package/dist/commonjs/models/functionpack.js.map +1 -1
  231. package/dist/commonjs/models/functionpivot.d.ts +2 -2
  232. package/dist/commonjs/models/functionpivot.d.ts.map +1 -1
  233. package/dist/commonjs/models/functionpivot.js +0 -6
  234. package/dist/commonjs/models/functionpivot.js.map +1 -1
  235. package/dist/commonjs/models/functionpublishmetrics.d.ts +2 -2
  236. package/dist/commonjs/models/functionpublishmetrics.d.ts.map +1 -1
  237. package/dist/commonjs/models/functionpublishmetrics.js +0 -6
  238. package/dist/commonjs/models/functionpublishmetrics.js.map +1 -1
  239. package/dist/commonjs/models/functionredis.d.ts +2 -2
  240. package/dist/commonjs/models/functionredis.d.ts.map +1 -1
  241. package/dist/commonjs/models/functionredis.js +0 -6
  242. package/dist/commonjs/models/functionredis.js.map +1 -1
  243. package/dist/commonjs/models/functionregexextract.d.ts +2 -2
  244. package/dist/commonjs/models/functionregexextract.d.ts.map +1 -1
  245. package/dist/commonjs/models/functionregexextract.js +0 -6
  246. package/dist/commonjs/models/functionregexextract.js.map +1 -1
  247. package/dist/commonjs/models/functionregexfilter.d.ts +2 -2
  248. package/dist/commonjs/models/functionregexfilter.d.ts.map +1 -1
  249. package/dist/commonjs/models/functionregexfilter.js +0 -6
  250. package/dist/commonjs/models/functionregexfilter.js.map +1 -1
  251. package/dist/commonjs/models/functionrename.d.ts +2 -2
  252. package/dist/commonjs/models/functionrename.d.ts.map +1 -1
  253. package/dist/commonjs/models/functionrename.js +0 -6
  254. package/dist/commonjs/models/functionrename.js.map +1 -1
  255. package/dist/commonjs/models/functionrollupmetrics.d.ts +2 -2
  256. package/dist/commonjs/models/functionrollupmetrics.d.ts.map +1 -1
  257. package/dist/commonjs/models/functionrollupmetrics.js +0 -6
  258. package/dist/commonjs/models/functionrollupmetrics.js.map +1 -1
  259. package/dist/commonjs/models/functionsampling.d.ts +2 -2
  260. package/dist/commonjs/models/functionsampling.d.ts.map +1 -1
  261. package/dist/commonjs/models/functionsampling.js +0 -6
  262. package/dist/commonjs/models/functionsampling.js.map +1 -1
  263. package/dist/commonjs/models/functionsend.d.ts +2 -2
  264. package/dist/commonjs/models/functionsend.d.ts.map +1 -1
  265. package/dist/commonjs/models/functionsend.js +0 -6
  266. package/dist/commonjs/models/functionsend.js.map +1 -1
  267. package/dist/commonjs/models/functionsensitivedatascanner.d.ts +2 -2
  268. package/dist/commonjs/models/functionsensitivedatascanner.d.ts.map +1 -1
  269. package/dist/commonjs/models/functionsensitivedatascanner.js +0 -6
  270. package/dist/commonjs/models/functionsensitivedatascanner.js.map +1 -1
  271. package/dist/commonjs/models/functionserde.d.ts +2 -2
  272. package/dist/commonjs/models/functionserde.d.ts.map +1 -1
  273. package/dist/commonjs/models/functionserde.js +0 -6
  274. package/dist/commonjs/models/functionserde.js.map +1 -1
  275. package/dist/commonjs/models/functionserialize.d.ts +2 -2
  276. package/dist/commonjs/models/functionserialize.d.ts.map +1 -1
  277. package/dist/commonjs/models/functionserialize.js +0 -6
  278. package/dist/commonjs/models/functionserialize.js.map +1 -1
  279. package/dist/commonjs/models/functionsidlookup.d.ts +2 -2
  280. package/dist/commonjs/models/functionsidlookup.d.ts.map +1 -1
  281. package/dist/commonjs/models/functionsidlookup.js +0 -6
  282. package/dist/commonjs/models/functionsidlookup.js.map +1 -1
  283. package/dist/commonjs/models/functionsnmptrapserialize.d.ts +2 -2
  284. package/dist/commonjs/models/functionsnmptrapserialize.d.ts.map +1 -1
  285. package/dist/commonjs/models/functionsnmptrapserialize.js +0 -6
  286. package/dist/commonjs/models/functionsnmptrapserialize.js.map +1 -1
  287. package/dist/commonjs/models/functionsort.d.ts +2 -2
  288. package/dist/commonjs/models/functionsort.d.ts.map +1 -1
  289. package/dist/commonjs/models/functionsort.js +0 -6
  290. package/dist/commonjs/models/functionsort.js.map +1 -1
  291. package/dist/commonjs/models/functionstore.d.ts +2 -2
  292. package/dist/commonjs/models/functionstore.d.ts.map +1 -1
  293. package/dist/commonjs/models/functionstore.js +0 -6
  294. package/dist/commonjs/models/functionstore.js.map +1 -1
  295. package/dist/commonjs/models/functionsuppress.d.ts +2 -2
  296. package/dist/commonjs/models/functionsuppress.d.ts.map +1 -1
  297. package/dist/commonjs/models/functionsuppress.js +0 -6
  298. package/dist/commonjs/models/functionsuppress.js.map +1 -1
  299. package/dist/commonjs/models/functiontee.d.ts +2 -2
  300. package/dist/commonjs/models/functiontee.d.ts.map +1 -1
  301. package/dist/commonjs/models/functiontee.js +0 -6
  302. package/dist/commonjs/models/functiontee.js.map +1 -1
  303. package/dist/commonjs/models/functiontrimtimestamp.d.ts +2 -2
  304. package/dist/commonjs/models/functiontrimtimestamp.d.ts.map +1 -1
  305. package/dist/commonjs/models/functiontrimtimestamp.js +0 -6
  306. package/dist/commonjs/models/functiontrimtimestamp.js.map +1 -1
  307. package/dist/commonjs/models/functionunion.d.ts +2 -2
  308. package/dist/commonjs/models/functionunion.d.ts.map +1 -1
  309. package/dist/commonjs/models/functionunion.js +0 -6
  310. package/dist/commonjs/models/functionunion.js.map +1 -1
  311. package/dist/commonjs/models/functionunroll.d.ts +2 -2
  312. package/dist/commonjs/models/functionunroll.d.ts.map +1 -1
  313. package/dist/commonjs/models/functionunroll.js +0 -6
  314. package/dist/commonjs/models/functionunroll.js.map +1 -1
  315. package/dist/commonjs/models/functionwindow.d.ts +2 -2
  316. package/dist/commonjs/models/functionwindow.d.ts.map +1 -1
  317. package/dist/commonjs/models/functionwindow.js +0 -6
  318. package/dist/commonjs/models/functionwindow.js.map +1 -1
  319. package/dist/commonjs/models/functionxmlunroll.d.ts +2 -2
  320. package/dist/commonjs/models/functionxmlunroll.d.ts.map +1 -1
  321. package/dist/commonjs/models/functionxmlunroll.js +0 -6
  322. package/dist/commonjs/models/functionxmlunroll.js.map +1 -1
  323. package/dist/commonjs/models/gitlogresult.d.ts +2 -2
  324. package/dist/commonjs/models/gitlogresult.d.ts.map +1 -1
  325. package/dist/commonjs/models/gitlogresult.js +0 -6
  326. package/dist/commonjs/models/gitlogresult.js.map +1 -1
  327. package/dist/commonjs/models/gitstatusresult.d.ts +2 -2
  328. package/dist/commonjs/models/gitstatusresult.d.ts.map +1 -1
  329. package/dist/commonjs/models/gitstatusresult.js +0 -9
  330. package/dist/commonjs/models/gitstatusresult.js.map +1 -1
  331. package/dist/commonjs/models/googlecloudstoragecollectorconf.d.ts +284 -0
  332. package/dist/commonjs/models/googlecloudstoragecollectorconf.d.ts.map +1 -0
  333. package/dist/commonjs/models/googlecloudstoragecollectorconf.js +228 -0
  334. package/dist/commonjs/models/googlecloudstoragecollectorconf.js.map +1 -0
  335. package/dist/commonjs/models/healthcheckcollectorconf.d.ts +2460 -0
  336. package/dist/commonjs/models/healthcheckcollectorconf.d.ts.map +1 -0
  337. package/dist/commonjs/models/healthcheckcollectorconf.js +2097 -0
  338. package/dist/commonjs/models/healthcheckcollectorconf.js.map +1 -0
  339. package/dist/commonjs/models/index.d.ts +11 -2
  340. package/dist/commonjs/models/index.d.ts.map +1 -1
  341. package/dist/commonjs/models/index.js +11 -2
  342. package/dist/commonjs/models/index.js.map +1 -1
  343. package/dist/commonjs/models/inputedgeprometheus.d.ts +2 -2
  344. package/dist/commonjs/models/inputedgeprometheus.d.ts.map +1 -1
  345. package/dist/commonjs/models/inputedgeprometheus.js +2 -13
  346. package/dist/commonjs/models/inputedgeprometheus.js.map +1 -1
  347. package/dist/commonjs/models/inputprometheus.d.ts +2 -2
  348. package/dist/commonjs/models/inputprometheus.d.ts.map +1 -1
  349. package/dist/commonjs/models/inputprometheus.js +2 -13
  350. package/dist/commonjs/models/inputprometheus.js.map +1 -1
  351. package/dist/commonjs/models/nodeprovidedinfo.d.ts +1 -1
  352. package/dist/commonjs/models/nodeprovidedinfo.d.ts.map +1 -1
  353. package/dist/commonjs/models/nodeprovidedinfo.js +0 -5
  354. package/dist/commonjs/models/nodeprovidedinfo.js.map +1 -1
  355. package/dist/commonjs/models/operations/createauthlogin.d.ts +1 -1
  356. package/dist/commonjs/models/operations/createauthlogin.d.ts.map +1 -1
  357. package/dist/commonjs/models/operations/createauthlogin.js +0 -1
  358. package/dist/commonjs/models/operations/createauthlogin.js.map +1 -1
  359. package/dist/commonjs/models/operations/createinput.d.ts +4 -4
  360. package/dist/commonjs/models/operations/createinput.d.ts.map +1 -1
  361. package/dist/commonjs/models/operations/createinput.js +4 -15
  362. package/dist/commonjs/models/operations/createinput.js.map +1 -1
  363. package/dist/commonjs/models/operations/createoutput.d.ts +2 -2
  364. package/dist/commonjs/models/operations/createoutput.d.ts.map +1 -1
  365. package/dist/commonjs/models/operations/createoutput.js +2 -11
  366. package/dist/commonjs/models/operations/createoutput.js.map +1 -1
  367. package/dist/commonjs/models/outputmicrosoftfabric.d.ts +1 -1
  368. package/dist/commonjs/models/outputmicrosoftfabric.d.ts.map +1 -1
  369. package/dist/commonjs/models/outputmicrosoftfabric.js +1 -10
  370. package/dist/commonjs/models/outputmicrosoftfabric.js.map +1 -1
  371. package/dist/commonjs/models/outputsentinel.d.ts +1 -1
  372. package/dist/commonjs/models/outputsentinel.d.ts.map +1 -1
  373. package/dist/commonjs/models/outputsentinel.js +1 -10
  374. package/dist/commonjs/models/outputsentinel.js.map +1 -1
  375. package/dist/commonjs/models/outputtestrequest.d.ts +6 -3
  376. package/dist/commonjs/models/outputtestrequest.d.ts.map +1 -1
  377. package/dist/commonjs/models/outputtestrequest.js +1 -2
  378. package/dist/commonjs/models/outputtestrequest.js.map +1 -1
  379. package/dist/commonjs/models/restcollectorconf.d.ts +5150 -0
  380. package/dist/commonjs/models/restcollectorconf.d.ts.map +1 -0
  381. package/dist/commonjs/models/restcollectorconf.js +4771 -0
  382. package/dist/commonjs/models/restcollectorconf.js.map +1 -0
  383. package/dist/commonjs/models/runnablejobcollection.d.ts +5 -23
  384. package/dist/commonjs/models/runnablejobcollection.d.ts.map +1 -1
  385. package/dist/commonjs/models/runnablejobcollection.js +3 -14
  386. package/dist/commonjs/models/runnablejobcollection.js.map +1 -1
  387. package/dist/commonjs/models/s3collectorconf.d.ts +929 -0
  388. package/dist/commonjs/models/s3collectorconf.d.ts.map +1 -0
  389. package/dist/commonjs/models/s3collectorconf.js +632 -0
  390. package/dist/commonjs/models/s3collectorconf.js.map +1 -0
  391. package/dist/commonjs/models/savedjobcollection.d.ts +6 -34
  392. package/dist/commonjs/models/savedjobcollection.d.ts.map +1 -1
  393. package/dist/commonjs/models/savedjobcollection.js +4 -26
  394. package/dist/commonjs/models/savedjobcollection.js.map +1 -1
  395. package/dist/commonjs/models/scriptcollectorconf.d.ts +56 -0
  396. package/dist/commonjs/models/scriptcollectorconf.d.ts.map +1 -0
  397. package/dist/commonjs/models/scriptcollectorconf.js +83 -0
  398. package/dist/commonjs/models/scriptcollectorconf.js.map +1 -0
  399. package/dist/commonjs/models/splunkcollectorconf.d.ts +1639 -0
  400. package/dist/commonjs/models/splunkcollectorconf.d.ts.map +1 -0
  401. package/dist/commonjs/models/splunkcollectorconf.js +1319 -0
  402. package/dist/commonjs/models/splunkcollectorconf.js.map +1 -0
  403. package/dist/esm/lib/config.d.ts +4 -4
  404. package/dist/esm/lib/config.js +4 -4
  405. package/dist/esm/models/azureblobcollectorconf.d.ts +444 -0
  406. package/dist/esm/models/azureblobcollectorconf.d.ts.map +1 -0
  407. package/dist/esm/models/azureblobcollectorconf.js +268 -0
  408. package/dist/esm/models/azureblobcollectorconf.js.map +1 -0
  409. package/dist/esm/models/collector.d.ts +26 -0
  410. package/dist/esm/models/collector.d.ts.map +1 -0
  411. package/dist/esm/models/{collectorconf.js → collector.js} +19 -19
  412. package/dist/esm/models/collector.js.map +1 -0
  413. package/dist/esm/models/collectorazureblob.d.ts +10 -722
  414. package/dist/esm/models/collectorazureblob.d.ts.map +1 -1
  415. package/dist/esm/models/collectorazureblob.js +7 -453
  416. package/dist/esm/models/collectorazureblob.js.map +1 -1
  417. package/dist/esm/models/collectorcribllake.d.ts +7 -6
  418. package/dist/esm/models/collectorcribllake.d.ts.map +1 -1
  419. package/dist/esm/models/collectorcribllake.js +3 -2
  420. package/dist/esm/models/collectorcribllake.js.map +1 -1
  421. package/dist/esm/models/collectordatabase.d.ts +7 -58
  422. package/dist/esm/models/collectordatabase.d.ts.map +1 -1
  423. package/dist/esm/models/collectordatabase.js +3 -61
  424. package/dist/esm/models/collectordatabase.js.map +1 -1
  425. package/dist/esm/models/collectorfilesystem.d.ts +7 -47
  426. package/dist/esm/models/collectorfilesystem.d.ts.map +1 -1
  427. package/dist/esm/models/collectorfilesystem.js +3 -28
  428. package/dist/esm/models/collectorfilesystem.js.map +1 -1
  429. package/dist/esm/models/collectorgooglecloudstorage.d.ts +10 -394
  430. package/dist/esm/models/collectorgooglecloudstorage.d.ts.map +1 -1
  431. package/dist/esm/models/collectorgooglecloudstorage.js +7 -249
  432. package/dist/esm/models/collectorgooglecloudstorage.js.map +1 -1
  433. package/dist/esm/models/collectorhealthcheck.d.ts +12 -3790
  434. package/dist/esm/models/collectorhealthcheck.d.ts.map +1 -1
  435. package/dist/esm/models/collectorhealthcheck.js +7 -2743
  436. package/dist/esm/models/collectorhealthcheck.js.map +1 -1
  437. package/dist/esm/models/collectorrest.d.ts +12 -6524
  438. package/dist/esm/models/collectorrest.d.ts.map +1 -1
  439. package/dist/esm/models/collectorrest.js +7 -5119
  440. package/dist/esm/models/collectorrest.js.map +1 -1
  441. package/dist/esm/models/collectors3.d.ts +10 -1158
  442. package/dist/esm/models/collectors3.d.ts.map +1 -1
  443. package/dist/esm/models/collectors3.js +7 -718
  444. package/dist/esm/models/collectors3.js.map +1 -1
  445. package/dist/esm/models/collectorscript.d.ts +7 -42
  446. package/dist/esm/models/collectorscript.d.ts.map +1 -1
  447. package/dist/esm/models/collectorscript.js +3 -25
  448. package/dist/esm/models/collectorscript.js.map +1 -1
  449. package/dist/esm/models/collectorsplunk.d.ts +10 -1937
  450. package/dist/esm/models/collectorsplunk.d.ts.map +1 -1
  451. package/dist/esm/models/collectorsplunk.js +7 -1375
  452. package/dist/esm/models/collectorsplunk.js.map +1 -1
  453. package/dist/esm/models/commit.d.ts +2 -2
  454. package/dist/esm/models/commit.d.ts.map +1 -1
  455. package/dist/esm/models/commit.js +2 -13
  456. package/dist/esm/models/commit.js.map +1 -1
  457. package/dist/esm/models/cribllakecollectorconf.d.ts +20 -0
  458. package/dist/esm/models/cribllakecollectorconf.d.ts.map +1 -0
  459. package/dist/esm/models/cribllakecollectorconf.js +20 -0
  460. package/dist/esm/models/cribllakecollectorconf.js.map +1 -0
  461. package/dist/esm/models/databasecollectorconf.d.ts +72 -0
  462. package/dist/esm/models/databasecollectorconf.d.ts.map +1 -0
  463. package/dist/esm/models/databasecollectorconf.js +70 -0
  464. package/dist/esm/models/databasecollectorconf.js.map +1 -0
  465. package/dist/esm/models/filesystemcollectorconf.d.ts +61 -0
  466. package/dist/esm/models/filesystemcollectorconf.d.ts.map +1 -0
  467. package/dist/esm/models/filesystemcollectorconf.js +44 -0
  468. package/dist/esm/models/filesystemcollectorconf.js.map +1 -0
  469. package/dist/esm/models/functionaggregatemetrics.d.ts +2 -2
  470. package/dist/esm/models/functionaggregatemetrics.d.ts.map +1 -1
  471. package/dist/esm/models/functionaggregatemetrics.js +0 -6
  472. package/dist/esm/models/functionaggregatemetrics.js.map +1 -1
  473. package/dist/esm/models/functionaggregation.d.ts +2 -2
  474. package/dist/esm/models/functionaggregation.d.ts.map +1 -1
  475. package/dist/esm/models/functionaggregation.js +0 -6
  476. package/dist/esm/models/functionaggregation.js.map +1 -1
  477. package/dist/esm/models/functionautotimestamp.d.ts +2 -2
  478. package/dist/esm/models/functionautotimestamp.d.ts.map +1 -1
  479. package/dist/esm/models/functionautotimestamp.js +0 -6
  480. package/dist/esm/models/functionautotimestamp.js.map +1 -1
  481. package/dist/esm/models/functioncef.d.ts +2 -2
  482. package/dist/esm/models/functioncef.d.ts.map +1 -1
  483. package/dist/esm/models/functioncef.js +0 -6
  484. package/dist/esm/models/functioncef.js.map +1 -1
  485. package/dist/esm/models/functionchain.d.ts +2 -2
  486. package/dist/esm/models/functionchain.d.ts.map +1 -1
  487. package/dist/esm/models/functionchain.js +0 -6
  488. package/dist/esm/models/functionchain.js.map +1 -1
  489. package/dist/esm/models/functionclone.d.ts +2 -2
  490. package/dist/esm/models/functionclone.d.ts.map +1 -1
  491. package/dist/esm/models/functionclone.js +0 -6
  492. package/dist/esm/models/functionclone.js.map +1 -1
  493. package/dist/esm/models/functioncode.d.ts +2 -2
  494. package/dist/esm/models/functioncode.d.ts.map +1 -1
  495. package/dist/esm/models/functioncode.js +0 -6
  496. package/dist/esm/models/functioncode.js.map +1 -1
  497. package/dist/esm/models/functioncomment.d.ts +2 -2
  498. package/dist/esm/models/functioncomment.d.ts.map +1 -1
  499. package/dist/esm/models/functioncomment.js +0 -6
  500. package/dist/esm/models/functioncomment.js.map +1 -1
  501. package/dist/esm/models/functiondistinct.d.ts +2 -2
  502. package/dist/esm/models/functiondistinct.d.ts.map +1 -1
  503. package/dist/esm/models/functiondistinct.js +0 -6
  504. package/dist/esm/models/functiondistinct.js.map +1 -1
  505. package/dist/esm/models/functiondnslookup.d.ts +2 -2
  506. package/dist/esm/models/functiondnslookup.d.ts.map +1 -1
  507. package/dist/esm/models/functiondnslookup.js +0 -6
  508. package/dist/esm/models/functiondnslookup.js.map +1 -1
  509. package/dist/esm/models/functiondrop.d.ts +2 -2
  510. package/dist/esm/models/functiondrop.d.ts.map +1 -1
  511. package/dist/esm/models/functiondrop.js +0 -6
  512. package/dist/esm/models/functiondrop.js.map +1 -1
  513. package/dist/esm/models/functiondropdimensions.d.ts +2 -2
  514. package/dist/esm/models/functiondropdimensions.d.ts.map +1 -1
  515. package/dist/esm/models/functiondropdimensions.js +0 -6
  516. package/dist/esm/models/functiondropdimensions.js.map +1 -1
  517. package/dist/esm/models/functiondynamicsampling.d.ts +2 -2
  518. package/dist/esm/models/functiondynamicsampling.d.ts.map +1 -1
  519. package/dist/esm/models/functiondynamicsampling.js +0 -6
  520. package/dist/esm/models/functiondynamicsampling.js.map +1 -1
  521. package/dist/esm/models/functioneval.d.ts +2 -2
  522. package/dist/esm/models/functioneval.d.ts.map +1 -1
  523. package/dist/esm/models/functioneval.js +0 -6
  524. package/dist/esm/models/functioneval.js.map +1 -1
  525. package/dist/esm/models/functioneventbreaker.d.ts +2 -2
  526. package/dist/esm/models/functioneventbreaker.d.ts.map +1 -1
  527. package/dist/esm/models/functioneventbreaker.js +0 -6
  528. package/dist/esm/models/functioneventbreaker.js.map +1 -1
  529. package/dist/esm/models/functioneventstats.d.ts +2 -2
  530. package/dist/esm/models/functioneventstats.d.ts.map +1 -1
  531. package/dist/esm/models/functioneventstats.js +0 -6
  532. package/dist/esm/models/functioneventstats.js.map +1 -1
  533. package/dist/esm/models/functionexternaldata.d.ts +2 -2
  534. package/dist/esm/models/functionexternaldata.d.ts.map +1 -1
  535. package/dist/esm/models/functionexternaldata.js +0 -6
  536. package/dist/esm/models/functionexternaldata.js.map +1 -1
  537. package/dist/esm/models/functionflatten.d.ts +2 -2
  538. package/dist/esm/models/functionflatten.d.ts.map +1 -1
  539. package/dist/esm/models/functionflatten.js +0 -6
  540. package/dist/esm/models/functionflatten.js.map +1 -1
  541. package/dist/esm/models/functionfoldkeys.d.ts +2 -2
  542. package/dist/esm/models/functionfoldkeys.d.ts.map +1 -1
  543. package/dist/esm/models/functionfoldkeys.js +0 -6
  544. package/dist/esm/models/functionfoldkeys.js.map +1 -1
  545. package/dist/esm/models/functiongenstats.d.ts +2 -2
  546. package/dist/esm/models/functiongenstats.d.ts.map +1 -1
  547. package/dist/esm/models/functiongenstats.js +0 -6
  548. package/dist/esm/models/functiongenstats.js.map +1 -1
  549. package/dist/esm/models/functiongeoip.d.ts +2 -2
  550. package/dist/esm/models/functiongeoip.d.ts.map +1 -1
  551. package/dist/esm/models/functiongeoip.js +0 -6
  552. package/dist/esm/models/functiongeoip.js.map +1 -1
  553. package/dist/esm/models/functiongrok.d.ts +2 -2
  554. package/dist/esm/models/functiongrok.d.ts.map +1 -1
  555. package/dist/esm/models/functiongrok.js +0 -6
  556. package/dist/esm/models/functiongrok.js.map +1 -1
  557. package/dist/esm/models/functionhandlebars.d.ts +2 -2
  558. package/dist/esm/models/functionhandlebars.d.ts.map +1 -1
  559. package/dist/esm/models/functionhandlebars.js +0 -6
  560. package/dist/esm/models/functionhandlebars.js.map +1 -1
  561. package/dist/esm/models/functionjoin.d.ts +2 -2
  562. package/dist/esm/models/functionjoin.d.ts.map +1 -1
  563. package/dist/esm/models/functionjoin.js +0 -6
  564. package/dist/esm/models/functionjoin.js.map +1 -1
  565. package/dist/esm/models/functionjsonunroll.d.ts +2 -2
  566. package/dist/esm/models/functionjsonunroll.d.ts.map +1 -1
  567. package/dist/esm/models/functionjsonunroll.js +0 -6
  568. package/dist/esm/models/functionjsonunroll.js.map +1 -1
  569. package/dist/esm/models/functionlakeexport.d.ts +2 -2
  570. package/dist/esm/models/functionlakeexport.d.ts.map +1 -1
  571. package/dist/esm/models/functionlakeexport.js +0 -6
  572. package/dist/esm/models/functionlakeexport.js.map +1 -1
  573. package/dist/esm/models/functionlimit.d.ts +2 -2
  574. package/dist/esm/models/functionlimit.d.ts.map +1 -1
  575. package/dist/esm/models/functionlimit.js +0 -6
  576. package/dist/esm/models/functionlimit.js.map +1 -1
  577. package/dist/esm/models/functionlocalsearchdatatypeparser.d.ts +2 -2
  578. package/dist/esm/models/functionlocalsearchdatatypeparser.d.ts.map +1 -1
  579. package/dist/esm/models/functionlocalsearchdatatypeparser.js +0 -6
  580. package/dist/esm/models/functionlocalsearchdatatypeparser.js.map +1 -1
  581. package/dist/esm/models/functionlocalsearchrulesetrunner.d.ts +2 -2
  582. package/dist/esm/models/functionlocalsearchrulesetrunner.d.ts.map +1 -1
  583. package/dist/esm/models/functionlocalsearchrulesetrunner.js +0 -6
  584. package/dist/esm/models/functionlocalsearchrulesetrunner.js.map +1 -1
  585. package/dist/esm/models/functionlookup.d.ts +2 -2
  586. package/dist/esm/models/functionlookup.d.ts.map +1 -1
  587. package/dist/esm/models/functionlookup.js +0 -6
  588. package/dist/esm/models/functionlookup.js.map +1 -1
  589. package/dist/esm/models/functionmask.d.ts +2 -2
  590. package/dist/esm/models/functionmask.d.ts.map +1 -1
  591. package/dist/esm/models/functionmask.js +0 -6
  592. package/dist/esm/models/functionmask.js.map +1 -1
  593. package/dist/esm/models/functionmvexpand.d.ts +2 -2
  594. package/dist/esm/models/functionmvexpand.d.ts.map +1 -1
  595. package/dist/esm/models/functionmvexpand.js +0 -6
  596. package/dist/esm/models/functionmvexpand.js.map +1 -1
  597. package/dist/esm/models/functionmvpull.d.ts +2 -2
  598. package/dist/esm/models/functionmvpull.d.ts.map +1 -1
  599. package/dist/esm/models/functionmvpull.js +0 -6
  600. package/dist/esm/models/functionmvpull.js.map +1 -1
  601. package/dist/esm/models/functionnotificationpolicies.d.ts +2 -2
  602. package/dist/esm/models/functionnotificationpolicies.d.ts.map +1 -1
  603. package/dist/esm/models/functionnotificationpolicies.js +0 -6
  604. package/dist/esm/models/functionnotificationpolicies.js.map +1 -1
  605. package/dist/esm/models/functionnotifications.d.ts +2 -2
  606. package/dist/esm/models/functionnotifications.d.ts.map +1 -1
  607. package/dist/esm/models/functionnotifications.js +0 -6
  608. package/dist/esm/models/functionnotifications.js.map +1 -1
  609. package/dist/esm/models/functionnotify.d.ts +2 -2
  610. package/dist/esm/models/functionnotify.d.ts.map +1 -1
  611. package/dist/esm/models/functionnotify.js +0 -6
  612. package/dist/esm/models/functionnotify.js.map +1 -1
  613. package/dist/esm/models/functionnumerify.d.ts +2 -2
  614. package/dist/esm/models/functionnumerify.d.ts.map +1 -1
  615. package/dist/esm/models/functionnumerify.js +0 -6
  616. package/dist/esm/models/functionnumerify.js.map +1 -1
  617. package/dist/esm/models/functionotlplogs.d.ts +2 -2
  618. package/dist/esm/models/functionotlplogs.d.ts.map +1 -1
  619. package/dist/esm/models/functionotlplogs.js +0 -6
  620. package/dist/esm/models/functionotlplogs.js.map +1 -1
  621. package/dist/esm/models/functionotlpmetrics.d.ts +2 -2
  622. package/dist/esm/models/functionotlpmetrics.d.ts.map +1 -1
  623. package/dist/esm/models/functionotlpmetrics.js +0 -6
  624. package/dist/esm/models/functionotlpmetrics.js.map +1 -1
  625. package/dist/esm/models/functionotlptraces.d.ts +2 -2
  626. package/dist/esm/models/functionotlptraces.d.ts.map +1 -1
  627. package/dist/esm/models/functionotlptraces.js +0 -6
  628. package/dist/esm/models/functionotlptraces.js.map +1 -1
  629. package/dist/esm/models/functionpack.d.ts +2 -2
  630. package/dist/esm/models/functionpack.d.ts.map +1 -1
  631. package/dist/esm/models/functionpack.js +0 -6
  632. package/dist/esm/models/functionpack.js.map +1 -1
  633. package/dist/esm/models/functionpivot.d.ts +2 -2
  634. package/dist/esm/models/functionpivot.d.ts.map +1 -1
  635. package/dist/esm/models/functionpivot.js +0 -6
  636. package/dist/esm/models/functionpivot.js.map +1 -1
  637. package/dist/esm/models/functionpublishmetrics.d.ts +2 -2
  638. package/dist/esm/models/functionpublishmetrics.d.ts.map +1 -1
  639. package/dist/esm/models/functionpublishmetrics.js +0 -6
  640. package/dist/esm/models/functionpublishmetrics.js.map +1 -1
  641. package/dist/esm/models/functionredis.d.ts +2 -2
  642. package/dist/esm/models/functionredis.d.ts.map +1 -1
  643. package/dist/esm/models/functionredis.js +0 -6
  644. package/dist/esm/models/functionredis.js.map +1 -1
  645. package/dist/esm/models/functionregexextract.d.ts +2 -2
  646. package/dist/esm/models/functionregexextract.d.ts.map +1 -1
  647. package/dist/esm/models/functionregexextract.js +0 -6
  648. package/dist/esm/models/functionregexextract.js.map +1 -1
  649. package/dist/esm/models/functionregexfilter.d.ts +2 -2
  650. package/dist/esm/models/functionregexfilter.d.ts.map +1 -1
  651. package/dist/esm/models/functionregexfilter.js +0 -6
  652. package/dist/esm/models/functionregexfilter.js.map +1 -1
  653. package/dist/esm/models/functionrename.d.ts +2 -2
  654. package/dist/esm/models/functionrename.d.ts.map +1 -1
  655. package/dist/esm/models/functionrename.js +0 -6
  656. package/dist/esm/models/functionrename.js.map +1 -1
  657. package/dist/esm/models/functionrollupmetrics.d.ts +2 -2
  658. package/dist/esm/models/functionrollupmetrics.d.ts.map +1 -1
  659. package/dist/esm/models/functionrollupmetrics.js +0 -6
  660. package/dist/esm/models/functionrollupmetrics.js.map +1 -1
  661. package/dist/esm/models/functionsampling.d.ts +2 -2
  662. package/dist/esm/models/functionsampling.d.ts.map +1 -1
  663. package/dist/esm/models/functionsampling.js +0 -6
  664. package/dist/esm/models/functionsampling.js.map +1 -1
  665. package/dist/esm/models/functionsend.d.ts +2 -2
  666. package/dist/esm/models/functionsend.d.ts.map +1 -1
  667. package/dist/esm/models/functionsend.js +0 -6
  668. package/dist/esm/models/functionsend.js.map +1 -1
  669. package/dist/esm/models/functionsensitivedatascanner.d.ts +2 -2
  670. package/dist/esm/models/functionsensitivedatascanner.d.ts.map +1 -1
  671. package/dist/esm/models/functionsensitivedatascanner.js +0 -6
  672. package/dist/esm/models/functionsensitivedatascanner.js.map +1 -1
  673. package/dist/esm/models/functionserde.d.ts +2 -2
  674. package/dist/esm/models/functionserde.d.ts.map +1 -1
  675. package/dist/esm/models/functionserde.js +0 -6
  676. package/dist/esm/models/functionserde.js.map +1 -1
  677. package/dist/esm/models/functionserialize.d.ts +2 -2
  678. package/dist/esm/models/functionserialize.d.ts.map +1 -1
  679. package/dist/esm/models/functionserialize.js +0 -6
  680. package/dist/esm/models/functionserialize.js.map +1 -1
  681. package/dist/esm/models/functionsidlookup.d.ts +2 -2
  682. package/dist/esm/models/functionsidlookup.d.ts.map +1 -1
  683. package/dist/esm/models/functionsidlookup.js +0 -6
  684. package/dist/esm/models/functionsidlookup.js.map +1 -1
  685. package/dist/esm/models/functionsnmptrapserialize.d.ts +2 -2
  686. package/dist/esm/models/functionsnmptrapserialize.d.ts.map +1 -1
  687. package/dist/esm/models/functionsnmptrapserialize.js +0 -6
  688. package/dist/esm/models/functionsnmptrapserialize.js.map +1 -1
  689. package/dist/esm/models/functionsort.d.ts +2 -2
  690. package/dist/esm/models/functionsort.d.ts.map +1 -1
  691. package/dist/esm/models/functionsort.js +0 -6
  692. package/dist/esm/models/functionsort.js.map +1 -1
  693. package/dist/esm/models/functionstore.d.ts +2 -2
  694. package/dist/esm/models/functionstore.d.ts.map +1 -1
  695. package/dist/esm/models/functionstore.js +0 -6
  696. package/dist/esm/models/functionstore.js.map +1 -1
  697. package/dist/esm/models/functionsuppress.d.ts +2 -2
  698. package/dist/esm/models/functionsuppress.d.ts.map +1 -1
  699. package/dist/esm/models/functionsuppress.js +0 -6
  700. package/dist/esm/models/functionsuppress.js.map +1 -1
  701. package/dist/esm/models/functiontee.d.ts +2 -2
  702. package/dist/esm/models/functiontee.d.ts.map +1 -1
  703. package/dist/esm/models/functiontee.js +0 -6
  704. package/dist/esm/models/functiontee.js.map +1 -1
  705. package/dist/esm/models/functiontrimtimestamp.d.ts +2 -2
  706. package/dist/esm/models/functiontrimtimestamp.d.ts.map +1 -1
  707. package/dist/esm/models/functiontrimtimestamp.js +0 -6
  708. package/dist/esm/models/functiontrimtimestamp.js.map +1 -1
  709. package/dist/esm/models/functionunion.d.ts +2 -2
  710. package/dist/esm/models/functionunion.d.ts.map +1 -1
  711. package/dist/esm/models/functionunion.js +0 -6
  712. package/dist/esm/models/functionunion.js.map +1 -1
  713. package/dist/esm/models/functionunroll.d.ts +2 -2
  714. package/dist/esm/models/functionunroll.d.ts.map +1 -1
  715. package/dist/esm/models/functionunroll.js +0 -6
  716. package/dist/esm/models/functionunroll.js.map +1 -1
  717. package/dist/esm/models/functionwindow.d.ts +2 -2
  718. package/dist/esm/models/functionwindow.d.ts.map +1 -1
  719. package/dist/esm/models/functionwindow.js +0 -6
  720. package/dist/esm/models/functionwindow.js.map +1 -1
  721. package/dist/esm/models/functionxmlunroll.d.ts +2 -2
  722. package/dist/esm/models/functionxmlunroll.d.ts.map +1 -1
  723. package/dist/esm/models/functionxmlunroll.js +0 -6
  724. package/dist/esm/models/functionxmlunroll.js.map +1 -1
  725. package/dist/esm/models/gitlogresult.d.ts +2 -2
  726. package/dist/esm/models/gitlogresult.d.ts.map +1 -1
  727. package/dist/esm/models/gitlogresult.js +0 -6
  728. package/dist/esm/models/gitlogresult.js.map +1 -1
  729. package/dist/esm/models/gitstatusresult.d.ts +2 -2
  730. package/dist/esm/models/gitstatusresult.d.ts.map +1 -1
  731. package/dist/esm/models/gitstatusresult.js +0 -9
  732. package/dist/esm/models/gitstatusresult.js.map +1 -1
  733. package/dist/esm/models/googlecloudstoragecollectorconf.d.ts +284 -0
  734. package/dist/esm/models/googlecloudstoragecollectorconf.d.ts.map +1 -0
  735. package/dist/esm/models/googlecloudstoragecollectorconf.js +178 -0
  736. package/dist/esm/models/googlecloudstoragecollectorconf.js.map +1 -0
  737. package/dist/esm/models/healthcheckcollectorconf.d.ts +2460 -0
  738. package/dist/esm/models/healthcheckcollectorconf.d.ts.map +1 -0
  739. package/dist/esm/models/healthcheckcollectorconf.js +1963 -0
  740. package/dist/esm/models/healthcheckcollectorconf.js.map +1 -0
  741. package/dist/esm/models/index.d.ts +11 -2
  742. package/dist/esm/models/index.d.ts.map +1 -1
  743. package/dist/esm/models/index.js +11 -2
  744. package/dist/esm/models/index.js.map +1 -1
  745. package/dist/esm/models/inputedgeprometheus.d.ts +2 -2
  746. package/dist/esm/models/inputedgeprometheus.d.ts.map +1 -1
  747. package/dist/esm/models/inputedgeprometheus.js +2 -13
  748. package/dist/esm/models/inputedgeprometheus.js.map +1 -1
  749. package/dist/esm/models/inputprometheus.d.ts +2 -2
  750. package/dist/esm/models/inputprometheus.d.ts.map +1 -1
  751. package/dist/esm/models/inputprometheus.js +2 -13
  752. package/dist/esm/models/inputprometheus.js.map +1 -1
  753. package/dist/esm/models/nodeprovidedinfo.d.ts +1 -1
  754. package/dist/esm/models/nodeprovidedinfo.d.ts.map +1 -1
  755. package/dist/esm/models/nodeprovidedinfo.js +0 -5
  756. package/dist/esm/models/nodeprovidedinfo.js.map +1 -1
  757. package/dist/esm/models/operations/createauthlogin.d.ts +1 -1
  758. package/dist/esm/models/operations/createauthlogin.d.ts.map +1 -1
  759. package/dist/esm/models/operations/createauthlogin.js +0 -1
  760. package/dist/esm/models/operations/createauthlogin.js.map +1 -1
  761. package/dist/esm/models/operations/createinput.d.ts +4 -4
  762. package/dist/esm/models/operations/createinput.d.ts.map +1 -1
  763. package/dist/esm/models/operations/createinput.js +4 -15
  764. package/dist/esm/models/operations/createinput.js.map +1 -1
  765. package/dist/esm/models/operations/createoutput.d.ts +2 -2
  766. package/dist/esm/models/operations/createoutput.d.ts.map +1 -1
  767. package/dist/esm/models/operations/createoutput.js +2 -11
  768. package/dist/esm/models/operations/createoutput.js.map +1 -1
  769. package/dist/esm/models/outputmicrosoftfabric.d.ts +1 -1
  770. package/dist/esm/models/outputmicrosoftfabric.d.ts.map +1 -1
  771. package/dist/esm/models/outputmicrosoftfabric.js +1 -10
  772. package/dist/esm/models/outputmicrosoftfabric.js.map +1 -1
  773. package/dist/esm/models/outputsentinel.d.ts +1 -1
  774. package/dist/esm/models/outputsentinel.d.ts.map +1 -1
  775. package/dist/esm/models/outputsentinel.js +1 -10
  776. package/dist/esm/models/outputsentinel.js.map +1 -1
  777. package/dist/esm/models/outputtestrequest.d.ts +6 -3
  778. package/dist/esm/models/outputtestrequest.d.ts.map +1 -1
  779. package/dist/esm/models/outputtestrequest.js +1 -2
  780. package/dist/esm/models/outputtestrequest.js.map +1 -1
  781. package/dist/esm/models/restcollectorconf.d.ts +5150 -0
  782. package/dist/esm/models/restcollectorconf.d.ts.map +1 -0
  783. package/dist/esm/models/restcollectorconf.js +4480 -0
  784. package/dist/esm/models/restcollectorconf.js.map +1 -0
  785. package/dist/esm/models/runnablejobcollection.d.ts +5 -23
  786. package/dist/esm/models/runnablejobcollection.d.ts.map +1 -1
  787. package/dist/esm/models/runnablejobcollection.js +2 -12
  788. package/dist/esm/models/runnablejobcollection.js.map +1 -1
  789. package/dist/esm/models/s3collectorconf.d.ts +929 -0
  790. package/dist/esm/models/s3collectorconf.d.ts.map +1 -0
  791. package/dist/esm/models/s3collectorconf.js +573 -0
  792. package/dist/esm/models/s3collectorconf.js.map +1 -0
  793. package/dist/esm/models/savedjobcollection.d.ts +6 -34
  794. package/dist/esm/models/savedjobcollection.d.ts.map +1 -1
  795. package/dist/esm/models/savedjobcollection.js +3 -23
  796. package/dist/esm/models/savedjobcollection.js.map +1 -1
  797. package/dist/esm/models/scriptcollectorconf.d.ts +56 -0
  798. package/dist/esm/models/scriptcollectorconf.d.ts.map +1 -0
  799. package/dist/esm/models/scriptcollectorconf.js +43 -0
  800. package/dist/esm/models/scriptcollectorconf.js.map +1 -0
  801. package/dist/esm/models/splunkcollectorconf.d.ts +1639 -0
  802. package/dist/esm/models/splunkcollectorconf.d.ts.map +1 -0
  803. package/dist/esm/models/splunkcollectorconf.js +1223 -0
  804. package/dist/esm/models/splunkcollectorconf.js.map +1 -0
  805. package/examples/package-lock.json +1 -1
  806. package/jsr.json +1 -1
  807. package/package.json +1 -1
  808. package/src/lib/config.ts +4 -4
  809. package/src/models/azureblobcollectorconf.ts +919 -0
  810. package/src/models/{collectorconf.ts → collector.ts} +37 -49
  811. package/src/models/collectorazureblob.ts +23 -1405
  812. package/src/models/collectorcribllake.ts +14 -8
  813. package/src/models/collectordatabase.ts +14 -160
  814. package/src/models/collectorfilesystem.ts +14 -93
  815. package/src/models/collectorgooglecloudstorage.ts +22 -812
  816. package/src/models/collectorhealthcheck.ts +24 -8024
  817. package/src/models/collectorrest.ts +24 -13657
  818. package/src/models/collectors3.ts +22 -1932
  819. package/src/models/collectorscript.ts +14 -75
  820. package/src/models/collectorsplunk.ts +22 -3754
  821. package/src/models/commit.ts +4 -15
  822. package/src/models/cribllakecollectorconf.ts +54 -0
  823. package/src/models/databasecollectorconf.ts +194 -0
  824. package/src/models/filesystemcollectorconf.ts +141 -0
  825. package/src/models/functionaggregatemetrics.ts +2 -8
  826. package/src/models/functionaggregation.ts +2 -8
  827. package/src/models/functionautotimestamp.ts +2 -8
  828. package/src/models/functioncef.ts +2 -8
  829. package/src/models/functionchain.ts +2 -8
  830. package/src/models/functionclone.ts +2 -8
  831. package/src/models/functioncode.ts +2 -8
  832. package/src/models/functioncomment.ts +2 -8
  833. package/src/models/functiondistinct.ts +2 -8
  834. package/src/models/functiondnslookup.ts +2 -8
  835. package/src/models/functiondrop.ts +2 -8
  836. package/src/models/functiondropdimensions.ts +2 -8
  837. package/src/models/functiondynamicsampling.ts +2 -8
  838. package/src/models/functioneval.ts +2 -8
  839. package/src/models/functioneventbreaker.ts +2 -8
  840. package/src/models/functioneventstats.ts +2 -8
  841. package/src/models/functionexternaldata.ts +2 -8
  842. package/src/models/functionflatten.ts +2 -8
  843. package/src/models/functionfoldkeys.ts +2 -8
  844. package/src/models/functiongenstats.ts +2 -8
  845. package/src/models/functiongeoip.ts +2 -8
  846. package/src/models/functiongrok.ts +2 -8
  847. package/src/models/functionhandlebars.ts +2 -8
  848. package/src/models/functionjoin.ts +2 -8
  849. package/src/models/functionjsonunroll.ts +2 -8
  850. package/src/models/functionlakeexport.ts +2 -8
  851. package/src/models/functionlimit.ts +2 -8
  852. package/src/models/functionlocalsearchdatatypeparser.ts +2 -8
  853. package/src/models/functionlocalsearchrulesetrunner.ts +2 -8
  854. package/src/models/functionlookup.ts +2 -8
  855. package/src/models/functionmask.ts +2 -8
  856. package/src/models/functionmvexpand.ts +2 -8
  857. package/src/models/functionmvpull.ts +2 -8
  858. package/src/models/functionnotificationpolicies.ts +2 -8
  859. package/src/models/functionnotifications.ts +2 -8
  860. package/src/models/functionnotify.ts +2 -8
  861. package/src/models/functionnumerify.ts +2 -8
  862. package/src/models/functionotlplogs.ts +2 -8
  863. package/src/models/functionotlpmetrics.ts +2 -8
  864. package/src/models/functionotlptraces.ts +2 -8
  865. package/src/models/functionpack.ts +2 -8
  866. package/src/models/functionpivot.ts +2 -8
  867. package/src/models/functionpublishmetrics.ts +2 -8
  868. package/src/models/functionredis.ts +2 -8
  869. package/src/models/functionregexextract.ts +2 -8
  870. package/src/models/functionregexfilter.ts +2 -8
  871. package/src/models/functionrename.ts +2 -8
  872. package/src/models/functionrollupmetrics.ts +2 -8
  873. package/src/models/functionsampling.ts +2 -8
  874. package/src/models/functionsend.ts +2 -8
  875. package/src/models/functionsensitivedatascanner.ts +2 -8
  876. package/src/models/functionserde.ts +2 -8
  877. package/src/models/functionserialize.ts +2 -8
  878. package/src/models/functionsidlookup.ts +2 -8
  879. package/src/models/functionsnmptrapserialize.ts +2 -8
  880. package/src/models/functionsort.ts +2 -8
  881. package/src/models/functionstore.ts +2 -8
  882. package/src/models/functionsuppress.ts +2 -8
  883. package/src/models/functiontee.ts +2 -8
  884. package/src/models/functiontrimtimestamp.ts +2 -8
  885. package/src/models/functionunion.ts +2 -8
  886. package/src/models/functionunroll.ts +2 -8
  887. package/src/models/functionwindow.ts +2 -8
  888. package/src/models/functionxmlunroll.ts +2 -8
  889. package/src/models/gitlogresult.ts +2 -8
  890. package/src/models/gitstatusresult.ts +2 -11
  891. package/src/models/googlecloudstoragecollectorconf.ts +633 -0
  892. package/src/models/healthcheckcollectorconf.ts +5757 -0
  893. package/src/models/index.ts +11 -2
  894. package/src/models/inputedgeprometheus.ts +4 -15
  895. package/src/models/inputprometheus.ts +4 -15
  896. package/src/models/nodeprovidedinfo.ts +1 -6
  897. package/src/models/operations/createauthlogin.ts +1 -2
  898. package/src/models/operations/createinput.ts +8 -19
  899. package/src/models/operations/createoutput.ts +4 -13
  900. package/src/models/outputmicrosoftfabric.ts +2 -11
  901. package/src/models/outputsentinel.ts +2 -11
  902. package/src/models/outputtestrequest.ts +3 -8
  903. package/src/models/restcollectorconf.ts +12631 -0
  904. package/src/models/runnablejobcollection.ts +6 -44
  905. package/src/models/s3collectorconf.ts +1760 -0
  906. package/src/models/savedjobcollection.ts +12 -78
  907. package/src/models/scriptcollectorconf.ts +121 -0
  908. package/src/models/splunkcollectorconf.ts +3561 -0
  909. package/dist/commonjs/models/collectorconf.d.ts +0 -50
  910. package/dist/commonjs/models/collectorconf.d.ts.map +0 -1
  911. package/dist/commonjs/models/collectorconf.js.map +0 -1
  912. package/dist/commonjs/models/criblevent.d.ts +0 -14
  913. package/dist/commonjs/models/criblevent.d.ts.map +0 -1
  914. package/dist/commonjs/models/criblevent.js.map +0 -1
  915. package/dist/esm/models/collectorconf.d.ts +0 -50
  916. package/dist/esm/models/collectorconf.d.ts.map +0 -1
  917. package/dist/esm/models/collectorconf.js.map +0 -1
  918. package/dist/esm/models/criblevent.d.ts +0 -14
  919. package/dist/esm/models/criblevent.d.ts.map +0 -1
  920. package/dist/esm/models/criblevent.js +0 -19
  921. package/dist/esm/models/criblevent.js.map +0 -1
  922. package/src/models/criblevent.ts +0 -36
@@ -0,0 +1,1639 @@
1
+ import * as z from "zod/v3";
2
+ import { OpenEnum } from "../types/enums.js";
3
+ import { Result as SafeParseResult } from "../types/fp.js";
4
+ import { SDKValidationError } from "./errors/sdkvalidationerror.js";
5
+ /**
6
+ * Authentication method for Discover and Collect REST calls
7
+ */
8
+ export declare const SplunkAuthenticationLoginSecretAuthentication: {
9
+ /**
10
+ * None
11
+ */
12
+ readonly None: "none";
13
+ /**
14
+ * Basic
15
+ */
16
+ readonly Basic: "basic";
17
+ /**
18
+ * Basic (credentials secret)
19
+ */
20
+ readonly BasicSecret: "basicSecret";
21
+ /**
22
+ * Bearer Token
23
+ */
24
+ readonly Token: "token";
25
+ /**
26
+ * Bearer Token (text secret)
27
+ */
28
+ readonly TokenSecret: "tokenSecret";
29
+ };
30
+ /**
31
+ * Authentication method for Discover and Collect REST calls
32
+ */
33
+ export type SplunkAuthenticationLoginSecretAuthentication = OpenEnum<typeof SplunkAuthenticationLoginSecretAuthentication>;
34
+ /**
35
+ * Format of the returned output
36
+ */
37
+ export declare const SplunkAuthenticationLoginSecretOutputMode: {
38
+ readonly Csv: "csv";
39
+ readonly Json: "json";
40
+ };
41
+ /**
42
+ * Format of the returned output
43
+ */
44
+ export type SplunkAuthenticationLoginSecretOutputMode = OpenEnum<typeof SplunkAuthenticationLoginSecretOutputMode>;
45
+ export type SplunkAuthenticationLoginSecretCollectRequestParam = {
46
+ name: string;
47
+ /**
48
+ * JavaScript expression to compute the parameter's value, normally enclosed in backticks (`${earliest}`). If a constant, use single quotes ('earliest'). Values without delimiters (earliest) are evaluated as strings.
49
+ */
50
+ value: string;
51
+ };
52
+ export type SplunkAuthenticationLoginSecretCollectRequestHeader = {
53
+ name: string;
54
+ /**
55
+ * JavaScript expression to compute the header's value, normally enclosed in backticks (`${earliest}`). If a constant, use single quotes ('earliest'). Values without delimiters (earliest) are evaluated as strings.
56
+ */
57
+ value: string;
58
+ };
59
+ /**
60
+ * Algorithm to use when performing HTTP retries
61
+ */
62
+ export declare const SplunkAuthenticationLoginSecretRetryType: {
63
+ /**
64
+ * Disabled
65
+ */
66
+ readonly None: "none";
67
+ /**
68
+ * Backoff
69
+ */
70
+ readonly Backoff: "backoff";
71
+ /**
72
+ * Static
73
+ */
74
+ readonly Static: "static";
75
+ };
76
+ /**
77
+ * Algorithm to use when performing HTTP retries
78
+ */
79
+ export type SplunkAuthenticationLoginSecretRetryType = OpenEnum<typeof SplunkAuthenticationLoginSecretRetryType>;
80
+ export type SplunkAuthenticationLoginSecretRetryRules = {
81
+ /**
82
+ * Algorithm to use when performing HTTP retries
83
+ */
84
+ type?: SplunkAuthenticationLoginSecretRetryType | undefined;
85
+ interval?: any | undefined;
86
+ limit?: any | undefined;
87
+ multiplier?: any | undefined;
88
+ codes?: any | undefined;
89
+ enableHeader?: any | undefined;
90
+ retryConnectTimeout?: any | undefined;
91
+ retryConnectReset?: any | undefined;
92
+ };
93
+ export type SplunkAuthenticationLoginSecret = {
94
+ /**
95
+ * Authentication method for Discover and Collect REST calls
96
+ */
97
+ authentication?: SplunkAuthenticationLoginSecretAuthentication | undefined;
98
+ /**
99
+ * URL to use for login API call, this call is expected to be a POST.
100
+ */
101
+ loginUrl?: string | undefined;
102
+ /**
103
+ * Select or create a stored secret that references your login credentials
104
+ */
105
+ credentialsSecret: string;
106
+ /**
107
+ * Template for POST body to send with login request, ${username} and ${password} are used to specify location of these attributes in the message
108
+ */
109
+ loginBody?: string | undefined;
110
+ /**
111
+ * Path to token attribute in login response body. Nested attributes are allowed.
112
+ */
113
+ tokenRespAttribute?: string | undefined;
114
+ /**
115
+ * JavaScript expression to compute the Authorization header to pass in discover and collect calls. The value ${token} is used to reference the token obtained from login.
116
+ */
117
+ authHeaderExpr?: string | undefined;
118
+ /**
119
+ * Search head base URL. Can be an expression. Default is https://localhost:8089.
120
+ */
121
+ searchHead?: string | undefined;
122
+ /**
123
+ * Examples: 'index=myAppLogs level=error channel=myApp' OR '| mstats avg(myStat) as myStat WHERE index=myStatsIndex.'
124
+ */
125
+ search: string;
126
+ /**
127
+ * The earliest time boundary for the search. Can be an exact or relative time. Examples: '2022-01-14T12:00:00Z' or '-16m@m'
128
+ */
129
+ earliest?: string | undefined;
130
+ /**
131
+ * The latest time boundary for the search. Can be an exact or relative time. Examples: '2022-01-14T12:00:00Z' or '-1m@m'
132
+ */
133
+ latest?: string | undefined;
134
+ /**
135
+ * REST API used to create a search
136
+ */
137
+ endpoint?: string | undefined;
138
+ /**
139
+ * Format of the returned output
140
+ */
141
+ outputMode?: SplunkAuthenticationLoginSecretOutputMode | undefined;
142
+ /**
143
+ * Optional collect request parameters
144
+ */
145
+ collectRequestParams?: Array<SplunkAuthenticationLoginSecretCollectRequestParam> | undefined;
146
+ /**
147
+ * Optional collect request headers
148
+ */
149
+ collectRequestHeaders?: Array<SplunkAuthenticationLoginSecretCollectRequestHeader> | undefined;
150
+ /**
151
+ * HTTP request inactivity timeout. Use 0 for no timeout.
152
+ */
153
+ timeout?: number | undefined;
154
+ /**
155
+ * Use round-robin DNS lookup. Suitable when DNS server returns multiple addresses in sort order.
156
+ */
157
+ useRoundRobinDns?: boolean | undefined;
158
+ /**
159
+ * Disable collector event time filtering when a date range is specified
160
+ */
161
+ disableTimeFilter?: boolean | undefined;
162
+ /**
163
+ * Reject certificates that cannot be verified against a valid CA (such as self-signed certificates)
164
+ */
165
+ rejectUnauthorized?: boolean | undefined;
166
+ /**
167
+ * Escape characters (\") in search queries will be passed directly to Splunk
168
+ */
169
+ handleEscapedChars?: boolean | undefined;
170
+ retryRules?: SplunkAuthenticationLoginSecretRetryRules | undefined;
171
+ };
172
+ /**
173
+ * Authentication method for Discover and Collect REST calls
174
+ */
175
+ export declare const SplunkAuthenticationLoginAuthentication: {
176
+ /**
177
+ * None
178
+ */
179
+ readonly None: "none";
180
+ /**
181
+ * Basic
182
+ */
183
+ readonly Basic: "basic";
184
+ /**
185
+ * Basic (credentials secret)
186
+ */
187
+ readonly BasicSecret: "basicSecret";
188
+ /**
189
+ * Bearer Token
190
+ */
191
+ readonly Token: "token";
192
+ /**
193
+ * Bearer Token (text secret)
194
+ */
195
+ readonly TokenSecret: "tokenSecret";
196
+ };
197
+ /**
198
+ * Authentication method for Discover and Collect REST calls
199
+ */
200
+ export type SplunkAuthenticationLoginAuthentication = OpenEnum<typeof SplunkAuthenticationLoginAuthentication>;
201
+ /**
202
+ * Format of the returned output
203
+ */
204
+ export declare const SplunkAuthenticationLoginOutputMode: {
205
+ readonly Csv: "csv";
206
+ readonly Json: "json";
207
+ };
208
+ /**
209
+ * Format of the returned output
210
+ */
211
+ export type SplunkAuthenticationLoginOutputMode = OpenEnum<typeof SplunkAuthenticationLoginOutputMode>;
212
+ export type SplunkAuthenticationLoginCollectRequestParam = {
213
+ name: string;
214
+ /**
215
+ * JavaScript expression to compute the parameter's value, normally enclosed in backticks (`${earliest}`). If a constant, use single quotes ('earliest'). Values without delimiters (earliest) are evaluated as strings.
216
+ */
217
+ value: string;
218
+ };
219
+ export type SplunkAuthenticationLoginCollectRequestHeader = {
220
+ name: string;
221
+ /**
222
+ * JavaScript expression to compute the header's value, normally enclosed in backticks (`${earliest}`). If a constant, use single quotes ('earliest'). Values without delimiters (earliest) are evaluated as strings.
223
+ */
224
+ value: string;
225
+ };
226
+ /**
227
+ * Algorithm to use when performing HTTP retries
228
+ */
229
+ export declare const SplunkAuthenticationLoginRetryType: {
230
+ /**
231
+ * Disabled
232
+ */
233
+ readonly None: "none";
234
+ /**
235
+ * Backoff
236
+ */
237
+ readonly Backoff: "backoff";
238
+ /**
239
+ * Static
240
+ */
241
+ readonly Static: "static";
242
+ };
243
+ /**
244
+ * Algorithm to use when performing HTTP retries
245
+ */
246
+ export type SplunkAuthenticationLoginRetryType = OpenEnum<typeof SplunkAuthenticationLoginRetryType>;
247
+ export type SplunkAuthenticationLoginRetryRules = {
248
+ /**
249
+ * Algorithm to use when performing HTTP retries
250
+ */
251
+ type?: SplunkAuthenticationLoginRetryType | undefined;
252
+ interval?: any | undefined;
253
+ limit?: any | undefined;
254
+ multiplier?: any | undefined;
255
+ codes?: any | undefined;
256
+ enableHeader?: any | undefined;
257
+ retryConnectTimeout?: any | undefined;
258
+ retryConnectReset?: any | undefined;
259
+ };
260
+ export type SplunkAuthenticationLogin = {
261
+ /**
262
+ * Authentication method for Discover and Collect REST calls
263
+ */
264
+ authentication?: SplunkAuthenticationLoginAuthentication | undefined;
265
+ /**
266
+ * URL to use for login API call. This call is expected to be a POST.
267
+ */
268
+ loginUrl?: string | undefined;
269
+ username: string;
270
+ password: string;
271
+ /**
272
+ * Template for POST body to send with login request. ${username} and ${password} are used to specify location of these attributes in the message.
273
+ */
274
+ loginBody?: string | undefined;
275
+ /**
276
+ * Path to token attribute in login response body. Nested attributes are allowed.
277
+ */
278
+ tokenRespAttribute?: string | undefined;
279
+ /**
280
+ * JavaScript expression to compute the Authorization header to pass in discover and collect calls. The value ${token} is used to reference the token obtained from login.
281
+ */
282
+ authHeaderExpr?: string | undefined;
283
+ /**
284
+ * Search head base URL. Can be an expression. Default is https://localhost:8089.
285
+ */
286
+ searchHead?: string | undefined;
287
+ /**
288
+ * Examples: 'index=myAppLogs level=error channel=myApp' OR '| mstats avg(myStat) as myStat WHERE index=myStatsIndex.'
289
+ */
290
+ search: string;
291
+ /**
292
+ * The earliest time boundary for the search. Can be an exact or relative time. Examples: '2022-01-14T12:00:00Z' or '-16m@m'
293
+ */
294
+ earliest?: string | undefined;
295
+ /**
296
+ * The latest time boundary for the search. Can be an exact or relative time. Examples: '2022-01-14T12:00:00Z' or '-1m@m'
297
+ */
298
+ latest?: string | undefined;
299
+ /**
300
+ * REST API used to create a search
301
+ */
302
+ endpoint?: string | undefined;
303
+ /**
304
+ * Format of the returned output
305
+ */
306
+ outputMode?: SplunkAuthenticationLoginOutputMode | undefined;
307
+ /**
308
+ * Optional collect request parameters
309
+ */
310
+ collectRequestParams?: Array<SplunkAuthenticationLoginCollectRequestParam> | undefined;
311
+ /**
312
+ * Optional collect request headers
313
+ */
314
+ collectRequestHeaders?: Array<SplunkAuthenticationLoginCollectRequestHeader> | undefined;
315
+ /**
316
+ * HTTP request inactivity timeout. Use 0 for no timeout.
317
+ */
318
+ timeout?: number | undefined;
319
+ /**
320
+ * Use round-robin DNS lookup. Suitable when DNS server returns multiple addresses in sort order.
321
+ */
322
+ useRoundRobinDns?: boolean | undefined;
323
+ /**
324
+ * Disable collector event time filtering when a date range is specified
325
+ */
326
+ disableTimeFilter?: boolean | undefined;
327
+ /**
328
+ * Reject certificates that cannot be verified against a valid CA (such as self-signed certificates)
329
+ */
330
+ rejectUnauthorized?: boolean | undefined;
331
+ /**
332
+ * Escape characters (\") in search queries will be passed directly to Splunk
333
+ */
334
+ handleEscapedChars?: boolean | undefined;
335
+ retryRules?: SplunkAuthenticationLoginRetryRules | undefined;
336
+ };
337
+ /**
338
+ * Authentication method for Discover and Collect REST calls
339
+ */
340
+ export declare const SplunkAuthenticationTokenSecretAuthentication: {
341
+ /**
342
+ * None
343
+ */
344
+ readonly None: "none";
345
+ /**
346
+ * Basic
347
+ */
348
+ readonly Basic: "basic";
349
+ /**
350
+ * Basic (credentials secret)
351
+ */
352
+ readonly BasicSecret: "basicSecret";
353
+ /**
354
+ * Bearer Token
355
+ */
356
+ readonly Token: "token";
357
+ /**
358
+ * Bearer Token (text secret)
359
+ */
360
+ readonly TokenSecret: "tokenSecret";
361
+ };
362
+ /**
363
+ * Authentication method for Discover and Collect REST calls
364
+ */
365
+ export type SplunkAuthenticationTokenSecretAuthentication = OpenEnum<typeof SplunkAuthenticationTokenSecretAuthentication>;
366
+ /**
367
+ * Format of the returned output
368
+ */
369
+ export declare const SplunkAuthenticationTokenSecretOutputMode: {
370
+ readonly Csv: "csv";
371
+ readonly Json: "json";
372
+ };
373
+ /**
374
+ * Format of the returned output
375
+ */
376
+ export type SplunkAuthenticationTokenSecretOutputMode = OpenEnum<typeof SplunkAuthenticationTokenSecretOutputMode>;
377
+ export type SplunkAuthenticationTokenSecretCollectRequestParam = {
378
+ name: string;
379
+ /**
380
+ * JavaScript expression to compute the parameter's value, normally enclosed in backticks (`${earliest}`). If a constant, use single quotes ('earliest'). Values without delimiters (earliest) are evaluated as strings.
381
+ */
382
+ value: string;
383
+ };
384
+ export type SplunkAuthenticationTokenSecretCollectRequestHeader = {
385
+ name: string;
386
+ /**
387
+ * JavaScript expression to compute the header's value, normally enclosed in backticks (`${earliest}`). If a constant, use single quotes ('earliest'). Values without delimiters (earliest) are evaluated as strings.
388
+ */
389
+ value: string;
390
+ };
391
+ /**
392
+ * Algorithm to use when performing HTTP retries
393
+ */
394
+ export declare const SplunkAuthenticationTokenSecretRetryType: {
395
+ /**
396
+ * Disabled
397
+ */
398
+ readonly None: "none";
399
+ /**
400
+ * Backoff
401
+ */
402
+ readonly Backoff: "backoff";
403
+ /**
404
+ * Static
405
+ */
406
+ readonly Static: "static";
407
+ };
408
+ /**
409
+ * Algorithm to use when performing HTTP retries
410
+ */
411
+ export type SplunkAuthenticationTokenSecretRetryType = OpenEnum<typeof SplunkAuthenticationTokenSecretRetryType>;
412
+ export type SplunkAuthenticationTokenSecretRetryRules = {
413
+ /**
414
+ * Algorithm to use when performing HTTP retries
415
+ */
416
+ type?: SplunkAuthenticationTokenSecretRetryType | undefined;
417
+ interval?: any | undefined;
418
+ limit?: any | undefined;
419
+ multiplier?: any | undefined;
420
+ codes?: any | undefined;
421
+ enableHeader?: any | undefined;
422
+ retryConnectTimeout?: any | undefined;
423
+ retryConnectReset?: any | undefined;
424
+ };
425
+ export type SplunkAuthenticationTokenSecret = {
426
+ /**
427
+ * Authentication method for Discover and Collect REST calls
428
+ */
429
+ authentication?: SplunkAuthenticationTokenSecretAuthentication | undefined;
430
+ /**
431
+ * Select or create a stored secret that references your Bearer token
432
+ */
433
+ tokenSecret: string;
434
+ /**
435
+ * Search head base URL. Can be an expression. Default is https://localhost:8089.
436
+ */
437
+ searchHead?: string | undefined;
438
+ /**
439
+ * Examples: 'index=myAppLogs level=error channel=myApp' OR '| mstats avg(myStat) as myStat WHERE index=myStatsIndex.'
440
+ */
441
+ search: string;
442
+ /**
443
+ * The earliest time boundary for the search. Can be an exact or relative time. Examples: '2022-01-14T12:00:00Z' or '-16m@m'
444
+ */
445
+ earliest?: string | undefined;
446
+ /**
447
+ * The latest time boundary for the search. Can be an exact or relative time. Examples: '2022-01-14T12:00:00Z' or '-1m@m'
448
+ */
449
+ latest?: string | undefined;
450
+ /**
451
+ * REST API used to create a search
452
+ */
453
+ endpoint?: string | undefined;
454
+ /**
455
+ * Format of the returned output
456
+ */
457
+ outputMode?: SplunkAuthenticationTokenSecretOutputMode | undefined;
458
+ /**
459
+ * Optional collect request parameters
460
+ */
461
+ collectRequestParams?: Array<SplunkAuthenticationTokenSecretCollectRequestParam> | undefined;
462
+ /**
463
+ * Optional collect request headers
464
+ */
465
+ collectRequestHeaders?: Array<SplunkAuthenticationTokenSecretCollectRequestHeader> | undefined;
466
+ /**
467
+ * HTTP request inactivity timeout. Use 0 for no timeout.
468
+ */
469
+ timeout?: number | undefined;
470
+ /**
471
+ * Use round-robin DNS lookup. Suitable when DNS server returns multiple addresses in sort order.
472
+ */
473
+ useRoundRobinDns?: boolean | undefined;
474
+ /**
475
+ * Disable collector event time filtering when a date range is specified
476
+ */
477
+ disableTimeFilter?: boolean | undefined;
478
+ /**
479
+ * Reject certificates that cannot be verified against a valid CA (such as self-signed certificates)
480
+ */
481
+ rejectUnauthorized?: boolean | undefined;
482
+ /**
483
+ * Escape characters (\") in search queries will be passed directly to Splunk
484
+ */
485
+ handleEscapedChars?: boolean | undefined;
486
+ retryRules?: SplunkAuthenticationTokenSecretRetryRules | undefined;
487
+ };
488
+ /**
489
+ * Authentication method for Discover and Collect REST calls
490
+ */
491
+ export declare const SplunkAuthenticationTokenAuthentication: {
492
+ /**
493
+ * None
494
+ */
495
+ readonly None: "none";
496
+ /**
497
+ * Basic
498
+ */
499
+ readonly Basic: "basic";
500
+ /**
501
+ * Basic (credentials secret)
502
+ */
503
+ readonly BasicSecret: "basicSecret";
504
+ /**
505
+ * Bearer Token
506
+ */
507
+ readonly Token: "token";
508
+ /**
509
+ * Bearer Token (text secret)
510
+ */
511
+ readonly TokenSecret: "tokenSecret";
512
+ };
513
+ /**
514
+ * Authentication method for Discover and Collect REST calls
515
+ */
516
+ export type SplunkAuthenticationTokenAuthentication = OpenEnum<typeof SplunkAuthenticationTokenAuthentication>;
517
+ /**
518
+ * Format of the returned output
519
+ */
520
+ export declare const SplunkAuthenticationTokenOutputMode: {
521
+ readonly Csv: "csv";
522
+ readonly Json: "json";
523
+ };
524
+ /**
525
+ * Format of the returned output
526
+ */
527
+ export type SplunkAuthenticationTokenOutputMode = OpenEnum<typeof SplunkAuthenticationTokenOutputMode>;
528
+ export type SplunkAuthenticationTokenCollectRequestParam = {
529
+ name: string;
530
+ /**
531
+ * JavaScript expression to compute the parameter's value, normally enclosed in backticks (`${earliest}`). If a constant, use single quotes ('earliest'). Values without delimiters (earliest) are evaluated as strings.
532
+ */
533
+ value: string;
534
+ };
535
+ export type SplunkAuthenticationTokenCollectRequestHeader = {
536
+ name: string;
537
+ /**
538
+ * JavaScript expression to compute the header's value, normally enclosed in backticks (`${earliest}`). If a constant, use single quotes ('earliest'). Values without delimiters (earliest) are evaluated as strings.
539
+ */
540
+ value: string;
541
+ };
542
+ /**
543
+ * Algorithm to use when performing HTTP retries
544
+ */
545
+ export declare const SplunkAuthenticationTokenRetryType: {
546
+ /**
547
+ * Disabled
548
+ */
549
+ readonly None: "none";
550
+ /**
551
+ * Backoff
552
+ */
553
+ readonly Backoff: "backoff";
554
+ /**
555
+ * Static
556
+ */
557
+ readonly Static: "static";
558
+ };
559
+ /**
560
+ * Algorithm to use when performing HTTP retries
561
+ */
562
+ export type SplunkAuthenticationTokenRetryType = OpenEnum<typeof SplunkAuthenticationTokenRetryType>;
563
+ export type SplunkAuthenticationTokenRetryRules = {
564
+ /**
565
+ * Algorithm to use when performing HTTP retries
566
+ */
567
+ type?: SplunkAuthenticationTokenRetryType | undefined;
568
+ interval?: any | undefined;
569
+ limit?: any | undefined;
570
+ multiplier?: any | undefined;
571
+ codes?: any | undefined;
572
+ enableHeader?: any | undefined;
573
+ retryConnectTimeout?: any | undefined;
574
+ retryConnectReset?: any | undefined;
575
+ };
576
+ export type SplunkAuthenticationToken = {
577
+ /**
578
+ * Authentication method for Discover and Collect REST calls
579
+ */
580
+ authentication?: SplunkAuthenticationTokenAuthentication | undefined;
581
+ token: string;
582
+ /**
583
+ * Search head base URL. Can be an expression. Default is https://localhost:8089.
584
+ */
585
+ searchHead?: string | undefined;
586
+ /**
587
+ * Examples: 'index=myAppLogs level=error channel=myApp' OR '| mstats avg(myStat) as myStat WHERE index=myStatsIndex.'
588
+ */
589
+ search: string;
590
+ /**
591
+ * The earliest time boundary for the search. Can be an exact or relative time. Examples: '2022-01-14T12:00:00Z' or '-16m@m'
592
+ */
593
+ earliest?: string | undefined;
594
+ /**
595
+ * The latest time boundary for the search. Can be an exact or relative time. Examples: '2022-01-14T12:00:00Z' or '-1m@m'
596
+ */
597
+ latest?: string | undefined;
598
+ /**
599
+ * REST API used to create a search
600
+ */
601
+ endpoint?: string | undefined;
602
+ /**
603
+ * Format of the returned output
604
+ */
605
+ outputMode?: SplunkAuthenticationTokenOutputMode | undefined;
606
+ /**
607
+ * Optional collect request parameters
608
+ */
609
+ collectRequestParams?: Array<SplunkAuthenticationTokenCollectRequestParam> | undefined;
610
+ /**
611
+ * Optional collect request headers
612
+ */
613
+ collectRequestHeaders?: Array<SplunkAuthenticationTokenCollectRequestHeader> | undefined;
614
+ /**
615
+ * HTTP request inactivity timeout. Use 0 for no timeout.
616
+ */
617
+ timeout?: number | undefined;
618
+ /**
619
+ * Use round-robin DNS lookup. Suitable when DNS server returns multiple addresses in sort order.
620
+ */
621
+ useRoundRobinDns?: boolean | undefined;
622
+ /**
623
+ * Disable collector event time filtering when a date range is specified
624
+ */
625
+ disableTimeFilter?: boolean | undefined;
626
+ /**
627
+ * Reject certificates that cannot be verified against a valid CA (such as self-signed certificates)
628
+ */
629
+ rejectUnauthorized?: boolean | undefined;
630
+ /**
631
+ * Escape characters (\") in search queries will be passed directly to Splunk
632
+ */
633
+ handleEscapedChars?: boolean | undefined;
634
+ retryRules?: SplunkAuthenticationTokenRetryRules | undefined;
635
+ };
636
+ /**
637
+ * Authentication method for Discover and Collect REST calls
638
+ */
639
+ export declare const SplunkAuthenticationBasicSecretAuthentication: {
640
+ /**
641
+ * None
642
+ */
643
+ readonly None: "none";
644
+ /**
645
+ * Basic
646
+ */
647
+ readonly Basic: "basic";
648
+ /**
649
+ * Basic (credentials secret)
650
+ */
651
+ readonly BasicSecret: "basicSecret";
652
+ /**
653
+ * Bearer Token
654
+ */
655
+ readonly Token: "token";
656
+ /**
657
+ * Bearer Token (text secret)
658
+ */
659
+ readonly TokenSecret: "tokenSecret";
660
+ };
661
+ /**
662
+ * Authentication method for Discover and Collect REST calls
663
+ */
664
+ export type SplunkAuthenticationBasicSecretAuthentication = OpenEnum<typeof SplunkAuthenticationBasicSecretAuthentication>;
665
+ /**
666
+ * Format of the returned output
667
+ */
668
+ export declare const SplunkAuthenticationBasicSecretOutputMode: {
669
+ readonly Csv: "csv";
670
+ readonly Json: "json";
671
+ };
672
+ /**
673
+ * Format of the returned output
674
+ */
675
+ export type SplunkAuthenticationBasicSecretOutputMode = OpenEnum<typeof SplunkAuthenticationBasicSecretOutputMode>;
676
+ export type SplunkAuthenticationBasicSecretCollectRequestParam = {
677
+ name: string;
678
+ /**
679
+ * JavaScript expression to compute the parameter's value, normally enclosed in backticks (`${earliest}`). If a constant, use single quotes ('earliest'). Values without delimiters (earliest) are evaluated as strings.
680
+ */
681
+ value: string;
682
+ };
683
+ export type SplunkAuthenticationBasicSecretCollectRequestHeader = {
684
+ name: string;
685
+ /**
686
+ * JavaScript expression to compute the header's value, normally enclosed in backticks (`${earliest}`). If a constant, use single quotes ('earliest'). Values without delimiters (earliest) are evaluated as strings.
687
+ */
688
+ value: string;
689
+ };
690
+ /**
691
+ * Algorithm to use when performing HTTP retries
692
+ */
693
+ export declare const SplunkAuthenticationBasicSecretRetryType: {
694
+ /**
695
+ * Disabled
696
+ */
697
+ readonly None: "none";
698
+ /**
699
+ * Backoff
700
+ */
701
+ readonly Backoff: "backoff";
702
+ /**
703
+ * Static
704
+ */
705
+ readonly Static: "static";
706
+ };
707
+ /**
708
+ * Algorithm to use when performing HTTP retries
709
+ */
710
+ export type SplunkAuthenticationBasicSecretRetryType = OpenEnum<typeof SplunkAuthenticationBasicSecretRetryType>;
711
+ export type SplunkAuthenticationBasicSecretRetryRules = {
712
+ /**
713
+ * Algorithm to use when performing HTTP retries
714
+ */
715
+ type?: SplunkAuthenticationBasicSecretRetryType | undefined;
716
+ interval?: any | undefined;
717
+ limit?: any | undefined;
718
+ multiplier?: any | undefined;
719
+ codes?: any | undefined;
720
+ enableHeader?: any | undefined;
721
+ retryConnectTimeout?: any | undefined;
722
+ retryConnectReset?: any | undefined;
723
+ };
724
+ export type SplunkAuthenticationBasicSecret = {
725
+ /**
726
+ * Authentication method for Discover and Collect REST calls
727
+ */
728
+ authentication?: SplunkAuthenticationBasicSecretAuthentication | undefined;
729
+ /**
730
+ * Select or create a stored secret that references your credentials
731
+ */
732
+ credentialsSecret: string;
733
+ /**
734
+ * Search head base URL. Can be an expression. Default is https://localhost:8089.
735
+ */
736
+ searchHead?: string | undefined;
737
+ /**
738
+ * Examples: 'index=myAppLogs level=error channel=myApp' OR '| mstats avg(myStat) as myStat WHERE index=myStatsIndex.'
739
+ */
740
+ search: string;
741
+ /**
742
+ * The earliest time boundary for the search. Can be an exact or relative time. Examples: '2022-01-14T12:00:00Z' or '-16m@m'
743
+ */
744
+ earliest?: string | undefined;
745
+ /**
746
+ * The latest time boundary for the search. Can be an exact or relative time. Examples: '2022-01-14T12:00:00Z' or '-1m@m'
747
+ */
748
+ latest?: string | undefined;
749
+ /**
750
+ * REST API used to create a search
751
+ */
752
+ endpoint?: string | undefined;
753
+ /**
754
+ * Format of the returned output
755
+ */
756
+ outputMode?: SplunkAuthenticationBasicSecretOutputMode | undefined;
757
+ /**
758
+ * Optional collect request parameters
759
+ */
760
+ collectRequestParams?: Array<SplunkAuthenticationBasicSecretCollectRequestParam> | undefined;
761
+ /**
762
+ * Optional collect request headers
763
+ */
764
+ collectRequestHeaders?: Array<SplunkAuthenticationBasicSecretCollectRequestHeader> | undefined;
765
+ /**
766
+ * HTTP request inactivity timeout. Use 0 for no timeout.
767
+ */
768
+ timeout?: number | undefined;
769
+ /**
770
+ * Use round-robin DNS lookup. Suitable when DNS server returns multiple addresses in sort order.
771
+ */
772
+ useRoundRobinDns?: boolean | undefined;
773
+ /**
774
+ * Disable collector event time filtering when a date range is specified
775
+ */
776
+ disableTimeFilter?: boolean | undefined;
777
+ /**
778
+ * Reject certificates that cannot be verified against a valid CA (such as self-signed certificates)
779
+ */
780
+ rejectUnauthorized?: boolean | undefined;
781
+ /**
782
+ * Escape characters (\") in search queries will be passed directly to Splunk
783
+ */
784
+ handleEscapedChars?: boolean | undefined;
785
+ retryRules?: SplunkAuthenticationBasicSecretRetryRules | undefined;
786
+ };
787
+ /**
788
+ * Authentication method for Discover and Collect REST calls
789
+ */
790
+ export declare const SplunkAuthenticationBasicAuthentication: {
791
+ /**
792
+ * None
793
+ */
794
+ readonly None: "none";
795
+ /**
796
+ * Basic
797
+ */
798
+ readonly Basic: "basic";
799
+ /**
800
+ * Basic (credentials secret)
801
+ */
802
+ readonly BasicSecret: "basicSecret";
803
+ /**
804
+ * Bearer Token
805
+ */
806
+ readonly Token: "token";
807
+ /**
808
+ * Bearer Token (text secret)
809
+ */
810
+ readonly TokenSecret: "tokenSecret";
811
+ };
812
+ /**
813
+ * Authentication method for Discover and Collect REST calls
814
+ */
815
+ export type SplunkAuthenticationBasicAuthentication = OpenEnum<typeof SplunkAuthenticationBasicAuthentication>;
816
+ /**
817
+ * Format of the returned output
818
+ */
819
+ export declare const SplunkAuthenticationBasicOutputMode: {
820
+ readonly Csv: "csv";
821
+ readonly Json: "json";
822
+ };
823
+ /**
824
+ * Format of the returned output
825
+ */
826
+ export type SplunkAuthenticationBasicOutputMode = OpenEnum<typeof SplunkAuthenticationBasicOutputMode>;
827
+ export type SplunkAuthenticationBasicCollectRequestParam = {
828
+ name: string;
829
+ /**
830
+ * JavaScript expression to compute the parameter's value, normally enclosed in backticks (`${earliest}`). If a constant, use single quotes ('earliest'). Values without delimiters (earliest) are evaluated as strings.
831
+ */
832
+ value: string;
833
+ };
834
+ export type SplunkAuthenticationBasicCollectRequestHeader = {
835
+ name: string;
836
+ /**
837
+ * JavaScript expression to compute the header's value, normally enclosed in backticks (`${earliest}`). If a constant, use single quotes ('earliest'). Values without delimiters (earliest) are evaluated as strings.
838
+ */
839
+ value: string;
840
+ };
841
+ /**
842
+ * Algorithm to use when performing HTTP retries
843
+ */
844
+ export declare const SplunkAuthenticationBasicRetryType: {
845
+ /**
846
+ * Disabled
847
+ */
848
+ readonly None: "none";
849
+ /**
850
+ * Backoff
851
+ */
852
+ readonly Backoff: "backoff";
853
+ /**
854
+ * Static
855
+ */
856
+ readonly Static: "static";
857
+ };
858
+ /**
859
+ * Algorithm to use when performing HTTP retries
860
+ */
861
+ export type SplunkAuthenticationBasicRetryType = OpenEnum<typeof SplunkAuthenticationBasicRetryType>;
862
+ export type SplunkAuthenticationBasicRetryRules = {
863
+ /**
864
+ * Algorithm to use when performing HTTP retries
865
+ */
866
+ type?: SplunkAuthenticationBasicRetryType | undefined;
867
+ interval?: any | undefined;
868
+ limit?: any | undefined;
869
+ multiplier?: any | undefined;
870
+ codes?: any | undefined;
871
+ enableHeader?: any | undefined;
872
+ retryConnectTimeout?: any | undefined;
873
+ retryConnectReset?: any | undefined;
874
+ };
875
+ export type SplunkAuthenticationBasic = {
876
+ /**
877
+ * Authentication method for Discover and Collect REST calls
878
+ */
879
+ authentication?: SplunkAuthenticationBasicAuthentication | undefined;
880
+ /**
881
+ * Basic authentication username
882
+ */
883
+ username: string;
884
+ /**
885
+ * Basic authentication password
886
+ */
887
+ password: string;
888
+ /**
889
+ * Search head base URL. Can be an expression. Default is https://localhost:8089.
890
+ */
891
+ searchHead?: string | undefined;
892
+ /**
893
+ * Examples: 'index=myAppLogs level=error channel=myApp' OR '| mstats avg(myStat) as myStat WHERE index=myStatsIndex.'
894
+ */
895
+ search: string;
896
+ /**
897
+ * The earliest time boundary for the search. Can be an exact or relative time. Examples: '2022-01-14T12:00:00Z' or '-16m@m'
898
+ */
899
+ earliest?: string | undefined;
900
+ /**
901
+ * The latest time boundary for the search. Can be an exact or relative time. Examples: '2022-01-14T12:00:00Z' or '-1m@m'
902
+ */
903
+ latest?: string | undefined;
904
+ /**
905
+ * REST API used to create a search
906
+ */
907
+ endpoint?: string | undefined;
908
+ /**
909
+ * Format of the returned output
910
+ */
911
+ outputMode?: SplunkAuthenticationBasicOutputMode | undefined;
912
+ /**
913
+ * Optional collect request parameters
914
+ */
915
+ collectRequestParams?: Array<SplunkAuthenticationBasicCollectRequestParam> | undefined;
916
+ /**
917
+ * Optional collect request headers
918
+ */
919
+ collectRequestHeaders?: Array<SplunkAuthenticationBasicCollectRequestHeader> | undefined;
920
+ /**
921
+ * HTTP request inactivity timeout. Use 0 for no timeout.
922
+ */
923
+ timeout?: number | undefined;
924
+ /**
925
+ * Use round-robin DNS lookup. Suitable when DNS server returns multiple addresses in sort order.
926
+ */
927
+ useRoundRobinDns?: boolean | undefined;
928
+ /**
929
+ * Disable collector event time filtering when a date range is specified
930
+ */
931
+ disableTimeFilter?: boolean | undefined;
932
+ /**
933
+ * Reject certificates that cannot be verified against a valid CA (such as self-signed certificates)
934
+ */
935
+ rejectUnauthorized?: boolean | undefined;
936
+ /**
937
+ * Escape characters (\") in search queries will be passed directly to Splunk
938
+ */
939
+ handleEscapedChars?: boolean | undefined;
940
+ retryRules?: SplunkAuthenticationBasicRetryRules | undefined;
941
+ };
942
+ /**
943
+ * Authentication method for Discover and Collect REST calls
944
+ */
945
+ export declare const SplunkAuthenticationNoneAuthentication: {
946
+ /**
947
+ * None
948
+ */
949
+ readonly None: "none";
950
+ /**
951
+ * Basic
952
+ */
953
+ readonly Basic: "basic";
954
+ /**
955
+ * Basic (credentials secret)
956
+ */
957
+ readonly BasicSecret: "basicSecret";
958
+ /**
959
+ * Bearer Token
960
+ */
961
+ readonly Token: "token";
962
+ /**
963
+ * Bearer Token (text secret)
964
+ */
965
+ readonly TokenSecret: "tokenSecret";
966
+ };
967
+ /**
968
+ * Authentication method for Discover and Collect REST calls
969
+ */
970
+ export type SplunkAuthenticationNoneAuthentication = OpenEnum<typeof SplunkAuthenticationNoneAuthentication>;
971
+ /**
972
+ * Format of the returned output
973
+ */
974
+ export declare const SplunkAuthenticationNoneOutputMode: {
975
+ readonly Csv: "csv";
976
+ readonly Json: "json";
977
+ };
978
+ /**
979
+ * Format of the returned output
980
+ */
981
+ export type SplunkAuthenticationNoneOutputMode = OpenEnum<typeof SplunkAuthenticationNoneOutputMode>;
982
+ export type SplunkAuthenticationNoneCollectRequestParam = {
983
+ name: string;
984
+ /**
985
+ * JavaScript expression to compute the parameter's value, normally enclosed in backticks (`${earliest}`). If a constant, use single quotes ('earliest'). Values without delimiters (earliest) are evaluated as strings.
986
+ */
987
+ value: string;
988
+ };
989
+ export type SplunkAuthenticationNoneCollectRequestHeader = {
990
+ name: string;
991
+ /**
992
+ * JavaScript expression to compute the header's value, normally enclosed in backticks (`${earliest}`). If a constant, use single quotes ('earliest'). Values without delimiters (earliest) are evaluated as strings.
993
+ */
994
+ value: string;
995
+ };
996
+ /**
997
+ * Algorithm to use when performing HTTP retries
998
+ */
999
+ export declare const SplunkAuthenticationNoneRetryType: {
1000
+ /**
1001
+ * Disabled
1002
+ */
1003
+ readonly None: "none";
1004
+ /**
1005
+ * Backoff
1006
+ */
1007
+ readonly Backoff: "backoff";
1008
+ /**
1009
+ * Static
1010
+ */
1011
+ readonly Static: "static";
1012
+ };
1013
+ /**
1014
+ * Algorithm to use when performing HTTP retries
1015
+ */
1016
+ export type SplunkAuthenticationNoneRetryType = OpenEnum<typeof SplunkAuthenticationNoneRetryType>;
1017
+ export type SplunkAuthenticationNoneRetryRules = {
1018
+ /**
1019
+ * Algorithm to use when performing HTTP retries
1020
+ */
1021
+ type?: SplunkAuthenticationNoneRetryType | undefined;
1022
+ interval?: any | undefined;
1023
+ limit?: any | undefined;
1024
+ multiplier?: any | undefined;
1025
+ codes?: any | undefined;
1026
+ enableHeader?: any | undefined;
1027
+ retryConnectTimeout?: any | undefined;
1028
+ retryConnectReset?: any | undefined;
1029
+ };
1030
+ export type SplunkAuthenticationNone = {
1031
+ /**
1032
+ * Authentication method for Discover and Collect REST calls
1033
+ */
1034
+ authentication?: SplunkAuthenticationNoneAuthentication | undefined;
1035
+ /**
1036
+ * Search head base URL. Can be an expression. Default is https://localhost:8089.
1037
+ */
1038
+ searchHead?: string | undefined;
1039
+ /**
1040
+ * Examples: 'index=myAppLogs level=error channel=myApp' OR '| mstats avg(myStat) as myStat WHERE index=myStatsIndex.'
1041
+ */
1042
+ search: string;
1043
+ /**
1044
+ * The earliest time boundary for the search. Can be an exact or relative time. Examples: '2022-01-14T12:00:00Z' or '-16m@m'
1045
+ */
1046
+ earliest?: string | undefined;
1047
+ /**
1048
+ * The latest time boundary for the search. Can be an exact or relative time. Examples: '2022-01-14T12:00:00Z' or '-1m@m'
1049
+ */
1050
+ latest?: string | undefined;
1051
+ /**
1052
+ * REST API used to create a search
1053
+ */
1054
+ endpoint?: string | undefined;
1055
+ /**
1056
+ * Format of the returned output
1057
+ */
1058
+ outputMode?: SplunkAuthenticationNoneOutputMode | undefined;
1059
+ /**
1060
+ * Optional collect request parameters
1061
+ */
1062
+ collectRequestParams?: Array<SplunkAuthenticationNoneCollectRequestParam> | undefined;
1063
+ /**
1064
+ * Optional collect request headers
1065
+ */
1066
+ collectRequestHeaders?: Array<SplunkAuthenticationNoneCollectRequestHeader> | undefined;
1067
+ /**
1068
+ * HTTP request inactivity timeout. Use 0 for no timeout.
1069
+ */
1070
+ timeout?: number | undefined;
1071
+ /**
1072
+ * Use round-robin DNS lookup. Suitable when DNS server returns multiple addresses in sort order.
1073
+ */
1074
+ useRoundRobinDns?: boolean | undefined;
1075
+ /**
1076
+ * Disable collector event time filtering when a date range is specified
1077
+ */
1078
+ disableTimeFilter?: boolean | undefined;
1079
+ /**
1080
+ * Reject certificates that cannot be verified against a valid CA (such as self-signed certificates)
1081
+ */
1082
+ rejectUnauthorized?: boolean | undefined;
1083
+ /**
1084
+ * Escape characters (\") in search queries will be passed directly to Splunk
1085
+ */
1086
+ handleEscapedChars?: boolean | undefined;
1087
+ retryRules?: SplunkAuthenticationNoneRetryRules | undefined;
1088
+ };
1089
+ export type SplunkCollectorConf = SplunkAuthenticationBasic | SplunkAuthenticationLogin | SplunkAuthenticationBasicSecret | SplunkAuthenticationToken | SplunkAuthenticationTokenSecret | SplunkAuthenticationLoginSecret | SplunkAuthenticationNone;
1090
+ /** @internal */
1091
+ export declare const SplunkAuthenticationLoginSecretAuthentication$inboundSchema: z.ZodType<SplunkAuthenticationLoginSecretAuthentication, z.ZodTypeDef, unknown>;
1092
+ /** @internal */
1093
+ export declare const SplunkAuthenticationLoginSecretAuthentication$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationLoginSecretAuthentication>;
1094
+ /** @internal */
1095
+ export declare const SplunkAuthenticationLoginSecretOutputMode$inboundSchema: z.ZodType<SplunkAuthenticationLoginSecretOutputMode, z.ZodTypeDef, unknown>;
1096
+ /** @internal */
1097
+ export declare const SplunkAuthenticationLoginSecretOutputMode$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationLoginSecretOutputMode>;
1098
+ /** @internal */
1099
+ export declare const SplunkAuthenticationLoginSecretCollectRequestParam$inboundSchema: z.ZodType<SplunkAuthenticationLoginSecretCollectRequestParam, z.ZodTypeDef, unknown>;
1100
+ /** @internal */
1101
+ export type SplunkAuthenticationLoginSecretCollectRequestParam$Outbound = {
1102
+ name: string;
1103
+ value: string;
1104
+ };
1105
+ /** @internal */
1106
+ export declare const SplunkAuthenticationLoginSecretCollectRequestParam$outboundSchema: z.ZodType<SplunkAuthenticationLoginSecretCollectRequestParam$Outbound, z.ZodTypeDef, SplunkAuthenticationLoginSecretCollectRequestParam>;
1107
+ export declare function splunkAuthenticationLoginSecretCollectRequestParamToJSON(splunkAuthenticationLoginSecretCollectRequestParam: SplunkAuthenticationLoginSecretCollectRequestParam): string;
1108
+ export declare function splunkAuthenticationLoginSecretCollectRequestParamFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationLoginSecretCollectRequestParam, SDKValidationError>;
1109
+ /** @internal */
1110
+ export declare const SplunkAuthenticationLoginSecretCollectRequestHeader$inboundSchema: z.ZodType<SplunkAuthenticationLoginSecretCollectRequestHeader, z.ZodTypeDef, unknown>;
1111
+ /** @internal */
1112
+ export type SplunkAuthenticationLoginSecretCollectRequestHeader$Outbound = {
1113
+ name: string;
1114
+ value: string;
1115
+ };
1116
+ /** @internal */
1117
+ export declare const SplunkAuthenticationLoginSecretCollectRequestHeader$outboundSchema: z.ZodType<SplunkAuthenticationLoginSecretCollectRequestHeader$Outbound, z.ZodTypeDef, SplunkAuthenticationLoginSecretCollectRequestHeader>;
1118
+ export declare function splunkAuthenticationLoginSecretCollectRequestHeaderToJSON(splunkAuthenticationLoginSecretCollectRequestHeader: SplunkAuthenticationLoginSecretCollectRequestHeader): string;
1119
+ export declare function splunkAuthenticationLoginSecretCollectRequestHeaderFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationLoginSecretCollectRequestHeader, SDKValidationError>;
1120
+ /** @internal */
1121
+ export declare const SplunkAuthenticationLoginSecretRetryType$inboundSchema: z.ZodType<SplunkAuthenticationLoginSecretRetryType, z.ZodTypeDef, unknown>;
1122
+ /** @internal */
1123
+ export declare const SplunkAuthenticationLoginSecretRetryType$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationLoginSecretRetryType>;
1124
+ /** @internal */
1125
+ export declare const SplunkAuthenticationLoginSecretRetryRules$inboundSchema: z.ZodType<SplunkAuthenticationLoginSecretRetryRules, z.ZodTypeDef, unknown>;
1126
+ /** @internal */
1127
+ export type SplunkAuthenticationLoginSecretRetryRules$Outbound = {
1128
+ type: string;
1129
+ interval?: any | undefined;
1130
+ limit?: any | undefined;
1131
+ multiplier?: any | undefined;
1132
+ codes?: any | undefined;
1133
+ enableHeader?: any | undefined;
1134
+ retryConnectTimeout?: any | undefined;
1135
+ retryConnectReset?: any | undefined;
1136
+ };
1137
+ /** @internal */
1138
+ export declare const SplunkAuthenticationLoginSecretRetryRules$outboundSchema: z.ZodType<SplunkAuthenticationLoginSecretRetryRules$Outbound, z.ZodTypeDef, SplunkAuthenticationLoginSecretRetryRules>;
1139
+ export declare function splunkAuthenticationLoginSecretRetryRulesToJSON(splunkAuthenticationLoginSecretRetryRules: SplunkAuthenticationLoginSecretRetryRules): string;
1140
+ export declare function splunkAuthenticationLoginSecretRetryRulesFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationLoginSecretRetryRules, SDKValidationError>;
1141
+ /** @internal */
1142
+ export declare const SplunkAuthenticationLoginSecret$inboundSchema: z.ZodType<SplunkAuthenticationLoginSecret, z.ZodTypeDef, unknown>;
1143
+ /** @internal */
1144
+ export type SplunkAuthenticationLoginSecret$Outbound = {
1145
+ authentication: string;
1146
+ loginUrl: string;
1147
+ credentialsSecret: string;
1148
+ loginBody: string;
1149
+ tokenRespAttribute: string;
1150
+ authHeaderExpr: string;
1151
+ searchHead: string;
1152
+ search: string;
1153
+ earliest?: string | undefined;
1154
+ latest?: string | undefined;
1155
+ endpoint: string;
1156
+ outputMode: string;
1157
+ collectRequestParams?: Array<SplunkAuthenticationLoginSecretCollectRequestParam$Outbound> | undefined;
1158
+ collectRequestHeaders?: Array<SplunkAuthenticationLoginSecretCollectRequestHeader$Outbound> | undefined;
1159
+ timeout: number;
1160
+ useRoundRobinDns: boolean;
1161
+ disableTimeFilter: boolean;
1162
+ rejectUnauthorized: boolean;
1163
+ handleEscapedChars: boolean;
1164
+ retryRules?: SplunkAuthenticationLoginSecretRetryRules$Outbound | undefined;
1165
+ };
1166
+ /** @internal */
1167
+ export declare const SplunkAuthenticationLoginSecret$outboundSchema: z.ZodType<SplunkAuthenticationLoginSecret$Outbound, z.ZodTypeDef, SplunkAuthenticationLoginSecret>;
1168
+ export declare function splunkAuthenticationLoginSecretToJSON(splunkAuthenticationLoginSecret: SplunkAuthenticationLoginSecret): string;
1169
+ export declare function splunkAuthenticationLoginSecretFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationLoginSecret, SDKValidationError>;
1170
+ /** @internal */
1171
+ export declare const SplunkAuthenticationLoginAuthentication$inboundSchema: z.ZodType<SplunkAuthenticationLoginAuthentication, z.ZodTypeDef, unknown>;
1172
+ /** @internal */
1173
+ export declare const SplunkAuthenticationLoginAuthentication$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationLoginAuthentication>;
1174
+ /** @internal */
1175
+ export declare const SplunkAuthenticationLoginOutputMode$inboundSchema: z.ZodType<SplunkAuthenticationLoginOutputMode, z.ZodTypeDef, unknown>;
1176
+ /** @internal */
1177
+ export declare const SplunkAuthenticationLoginOutputMode$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationLoginOutputMode>;
1178
+ /** @internal */
1179
+ export declare const SplunkAuthenticationLoginCollectRequestParam$inboundSchema: z.ZodType<SplunkAuthenticationLoginCollectRequestParam, z.ZodTypeDef, unknown>;
1180
+ /** @internal */
1181
+ export type SplunkAuthenticationLoginCollectRequestParam$Outbound = {
1182
+ name: string;
1183
+ value: string;
1184
+ };
1185
+ /** @internal */
1186
+ export declare const SplunkAuthenticationLoginCollectRequestParam$outboundSchema: z.ZodType<SplunkAuthenticationLoginCollectRequestParam$Outbound, z.ZodTypeDef, SplunkAuthenticationLoginCollectRequestParam>;
1187
+ export declare function splunkAuthenticationLoginCollectRequestParamToJSON(splunkAuthenticationLoginCollectRequestParam: SplunkAuthenticationLoginCollectRequestParam): string;
1188
+ export declare function splunkAuthenticationLoginCollectRequestParamFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationLoginCollectRequestParam, SDKValidationError>;
1189
+ /** @internal */
1190
+ export declare const SplunkAuthenticationLoginCollectRequestHeader$inboundSchema: z.ZodType<SplunkAuthenticationLoginCollectRequestHeader, z.ZodTypeDef, unknown>;
1191
+ /** @internal */
1192
+ export type SplunkAuthenticationLoginCollectRequestHeader$Outbound = {
1193
+ name: string;
1194
+ value: string;
1195
+ };
1196
+ /** @internal */
1197
+ export declare const SplunkAuthenticationLoginCollectRequestHeader$outboundSchema: z.ZodType<SplunkAuthenticationLoginCollectRequestHeader$Outbound, z.ZodTypeDef, SplunkAuthenticationLoginCollectRequestHeader>;
1198
+ export declare function splunkAuthenticationLoginCollectRequestHeaderToJSON(splunkAuthenticationLoginCollectRequestHeader: SplunkAuthenticationLoginCollectRequestHeader): string;
1199
+ export declare function splunkAuthenticationLoginCollectRequestHeaderFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationLoginCollectRequestHeader, SDKValidationError>;
1200
+ /** @internal */
1201
+ export declare const SplunkAuthenticationLoginRetryType$inboundSchema: z.ZodType<SplunkAuthenticationLoginRetryType, z.ZodTypeDef, unknown>;
1202
+ /** @internal */
1203
+ export declare const SplunkAuthenticationLoginRetryType$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationLoginRetryType>;
1204
+ /** @internal */
1205
+ export declare const SplunkAuthenticationLoginRetryRules$inboundSchema: z.ZodType<SplunkAuthenticationLoginRetryRules, z.ZodTypeDef, unknown>;
1206
+ /** @internal */
1207
+ export type SplunkAuthenticationLoginRetryRules$Outbound = {
1208
+ type: string;
1209
+ interval?: any | undefined;
1210
+ limit?: any | undefined;
1211
+ multiplier?: any | undefined;
1212
+ codes?: any | undefined;
1213
+ enableHeader?: any | undefined;
1214
+ retryConnectTimeout?: any | undefined;
1215
+ retryConnectReset?: any | undefined;
1216
+ };
1217
+ /** @internal */
1218
+ export declare const SplunkAuthenticationLoginRetryRules$outboundSchema: z.ZodType<SplunkAuthenticationLoginRetryRules$Outbound, z.ZodTypeDef, SplunkAuthenticationLoginRetryRules>;
1219
+ export declare function splunkAuthenticationLoginRetryRulesToJSON(splunkAuthenticationLoginRetryRules: SplunkAuthenticationLoginRetryRules): string;
1220
+ export declare function splunkAuthenticationLoginRetryRulesFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationLoginRetryRules, SDKValidationError>;
1221
+ /** @internal */
1222
+ export declare const SplunkAuthenticationLogin$inboundSchema: z.ZodType<SplunkAuthenticationLogin, z.ZodTypeDef, unknown>;
1223
+ /** @internal */
1224
+ export type SplunkAuthenticationLogin$Outbound = {
1225
+ authentication: string;
1226
+ loginUrl: string;
1227
+ username: string;
1228
+ password: string;
1229
+ loginBody: string;
1230
+ tokenRespAttribute: string;
1231
+ authHeaderExpr: string;
1232
+ searchHead: string;
1233
+ search: string;
1234
+ earliest?: string | undefined;
1235
+ latest?: string | undefined;
1236
+ endpoint: string;
1237
+ outputMode: string;
1238
+ collectRequestParams?: Array<SplunkAuthenticationLoginCollectRequestParam$Outbound> | undefined;
1239
+ collectRequestHeaders?: Array<SplunkAuthenticationLoginCollectRequestHeader$Outbound> | undefined;
1240
+ timeout: number;
1241
+ useRoundRobinDns: boolean;
1242
+ disableTimeFilter: boolean;
1243
+ rejectUnauthorized: boolean;
1244
+ handleEscapedChars: boolean;
1245
+ retryRules?: SplunkAuthenticationLoginRetryRules$Outbound | undefined;
1246
+ };
1247
+ /** @internal */
1248
+ export declare const SplunkAuthenticationLogin$outboundSchema: z.ZodType<SplunkAuthenticationLogin$Outbound, z.ZodTypeDef, SplunkAuthenticationLogin>;
1249
+ export declare function splunkAuthenticationLoginToJSON(splunkAuthenticationLogin: SplunkAuthenticationLogin): string;
1250
+ export declare function splunkAuthenticationLoginFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationLogin, SDKValidationError>;
1251
+ /** @internal */
1252
+ export declare const SplunkAuthenticationTokenSecretAuthentication$inboundSchema: z.ZodType<SplunkAuthenticationTokenSecretAuthentication, z.ZodTypeDef, unknown>;
1253
+ /** @internal */
1254
+ export declare const SplunkAuthenticationTokenSecretAuthentication$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationTokenSecretAuthentication>;
1255
+ /** @internal */
1256
+ export declare const SplunkAuthenticationTokenSecretOutputMode$inboundSchema: z.ZodType<SplunkAuthenticationTokenSecretOutputMode, z.ZodTypeDef, unknown>;
1257
+ /** @internal */
1258
+ export declare const SplunkAuthenticationTokenSecretOutputMode$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationTokenSecretOutputMode>;
1259
+ /** @internal */
1260
+ export declare const SplunkAuthenticationTokenSecretCollectRequestParam$inboundSchema: z.ZodType<SplunkAuthenticationTokenSecretCollectRequestParam, z.ZodTypeDef, unknown>;
1261
+ /** @internal */
1262
+ export type SplunkAuthenticationTokenSecretCollectRequestParam$Outbound = {
1263
+ name: string;
1264
+ value: string;
1265
+ };
1266
+ /** @internal */
1267
+ export declare const SplunkAuthenticationTokenSecretCollectRequestParam$outboundSchema: z.ZodType<SplunkAuthenticationTokenSecretCollectRequestParam$Outbound, z.ZodTypeDef, SplunkAuthenticationTokenSecretCollectRequestParam>;
1268
+ export declare function splunkAuthenticationTokenSecretCollectRequestParamToJSON(splunkAuthenticationTokenSecretCollectRequestParam: SplunkAuthenticationTokenSecretCollectRequestParam): string;
1269
+ export declare function splunkAuthenticationTokenSecretCollectRequestParamFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationTokenSecretCollectRequestParam, SDKValidationError>;
1270
+ /** @internal */
1271
+ export declare const SplunkAuthenticationTokenSecretCollectRequestHeader$inboundSchema: z.ZodType<SplunkAuthenticationTokenSecretCollectRequestHeader, z.ZodTypeDef, unknown>;
1272
+ /** @internal */
1273
+ export type SplunkAuthenticationTokenSecretCollectRequestHeader$Outbound = {
1274
+ name: string;
1275
+ value: string;
1276
+ };
1277
+ /** @internal */
1278
+ export declare const SplunkAuthenticationTokenSecretCollectRequestHeader$outboundSchema: z.ZodType<SplunkAuthenticationTokenSecretCollectRequestHeader$Outbound, z.ZodTypeDef, SplunkAuthenticationTokenSecretCollectRequestHeader>;
1279
+ export declare function splunkAuthenticationTokenSecretCollectRequestHeaderToJSON(splunkAuthenticationTokenSecretCollectRequestHeader: SplunkAuthenticationTokenSecretCollectRequestHeader): string;
1280
+ export declare function splunkAuthenticationTokenSecretCollectRequestHeaderFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationTokenSecretCollectRequestHeader, SDKValidationError>;
1281
+ /** @internal */
1282
+ export declare const SplunkAuthenticationTokenSecretRetryType$inboundSchema: z.ZodType<SplunkAuthenticationTokenSecretRetryType, z.ZodTypeDef, unknown>;
1283
+ /** @internal */
1284
+ export declare const SplunkAuthenticationTokenSecretRetryType$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationTokenSecretRetryType>;
1285
+ /** @internal */
1286
+ export declare const SplunkAuthenticationTokenSecretRetryRules$inboundSchema: z.ZodType<SplunkAuthenticationTokenSecretRetryRules, z.ZodTypeDef, unknown>;
1287
+ /** @internal */
1288
+ export type SplunkAuthenticationTokenSecretRetryRules$Outbound = {
1289
+ type: string;
1290
+ interval?: any | undefined;
1291
+ limit?: any | undefined;
1292
+ multiplier?: any | undefined;
1293
+ codes?: any | undefined;
1294
+ enableHeader?: any | undefined;
1295
+ retryConnectTimeout?: any | undefined;
1296
+ retryConnectReset?: any | undefined;
1297
+ };
1298
+ /** @internal */
1299
+ export declare const SplunkAuthenticationTokenSecretRetryRules$outboundSchema: z.ZodType<SplunkAuthenticationTokenSecretRetryRules$Outbound, z.ZodTypeDef, SplunkAuthenticationTokenSecretRetryRules>;
1300
+ export declare function splunkAuthenticationTokenSecretRetryRulesToJSON(splunkAuthenticationTokenSecretRetryRules: SplunkAuthenticationTokenSecretRetryRules): string;
1301
+ export declare function splunkAuthenticationTokenSecretRetryRulesFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationTokenSecretRetryRules, SDKValidationError>;
1302
+ /** @internal */
1303
+ export declare const SplunkAuthenticationTokenSecret$inboundSchema: z.ZodType<SplunkAuthenticationTokenSecret, z.ZodTypeDef, unknown>;
1304
+ /** @internal */
1305
+ export type SplunkAuthenticationTokenSecret$Outbound = {
1306
+ authentication: string;
1307
+ tokenSecret: string;
1308
+ searchHead: string;
1309
+ search: string;
1310
+ earliest?: string | undefined;
1311
+ latest?: string | undefined;
1312
+ endpoint: string;
1313
+ outputMode: string;
1314
+ collectRequestParams?: Array<SplunkAuthenticationTokenSecretCollectRequestParam$Outbound> | undefined;
1315
+ collectRequestHeaders?: Array<SplunkAuthenticationTokenSecretCollectRequestHeader$Outbound> | undefined;
1316
+ timeout: number;
1317
+ useRoundRobinDns: boolean;
1318
+ disableTimeFilter: boolean;
1319
+ rejectUnauthorized: boolean;
1320
+ handleEscapedChars: boolean;
1321
+ retryRules?: SplunkAuthenticationTokenSecretRetryRules$Outbound | undefined;
1322
+ };
1323
+ /** @internal */
1324
+ export declare const SplunkAuthenticationTokenSecret$outboundSchema: z.ZodType<SplunkAuthenticationTokenSecret$Outbound, z.ZodTypeDef, SplunkAuthenticationTokenSecret>;
1325
+ export declare function splunkAuthenticationTokenSecretToJSON(splunkAuthenticationTokenSecret: SplunkAuthenticationTokenSecret): string;
1326
+ export declare function splunkAuthenticationTokenSecretFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationTokenSecret, SDKValidationError>;
1327
+ /** @internal */
1328
+ export declare const SplunkAuthenticationTokenAuthentication$inboundSchema: z.ZodType<SplunkAuthenticationTokenAuthentication, z.ZodTypeDef, unknown>;
1329
+ /** @internal */
1330
+ export declare const SplunkAuthenticationTokenAuthentication$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationTokenAuthentication>;
1331
+ /** @internal */
1332
+ export declare const SplunkAuthenticationTokenOutputMode$inboundSchema: z.ZodType<SplunkAuthenticationTokenOutputMode, z.ZodTypeDef, unknown>;
1333
+ /** @internal */
1334
+ export declare const SplunkAuthenticationTokenOutputMode$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationTokenOutputMode>;
1335
+ /** @internal */
1336
+ export declare const SplunkAuthenticationTokenCollectRequestParam$inboundSchema: z.ZodType<SplunkAuthenticationTokenCollectRequestParam, z.ZodTypeDef, unknown>;
1337
+ /** @internal */
1338
+ export type SplunkAuthenticationTokenCollectRequestParam$Outbound = {
1339
+ name: string;
1340
+ value: string;
1341
+ };
1342
+ /** @internal */
1343
+ export declare const SplunkAuthenticationTokenCollectRequestParam$outboundSchema: z.ZodType<SplunkAuthenticationTokenCollectRequestParam$Outbound, z.ZodTypeDef, SplunkAuthenticationTokenCollectRequestParam>;
1344
+ export declare function splunkAuthenticationTokenCollectRequestParamToJSON(splunkAuthenticationTokenCollectRequestParam: SplunkAuthenticationTokenCollectRequestParam): string;
1345
+ export declare function splunkAuthenticationTokenCollectRequestParamFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationTokenCollectRequestParam, SDKValidationError>;
1346
+ /** @internal */
1347
+ export declare const SplunkAuthenticationTokenCollectRequestHeader$inboundSchema: z.ZodType<SplunkAuthenticationTokenCollectRequestHeader, z.ZodTypeDef, unknown>;
1348
+ /** @internal */
1349
+ export type SplunkAuthenticationTokenCollectRequestHeader$Outbound = {
1350
+ name: string;
1351
+ value: string;
1352
+ };
1353
+ /** @internal */
1354
+ export declare const SplunkAuthenticationTokenCollectRequestHeader$outboundSchema: z.ZodType<SplunkAuthenticationTokenCollectRequestHeader$Outbound, z.ZodTypeDef, SplunkAuthenticationTokenCollectRequestHeader>;
1355
+ export declare function splunkAuthenticationTokenCollectRequestHeaderToJSON(splunkAuthenticationTokenCollectRequestHeader: SplunkAuthenticationTokenCollectRequestHeader): string;
1356
+ export declare function splunkAuthenticationTokenCollectRequestHeaderFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationTokenCollectRequestHeader, SDKValidationError>;
1357
+ /** @internal */
1358
+ export declare const SplunkAuthenticationTokenRetryType$inboundSchema: z.ZodType<SplunkAuthenticationTokenRetryType, z.ZodTypeDef, unknown>;
1359
+ /** @internal */
1360
+ export declare const SplunkAuthenticationTokenRetryType$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationTokenRetryType>;
1361
+ /** @internal */
1362
+ export declare const SplunkAuthenticationTokenRetryRules$inboundSchema: z.ZodType<SplunkAuthenticationTokenRetryRules, z.ZodTypeDef, unknown>;
1363
+ /** @internal */
1364
+ export type SplunkAuthenticationTokenRetryRules$Outbound = {
1365
+ type: string;
1366
+ interval?: any | undefined;
1367
+ limit?: any | undefined;
1368
+ multiplier?: any | undefined;
1369
+ codes?: any | undefined;
1370
+ enableHeader?: any | undefined;
1371
+ retryConnectTimeout?: any | undefined;
1372
+ retryConnectReset?: any | undefined;
1373
+ };
1374
+ /** @internal */
1375
+ export declare const SplunkAuthenticationTokenRetryRules$outboundSchema: z.ZodType<SplunkAuthenticationTokenRetryRules$Outbound, z.ZodTypeDef, SplunkAuthenticationTokenRetryRules>;
1376
+ export declare function splunkAuthenticationTokenRetryRulesToJSON(splunkAuthenticationTokenRetryRules: SplunkAuthenticationTokenRetryRules): string;
1377
+ export declare function splunkAuthenticationTokenRetryRulesFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationTokenRetryRules, SDKValidationError>;
1378
+ /** @internal */
1379
+ export declare const SplunkAuthenticationToken$inboundSchema: z.ZodType<SplunkAuthenticationToken, z.ZodTypeDef, unknown>;
1380
+ /** @internal */
1381
+ export type SplunkAuthenticationToken$Outbound = {
1382
+ authentication: string;
1383
+ token: string;
1384
+ searchHead: string;
1385
+ search: string;
1386
+ earliest?: string | undefined;
1387
+ latest?: string | undefined;
1388
+ endpoint: string;
1389
+ outputMode: string;
1390
+ collectRequestParams?: Array<SplunkAuthenticationTokenCollectRequestParam$Outbound> | undefined;
1391
+ collectRequestHeaders?: Array<SplunkAuthenticationTokenCollectRequestHeader$Outbound> | undefined;
1392
+ timeout: number;
1393
+ useRoundRobinDns: boolean;
1394
+ disableTimeFilter: boolean;
1395
+ rejectUnauthorized: boolean;
1396
+ handleEscapedChars: boolean;
1397
+ retryRules?: SplunkAuthenticationTokenRetryRules$Outbound | undefined;
1398
+ };
1399
+ /** @internal */
1400
+ export declare const SplunkAuthenticationToken$outboundSchema: z.ZodType<SplunkAuthenticationToken$Outbound, z.ZodTypeDef, SplunkAuthenticationToken>;
1401
+ export declare function splunkAuthenticationTokenToJSON(splunkAuthenticationToken: SplunkAuthenticationToken): string;
1402
+ export declare function splunkAuthenticationTokenFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationToken, SDKValidationError>;
1403
+ /** @internal */
1404
+ export declare const SplunkAuthenticationBasicSecretAuthentication$inboundSchema: z.ZodType<SplunkAuthenticationBasicSecretAuthentication, z.ZodTypeDef, unknown>;
1405
+ /** @internal */
1406
+ export declare const SplunkAuthenticationBasicSecretAuthentication$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationBasicSecretAuthentication>;
1407
+ /** @internal */
1408
+ export declare const SplunkAuthenticationBasicSecretOutputMode$inboundSchema: z.ZodType<SplunkAuthenticationBasicSecretOutputMode, z.ZodTypeDef, unknown>;
1409
+ /** @internal */
1410
+ export declare const SplunkAuthenticationBasicSecretOutputMode$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationBasicSecretOutputMode>;
1411
+ /** @internal */
1412
+ export declare const SplunkAuthenticationBasicSecretCollectRequestParam$inboundSchema: z.ZodType<SplunkAuthenticationBasicSecretCollectRequestParam, z.ZodTypeDef, unknown>;
1413
+ /** @internal */
1414
+ export type SplunkAuthenticationBasicSecretCollectRequestParam$Outbound = {
1415
+ name: string;
1416
+ value: string;
1417
+ };
1418
+ /** @internal */
1419
+ export declare const SplunkAuthenticationBasicSecretCollectRequestParam$outboundSchema: z.ZodType<SplunkAuthenticationBasicSecretCollectRequestParam$Outbound, z.ZodTypeDef, SplunkAuthenticationBasicSecretCollectRequestParam>;
1420
+ export declare function splunkAuthenticationBasicSecretCollectRequestParamToJSON(splunkAuthenticationBasicSecretCollectRequestParam: SplunkAuthenticationBasicSecretCollectRequestParam): string;
1421
+ export declare function splunkAuthenticationBasicSecretCollectRequestParamFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationBasicSecretCollectRequestParam, SDKValidationError>;
1422
+ /** @internal */
1423
+ export declare const SplunkAuthenticationBasicSecretCollectRequestHeader$inboundSchema: z.ZodType<SplunkAuthenticationBasicSecretCollectRequestHeader, z.ZodTypeDef, unknown>;
1424
+ /** @internal */
1425
+ export type SplunkAuthenticationBasicSecretCollectRequestHeader$Outbound = {
1426
+ name: string;
1427
+ value: string;
1428
+ };
1429
+ /** @internal */
1430
+ export declare const SplunkAuthenticationBasicSecretCollectRequestHeader$outboundSchema: z.ZodType<SplunkAuthenticationBasicSecretCollectRequestHeader$Outbound, z.ZodTypeDef, SplunkAuthenticationBasicSecretCollectRequestHeader>;
1431
+ export declare function splunkAuthenticationBasicSecretCollectRequestHeaderToJSON(splunkAuthenticationBasicSecretCollectRequestHeader: SplunkAuthenticationBasicSecretCollectRequestHeader): string;
1432
+ export declare function splunkAuthenticationBasicSecretCollectRequestHeaderFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationBasicSecretCollectRequestHeader, SDKValidationError>;
1433
+ /** @internal */
1434
+ export declare const SplunkAuthenticationBasicSecretRetryType$inboundSchema: z.ZodType<SplunkAuthenticationBasicSecretRetryType, z.ZodTypeDef, unknown>;
1435
+ /** @internal */
1436
+ export declare const SplunkAuthenticationBasicSecretRetryType$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationBasicSecretRetryType>;
1437
+ /** @internal */
1438
+ export declare const SplunkAuthenticationBasicSecretRetryRules$inboundSchema: z.ZodType<SplunkAuthenticationBasicSecretRetryRules, z.ZodTypeDef, unknown>;
1439
+ /** @internal */
1440
+ export type SplunkAuthenticationBasicSecretRetryRules$Outbound = {
1441
+ type: string;
1442
+ interval?: any | undefined;
1443
+ limit?: any | undefined;
1444
+ multiplier?: any | undefined;
1445
+ codes?: any | undefined;
1446
+ enableHeader?: any | undefined;
1447
+ retryConnectTimeout?: any | undefined;
1448
+ retryConnectReset?: any | undefined;
1449
+ };
1450
+ /** @internal */
1451
+ export declare const SplunkAuthenticationBasicSecretRetryRules$outboundSchema: z.ZodType<SplunkAuthenticationBasicSecretRetryRules$Outbound, z.ZodTypeDef, SplunkAuthenticationBasicSecretRetryRules>;
1452
+ export declare function splunkAuthenticationBasicSecretRetryRulesToJSON(splunkAuthenticationBasicSecretRetryRules: SplunkAuthenticationBasicSecretRetryRules): string;
1453
+ export declare function splunkAuthenticationBasicSecretRetryRulesFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationBasicSecretRetryRules, SDKValidationError>;
1454
+ /** @internal */
1455
+ export declare const SplunkAuthenticationBasicSecret$inboundSchema: z.ZodType<SplunkAuthenticationBasicSecret, z.ZodTypeDef, unknown>;
1456
+ /** @internal */
1457
+ export type SplunkAuthenticationBasicSecret$Outbound = {
1458
+ authentication: string;
1459
+ credentialsSecret: string;
1460
+ searchHead: string;
1461
+ search: string;
1462
+ earliest?: string | undefined;
1463
+ latest?: string | undefined;
1464
+ endpoint: string;
1465
+ outputMode: string;
1466
+ collectRequestParams?: Array<SplunkAuthenticationBasicSecretCollectRequestParam$Outbound> | undefined;
1467
+ collectRequestHeaders?: Array<SplunkAuthenticationBasicSecretCollectRequestHeader$Outbound> | undefined;
1468
+ timeout: number;
1469
+ useRoundRobinDns: boolean;
1470
+ disableTimeFilter: boolean;
1471
+ rejectUnauthorized: boolean;
1472
+ handleEscapedChars: boolean;
1473
+ retryRules?: SplunkAuthenticationBasicSecretRetryRules$Outbound | undefined;
1474
+ };
1475
+ /** @internal */
1476
+ export declare const SplunkAuthenticationBasicSecret$outboundSchema: z.ZodType<SplunkAuthenticationBasicSecret$Outbound, z.ZodTypeDef, SplunkAuthenticationBasicSecret>;
1477
+ export declare function splunkAuthenticationBasicSecretToJSON(splunkAuthenticationBasicSecret: SplunkAuthenticationBasicSecret): string;
1478
+ export declare function splunkAuthenticationBasicSecretFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationBasicSecret, SDKValidationError>;
1479
+ /** @internal */
1480
+ export declare const SplunkAuthenticationBasicAuthentication$inboundSchema: z.ZodType<SplunkAuthenticationBasicAuthentication, z.ZodTypeDef, unknown>;
1481
+ /** @internal */
1482
+ export declare const SplunkAuthenticationBasicAuthentication$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationBasicAuthentication>;
1483
+ /** @internal */
1484
+ export declare const SplunkAuthenticationBasicOutputMode$inboundSchema: z.ZodType<SplunkAuthenticationBasicOutputMode, z.ZodTypeDef, unknown>;
1485
+ /** @internal */
1486
+ export declare const SplunkAuthenticationBasicOutputMode$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationBasicOutputMode>;
1487
+ /** @internal */
1488
+ export declare const SplunkAuthenticationBasicCollectRequestParam$inboundSchema: z.ZodType<SplunkAuthenticationBasicCollectRequestParam, z.ZodTypeDef, unknown>;
1489
+ /** @internal */
1490
+ export type SplunkAuthenticationBasicCollectRequestParam$Outbound = {
1491
+ name: string;
1492
+ value: string;
1493
+ };
1494
+ /** @internal */
1495
+ export declare const SplunkAuthenticationBasicCollectRequestParam$outboundSchema: z.ZodType<SplunkAuthenticationBasicCollectRequestParam$Outbound, z.ZodTypeDef, SplunkAuthenticationBasicCollectRequestParam>;
1496
+ export declare function splunkAuthenticationBasicCollectRequestParamToJSON(splunkAuthenticationBasicCollectRequestParam: SplunkAuthenticationBasicCollectRequestParam): string;
1497
+ export declare function splunkAuthenticationBasicCollectRequestParamFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationBasicCollectRequestParam, SDKValidationError>;
1498
+ /** @internal */
1499
+ export declare const SplunkAuthenticationBasicCollectRequestHeader$inboundSchema: z.ZodType<SplunkAuthenticationBasicCollectRequestHeader, z.ZodTypeDef, unknown>;
1500
+ /** @internal */
1501
+ export type SplunkAuthenticationBasicCollectRequestHeader$Outbound = {
1502
+ name: string;
1503
+ value: string;
1504
+ };
1505
+ /** @internal */
1506
+ export declare const SplunkAuthenticationBasicCollectRequestHeader$outboundSchema: z.ZodType<SplunkAuthenticationBasicCollectRequestHeader$Outbound, z.ZodTypeDef, SplunkAuthenticationBasicCollectRequestHeader>;
1507
+ export declare function splunkAuthenticationBasicCollectRequestHeaderToJSON(splunkAuthenticationBasicCollectRequestHeader: SplunkAuthenticationBasicCollectRequestHeader): string;
1508
+ export declare function splunkAuthenticationBasicCollectRequestHeaderFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationBasicCollectRequestHeader, SDKValidationError>;
1509
+ /** @internal */
1510
+ export declare const SplunkAuthenticationBasicRetryType$inboundSchema: z.ZodType<SplunkAuthenticationBasicRetryType, z.ZodTypeDef, unknown>;
1511
+ /** @internal */
1512
+ export declare const SplunkAuthenticationBasicRetryType$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationBasicRetryType>;
1513
+ /** @internal */
1514
+ export declare const SplunkAuthenticationBasicRetryRules$inboundSchema: z.ZodType<SplunkAuthenticationBasicRetryRules, z.ZodTypeDef, unknown>;
1515
+ /** @internal */
1516
+ export type SplunkAuthenticationBasicRetryRules$Outbound = {
1517
+ type: string;
1518
+ interval?: any | undefined;
1519
+ limit?: any | undefined;
1520
+ multiplier?: any | undefined;
1521
+ codes?: any | undefined;
1522
+ enableHeader?: any | undefined;
1523
+ retryConnectTimeout?: any | undefined;
1524
+ retryConnectReset?: any | undefined;
1525
+ };
1526
+ /** @internal */
1527
+ export declare const SplunkAuthenticationBasicRetryRules$outboundSchema: z.ZodType<SplunkAuthenticationBasicRetryRules$Outbound, z.ZodTypeDef, SplunkAuthenticationBasicRetryRules>;
1528
+ export declare function splunkAuthenticationBasicRetryRulesToJSON(splunkAuthenticationBasicRetryRules: SplunkAuthenticationBasicRetryRules): string;
1529
+ export declare function splunkAuthenticationBasicRetryRulesFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationBasicRetryRules, SDKValidationError>;
1530
+ /** @internal */
1531
+ export declare const SplunkAuthenticationBasic$inboundSchema: z.ZodType<SplunkAuthenticationBasic, z.ZodTypeDef, unknown>;
1532
+ /** @internal */
1533
+ export type SplunkAuthenticationBasic$Outbound = {
1534
+ authentication: string;
1535
+ username: string;
1536
+ password: string;
1537
+ searchHead: string;
1538
+ search: string;
1539
+ earliest?: string | undefined;
1540
+ latest?: string | undefined;
1541
+ endpoint: string;
1542
+ outputMode: string;
1543
+ collectRequestParams?: Array<SplunkAuthenticationBasicCollectRequestParam$Outbound> | undefined;
1544
+ collectRequestHeaders?: Array<SplunkAuthenticationBasicCollectRequestHeader$Outbound> | undefined;
1545
+ timeout: number;
1546
+ useRoundRobinDns: boolean;
1547
+ disableTimeFilter: boolean;
1548
+ rejectUnauthorized: boolean;
1549
+ handleEscapedChars: boolean;
1550
+ retryRules?: SplunkAuthenticationBasicRetryRules$Outbound | undefined;
1551
+ };
1552
+ /** @internal */
1553
+ export declare const SplunkAuthenticationBasic$outboundSchema: z.ZodType<SplunkAuthenticationBasic$Outbound, z.ZodTypeDef, SplunkAuthenticationBasic>;
1554
+ export declare function splunkAuthenticationBasicToJSON(splunkAuthenticationBasic: SplunkAuthenticationBasic): string;
1555
+ export declare function splunkAuthenticationBasicFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationBasic, SDKValidationError>;
1556
+ /** @internal */
1557
+ export declare const SplunkAuthenticationNoneAuthentication$inboundSchema: z.ZodType<SplunkAuthenticationNoneAuthentication, z.ZodTypeDef, unknown>;
1558
+ /** @internal */
1559
+ export declare const SplunkAuthenticationNoneAuthentication$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationNoneAuthentication>;
1560
+ /** @internal */
1561
+ export declare const SplunkAuthenticationNoneOutputMode$inboundSchema: z.ZodType<SplunkAuthenticationNoneOutputMode, z.ZodTypeDef, unknown>;
1562
+ /** @internal */
1563
+ export declare const SplunkAuthenticationNoneOutputMode$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationNoneOutputMode>;
1564
+ /** @internal */
1565
+ export declare const SplunkAuthenticationNoneCollectRequestParam$inboundSchema: z.ZodType<SplunkAuthenticationNoneCollectRequestParam, z.ZodTypeDef, unknown>;
1566
+ /** @internal */
1567
+ export type SplunkAuthenticationNoneCollectRequestParam$Outbound = {
1568
+ name: string;
1569
+ value: string;
1570
+ };
1571
+ /** @internal */
1572
+ export declare const SplunkAuthenticationNoneCollectRequestParam$outboundSchema: z.ZodType<SplunkAuthenticationNoneCollectRequestParam$Outbound, z.ZodTypeDef, SplunkAuthenticationNoneCollectRequestParam>;
1573
+ export declare function splunkAuthenticationNoneCollectRequestParamToJSON(splunkAuthenticationNoneCollectRequestParam: SplunkAuthenticationNoneCollectRequestParam): string;
1574
+ export declare function splunkAuthenticationNoneCollectRequestParamFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationNoneCollectRequestParam, SDKValidationError>;
1575
+ /** @internal */
1576
+ export declare const SplunkAuthenticationNoneCollectRequestHeader$inboundSchema: z.ZodType<SplunkAuthenticationNoneCollectRequestHeader, z.ZodTypeDef, unknown>;
1577
+ /** @internal */
1578
+ export type SplunkAuthenticationNoneCollectRequestHeader$Outbound = {
1579
+ name: string;
1580
+ value: string;
1581
+ };
1582
+ /** @internal */
1583
+ export declare const SplunkAuthenticationNoneCollectRequestHeader$outboundSchema: z.ZodType<SplunkAuthenticationNoneCollectRequestHeader$Outbound, z.ZodTypeDef, SplunkAuthenticationNoneCollectRequestHeader>;
1584
+ export declare function splunkAuthenticationNoneCollectRequestHeaderToJSON(splunkAuthenticationNoneCollectRequestHeader: SplunkAuthenticationNoneCollectRequestHeader): string;
1585
+ export declare function splunkAuthenticationNoneCollectRequestHeaderFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationNoneCollectRequestHeader, SDKValidationError>;
1586
+ /** @internal */
1587
+ export declare const SplunkAuthenticationNoneRetryType$inboundSchema: z.ZodType<SplunkAuthenticationNoneRetryType, z.ZodTypeDef, unknown>;
1588
+ /** @internal */
1589
+ export declare const SplunkAuthenticationNoneRetryType$outboundSchema: z.ZodType<string, z.ZodTypeDef, SplunkAuthenticationNoneRetryType>;
1590
+ /** @internal */
1591
+ export declare const SplunkAuthenticationNoneRetryRules$inboundSchema: z.ZodType<SplunkAuthenticationNoneRetryRules, z.ZodTypeDef, unknown>;
1592
+ /** @internal */
1593
+ export type SplunkAuthenticationNoneRetryRules$Outbound = {
1594
+ type: string;
1595
+ interval?: any | undefined;
1596
+ limit?: any | undefined;
1597
+ multiplier?: any | undefined;
1598
+ codes?: any | undefined;
1599
+ enableHeader?: any | undefined;
1600
+ retryConnectTimeout?: any | undefined;
1601
+ retryConnectReset?: any | undefined;
1602
+ };
1603
+ /** @internal */
1604
+ export declare const SplunkAuthenticationNoneRetryRules$outboundSchema: z.ZodType<SplunkAuthenticationNoneRetryRules$Outbound, z.ZodTypeDef, SplunkAuthenticationNoneRetryRules>;
1605
+ export declare function splunkAuthenticationNoneRetryRulesToJSON(splunkAuthenticationNoneRetryRules: SplunkAuthenticationNoneRetryRules): string;
1606
+ export declare function splunkAuthenticationNoneRetryRulesFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationNoneRetryRules, SDKValidationError>;
1607
+ /** @internal */
1608
+ export declare const SplunkAuthenticationNone$inboundSchema: z.ZodType<SplunkAuthenticationNone, z.ZodTypeDef, unknown>;
1609
+ /** @internal */
1610
+ export type SplunkAuthenticationNone$Outbound = {
1611
+ authentication: string;
1612
+ searchHead: string;
1613
+ search: string;
1614
+ earliest?: string | undefined;
1615
+ latest?: string | undefined;
1616
+ endpoint: string;
1617
+ outputMode: string;
1618
+ collectRequestParams?: Array<SplunkAuthenticationNoneCollectRequestParam$Outbound> | undefined;
1619
+ collectRequestHeaders?: Array<SplunkAuthenticationNoneCollectRequestHeader$Outbound> | undefined;
1620
+ timeout: number;
1621
+ useRoundRobinDns: boolean;
1622
+ disableTimeFilter: boolean;
1623
+ rejectUnauthorized: boolean;
1624
+ handleEscapedChars: boolean;
1625
+ retryRules?: SplunkAuthenticationNoneRetryRules$Outbound | undefined;
1626
+ };
1627
+ /** @internal */
1628
+ export declare const SplunkAuthenticationNone$outboundSchema: z.ZodType<SplunkAuthenticationNone$Outbound, z.ZodTypeDef, SplunkAuthenticationNone>;
1629
+ export declare function splunkAuthenticationNoneToJSON(splunkAuthenticationNone: SplunkAuthenticationNone): string;
1630
+ export declare function splunkAuthenticationNoneFromJSON(jsonString: string): SafeParseResult<SplunkAuthenticationNone, SDKValidationError>;
1631
+ /** @internal */
1632
+ export declare const SplunkCollectorConf$inboundSchema: z.ZodType<SplunkCollectorConf, z.ZodTypeDef, unknown>;
1633
+ /** @internal */
1634
+ export type SplunkCollectorConf$Outbound = SplunkAuthenticationBasic$Outbound | SplunkAuthenticationLogin$Outbound | SplunkAuthenticationBasicSecret$Outbound | SplunkAuthenticationToken$Outbound | SplunkAuthenticationTokenSecret$Outbound | SplunkAuthenticationLoginSecret$Outbound | SplunkAuthenticationNone$Outbound;
1635
+ /** @internal */
1636
+ export declare const SplunkCollectorConf$outboundSchema: z.ZodType<SplunkCollectorConf$Outbound, z.ZodTypeDef, SplunkCollectorConf>;
1637
+ export declare function splunkCollectorConfToJSON(splunkCollectorConf: SplunkCollectorConf): string;
1638
+ export declare function splunkCollectorConfFromJSON(jsonString: string): SafeParseResult<SplunkCollectorConf, SDKValidationError>;
1639
+ //# sourceMappingURL=splunkcollectorconf.d.ts.map