tencentcloud-sdk-tsf 3.0.1179 → 3.0.1186

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180326/models.rb +6 -10
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed535bdd9e09d69a54874a6ffcb283266f5a489c
4
- data.tar.gz: d43f5584992f59b6562af4a195ee7be56aefbe6b
3
+ metadata.gz: d96e5a16c1d507c99151a2d0ecf97c3f1a5af922
4
+ data.tar.gz: 3a93e43f358ba8416d6f7d50fd8c32a65bc8f5ff
5
5
  SHA512:
6
- metadata.gz: 52e404c4bb681fae89f1e74137994609674f48936556c853f4ac5f49e9be705f3703783af4908d3c276d4a70df631a2eadfd5a352ed2e3c17b7492dcdb7d2772
7
- data.tar.gz: f3cead1eabb2baf72f400604d7dc815f70b799a0543e003dd8885af74e8ba3e819aaf51b9d7fec901d4093c802c64d96720ce0d0e17edea538974280d9c7737f
6
+ metadata.gz: 8e6a9bbcd4c2e5aae9f7dcd87d98c80580ef1e02189dfbc456c3cdd37b2eac91069f09a6a71c78990bbb125075b66cc55dd9673590a9e390dd5f1568f02724fe
7
+ data.tar.gz: 7c25e471746ddd06461709539048bfc25b3cc06533e05385e39247275db7206ed105c3a50ce3f2b0319f28b9e88c9ac67b218397276885612f067e1abe6db8b7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1179
1
+ 3.0.1186
@@ -1302,18 +1302,14 @@ module TencentCloud
1302
1302
  # @param ConfigPath: 配置项日志路径
1303
1303
  # @type ConfigPath: String
1304
1304
  # @param ConfigDesc: 配置项描述
1305
- # 注意:此字段可能返回 null,表示取不到有效值。
1306
1305
  # @type ConfigDesc: String
1307
1306
  # @param ConfigTags: 配置项标签
1308
- # 注意:此字段可能返回 null,表示取不到有效值。
1309
1307
  # @type ConfigTags: String
1310
1308
  # @param ConfigPipeline: 配置项对应的ES管道
1311
1309
  # @type ConfigPipeline: String
1312
1310
  # @param ConfigCreateTime: 配置项创建时间,格式为yyyy-MM-dd HH:mm:ss
1313
- # 注意:此字段可能返回 null,表示取不到有效值。
1314
1311
  # @type ConfigCreateTime: String
1315
1312
  # @param ConfigUpdateTime: 配置项更新时间,格式为yyyy-MM-dd HH:mm:ss
1316
- # 注意:此字段可能返回 null,表示取不到有效值。
1317
1313
  # @type ConfigUpdateTime: String
1318
1314
  # @param ConfigSchema: 配置项解析规则
1319
1315
  # @type ConfigSchema: :class:`Tencentcloud::Tsf.v20180326.models.BusinessLogConfigSchema`
@@ -1334,13 +1330,15 @@ module TencentCloud
1334
1330
  # @type FilebeatCloseInactive: Integer
1335
1331
  # @param FilebeatCleanInactive: filebeat clean_inactive参数
1336
1332
  # @type FilebeatCleanInactive: Integer
1333
+ # @param CustomMultilinePattern: 是否开启自定义pattern
1334
+ # @type CustomMultilinePattern: Boolean
1337
1335
 
1338
- attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups, :ConfigAssociatedGroupList, :FilebeatConfigEnable, :FilebeatCloseTimeout, :FilebeatIgnoreOlder, :FilebeatHarvesterLimit, :FilebeatCloseInactive, :FilebeatCleanInactive
1336
+ attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups, :ConfigAssociatedGroupList, :FilebeatConfigEnable, :FilebeatCloseTimeout, :FilebeatIgnoreOlder, :FilebeatHarvesterLimit, :FilebeatCloseInactive, :FilebeatCleanInactive, :CustomMultilinePattern
1339
1337
  extend Gem::Deprecate
1340
1338
  deprecate :ConfigAssociatedGroups, :none, 2025, 12
1341
1339
  deprecate :ConfigAssociatedGroups=, :none, 2025, 12
1342
1340
 
1343
- def initialize(configid=nil, configname=nil, configpath=nil, configdesc=nil, configtags=nil, configpipeline=nil, configcreatetime=nil, configupdatetime=nil, configschema=nil, configassociatedgroups=nil, configassociatedgrouplist=nil, filebeatconfigenable=nil, filebeatclosetimeout=nil, filebeatignoreolder=nil, filebeatharvesterlimit=nil, filebeatcloseinactive=nil, filebeatcleaninactive=nil)
1341
+ def initialize(configid=nil, configname=nil, configpath=nil, configdesc=nil, configtags=nil, configpipeline=nil, configcreatetime=nil, configupdatetime=nil, configschema=nil, configassociatedgroups=nil, configassociatedgrouplist=nil, filebeatconfigenable=nil, filebeatclosetimeout=nil, filebeatignoreolder=nil, filebeatharvesterlimit=nil, filebeatcloseinactive=nil, filebeatcleaninactive=nil, custommultilinepattern=nil)
1344
1342
  @ConfigId = configid
1345
1343
  @ConfigName = configname
1346
1344
  @ConfigPath = configpath
@@ -1358,6 +1356,7 @@ module TencentCloud
1358
1356
  @FilebeatHarvesterLimit = filebeatharvesterlimit
1359
1357
  @FilebeatCloseInactive = filebeatcloseinactive
1360
1358
  @FilebeatCleanInactive = filebeatcleaninactive
1359
+ @CustomMultilinePattern = custommultilinepattern
1361
1360
  end
1362
1361
 
1363
1362
  def deserialize(params)
@@ -1395,6 +1394,7 @@ module TencentCloud
1395
1394
  @FilebeatHarvesterLimit = params['FilebeatHarvesterLimit']
1396
1395
  @FilebeatCloseInactive = params['FilebeatCloseInactive']
1397
1396
  @FilebeatCleanInactive = params['FilebeatCleanInactive']
1397
+ @CustomMultilinePattern = params['CustomMultilinePattern']
1398
1398
  end
1399
1399
  end
1400
1400
 
@@ -1459,18 +1459,14 @@ module TencentCloud
1459
1459
  # @param SchemaType: 解析规则类型。可选值 0(SPRING_BOOT:默认Spring Boot格式),1(NONE:无解析规则),4(NGINX_ACCESS:nginx access日志),5(CUSTOM_LOGBACK:自定义Logback),6(CUSTOM_LOG4J:自定义Log4J),7(CUSTOM_LOG4J2:自定义Log4J2),8(TEXT:单行/多行文本),9(ENVOY_MSGW_ACCESS:envoy access日志)。
1460
1460
  # @type SchemaType: Integer
1461
1461
  # @param SchemaContent: 解析规则内容
1462
- # 注意:此字段可能返回 null,表示取不到有效值。
1463
1462
  # @type SchemaContent: String
1464
1463
  # @param SchemaDateFormat: 解析规则时间格式
1465
- # 注意:此字段可能返回 null,表示取不到有效值。
1466
1464
  # @type SchemaDateFormat: String
1467
1465
  # @param SchemaMultilinePattern: 解析规则对应的多行匹配规则
1468
- # 注意:此字段可能返回 null,表示取不到有效值。
1469
1466
  # @type SchemaMultilinePattern: String
1470
1467
  # @param SchemaCreateTime: 解析规则创建时间,格式为yyyy-MM-dd HH:mm:ss
1471
1468
  # @type SchemaCreateTime: String
1472
1469
  # @param SchemaPatternLayout: 用户填写的解析规则
1473
- # 注意:此字段可能返回 null,表示取不到有效值。
1474
1470
  # @type SchemaPatternLayout: String
1475
1471
 
1476
1472
  attr_accessor :SchemaType, :SchemaContent, :SchemaDateFormat, :SchemaMultilinePattern, :SchemaCreateTime, :SchemaPatternLayout
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tsf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1179
4
+ version: 3.0.1186
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-09 00:00:00.000000000 Z
11
+ date: 2025-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20180326/models.rb
37
36
  - lib/v20180326/client.rb
37
+ - lib/v20180326/models.rb
38
38
  - lib/tencentcloud-sdk-tsf.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby