ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getLogsRuleGroup
Explore with Pulumi AI
Provides a read-only data source to retrieve information about a logs_rule_group. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const logsRuleGroupInstance = ibm.getLogsRuleGroup({
instanceId: ibm_logs_rule_group.logs_rule_group_instance.instance_id,
region: ibm_logs_rule_group.logs_rule_group_instance.region,
groupId: ibm_logs_rule_group.logs_rule_group_instance.rule_group_id,
});
import pulumi
import pulumi_ibm as ibm
logs_rule_group_instance = ibm.get_logs_rule_group(instance_id=ibm_logs_rule_group["logs_rule_group_instance"]["instance_id"],
region=ibm_logs_rule_group["logs_rule_group_instance"]["region"],
group_id=ibm_logs_rule_group["logs_rule_group_instance"]["rule_group_id"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupLogsRuleGroup(ctx, &ibm.LookupLogsRuleGroupArgs{
InstanceId: ibm_logs_rule_group.Logs_rule_group_instance.Instance_id,
Region: pulumi.StringRef(ibm_logs_rule_group.Logs_rule_group_instance.Region),
GroupId: ibm_logs_rule_group.Logs_rule_group_instance.Rule_group_id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var logsRuleGroupInstance = Ibm.GetLogsRuleGroup.Invoke(new()
{
InstanceId = ibm_logs_rule_group.Logs_rule_group_instance.Instance_id,
Region = ibm_logs_rule_group.Logs_rule_group_instance.Region,
GroupId = ibm_logs_rule_group.Logs_rule_group_instance.Rule_group_id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetLogsRuleGroupArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var logsRuleGroupInstance = IbmFunctions.getLogsRuleGroup(GetLogsRuleGroupArgs.builder()
.instanceId(ibm_logs_rule_group.logs_rule_group_instance().instance_id())
.region(ibm_logs_rule_group.logs_rule_group_instance().region())
.groupId(ibm_logs_rule_group.logs_rule_group_instance().rule_group_id())
.build());
}
}
variables:
logsRuleGroupInstance:
fn::invoke:
function: ibm:getLogsRuleGroup
arguments:
instanceId: ${ibm_logs_rule_group.logs_rule_group_instance.instance_id}
region: ${ibm_logs_rule_group.logs_rule_group_instance.region}
groupId: ${ibm_logs_rule_group.logs_rule_group_instance.rule_group_id}
Using getLogsRuleGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getLogsRuleGroup(args: GetLogsRuleGroupArgs, opts?: InvokeOptions): Promise<GetLogsRuleGroupResult>
function getLogsRuleGroupOutput(args: GetLogsRuleGroupOutputArgs, opts?: InvokeOptions): Output<GetLogsRuleGroupResult>
def get_logs_rule_group(endpoint_type: Optional[str] = None,
group_id: Optional[str] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLogsRuleGroupResult
def get_logs_rule_group_output(endpoint_type: Optional[pulumi.Input[str]] = None,
group_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLogsRuleGroupResult]
func LookupLogsRuleGroup(ctx *Context, args *LookupLogsRuleGroupArgs, opts ...InvokeOption) (*LookupLogsRuleGroupResult, error)
func LookupLogsRuleGroupOutput(ctx *Context, args *LookupLogsRuleGroupOutputArgs, opts ...InvokeOption) LookupLogsRuleGroupResultOutput
> Note: This function is named LookupLogsRuleGroup
in the Go SDK.
public static class GetLogsRuleGroup
{
public static Task<GetLogsRuleGroupResult> InvokeAsync(GetLogsRuleGroupArgs args, InvokeOptions? opts = null)
public static Output<GetLogsRuleGroupResult> Invoke(GetLogsRuleGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetLogsRuleGroupResult> getLogsRuleGroup(GetLogsRuleGroupArgs args, InvokeOptions options)
public static Output<GetLogsRuleGroupResult> getLogsRuleGroup(GetLogsRuleGroupArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getLogsRuleGroup:getLogsRuleGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Group
Id string - The group ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Instance
Id string - Cloud Logs Instance GUID.
- Endpoint
Type string - Id string
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Region string
- Cloud Logs Instance Region.
- Group
Id string - The group ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Instance
Id string - Cloud Logs Instance GUID.
- Endpoint
Type string - Id string
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Region string
- Cloud Logs Instance Region.
- group
Id String - The group ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- instance
Id String - Cloud Logs Instance GUID.
- endpoint
Type String - id String
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- region String
- Cloud Logs Instance Region.
- group
Id string - The group ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- instance
Id string - Cloud Logs Instance GUID.
- endpoint
Type string - id string
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- region string
- Cloud Logs Instance Region.
- group_
id str - The group ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- instance_
id str - Cloud Logs Instance GUID.
- endpoint_
type str - id str
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- region str
- Cloud Logs Instance Region.
- group
Id String - The group ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- instance
Id String - Cloud Logs Instance GUID.
- endpoint
Type String - id String
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- region String
- Cloud Logs Instance Region.
getLogsRuleGroup Result
The following output properties are available:
- Description string
- (String) Description of the rule.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_\\-\\s]+$/
.
- Constraints: The maximum length is
- Enabled bool
- (Boolean) Whether or not to execute the rule.
- Group
Id string - Id string
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Instance
Id string - Name string
- (String) Name of the rule.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Order double
- (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- Region string
- Rule
Matchers List<GetLogs Rule Group Rule Matcher> - (List) // Optional rule matchers which if matched will make the rule go through the rule group.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for rule_matchers:
- Constraints: The maximum length is
- Rule
Subgroups List<GetLogs Rule Group Rule Subgroup> - (List) Rule subgroups. Will try to execute the first rule subgroup, and if not matched will try to match the next one in order.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for rule_subgroups:
- Constraints: The maximum length is
- Endpoint
Type string
- Description string
- (String) Description of the rule.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_\\-\\s]+$/
.
- Constraints: The maximum length is
- Enabled bool
- (Boolean) Whether or not to execute the rule.
- Group
Id string - Id string
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Instance
Id string - Name string
- (String) Name of the rule.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Order float64
- (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- Region string
- Rule
Matchers []GetLogs Rule Group Rule Matcher - (List) // Optional rule matchers which if matched will make the rule go through the rule group.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for rule_matchers:
- Constraints: The maximum length is
- Rule
Subgroups []GetLogs Rule Group Rule Subgroup - (List) Rule subgroups. Will try to execute the first rule subgroup, and if not matched will try to match the next one in order.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for rule_subgroups:
- Constraints: The maximum length is
- Endpoint
Type string
- description String
- (String) Description of the rule.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_\\-\\s]+$/
.
- Constraints: The maximum length is
- enabled Boolean
- (Boolean) Whether or not to execute the rule.
- group
Id String - id String
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- instance
Id String - name String
- (String) Name of the rule.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- order Double
- (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- region String
- rule
Matchers List<GetLogs Rule Group Rule Matcher> - (List) // Optional rule matchers which if matched will make the rule go through the rule group.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for rule_matchers:
- Constraints: The maximum length is
- rule
Subgroups List<GetLogs Rule Group Rule Subgroup> - (List) Rule subgroups. Will try to execute the first rule subgroup, and if not matched will try to match the next one in order.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for rule_subgroups:
- Constraints: The maximum length is
- endpoint
Type String
- description string
- (String) Description of the rule.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_\\-\\s]+$/
.
- Constraints: The maximum length is
- enabled boolean
- (Boolean) Whether or not to execute the rule.
- group
Id string - id string
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- instance
Id string - name string
- (String) Name of the rule.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- order number
- (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- region string
- rule
Matchers GetLogs Rule Group Rule Matcher[] - (List) // Optional rule matchers which if matched will make the rule go through the rule group.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for rule_matchers:
- Constraints: The maximum length is
- rule
Subgroups GetLogs Rule Group Rule Subgroup[] - (List) Rule subgroups. Will try to execute the first rule subgroup, and if not matched will try to match the next one in order.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for rule_subgroups:
- Constraints: The maximum length is
- endpoint
Type string
- description str
- (String) Description of the rule.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_\\-\\s]+$/
.
- Constraints: The maximum length is
- enabled bool
- (Boolean) Whether or not to execute the rule.
- group_
id str - id str
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- instance_
id str - name str
- (String) Name of the rule.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- order float
- (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- region str
- rule_
matchers Sequence[GetLogs Rule Group Rule Matcher] - (List) // Optional rule matchers which if matched will make the rule go through the rule group.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for rule_matchers:
- Constraints: The maximum length is
- rule_
subgroups Sequence[GetLogs Rule Group Rule Subgroup] - (List) Rule subgroups. Will try to execute the first rule subgroup, and if not matched will try to match the next one in order.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for rule_subgroups:
- Constraints: The maximum length is
- endpoint_
type str
- description String
- (String) Description of the rule.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_\\-\\s]+$/
.
- Constraints: The maximum length is
- enabled Boolean
- (Boolean) Whether or not to execute the rule.
- group
Id String - id String
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- instance
Id String - name String
- (String) Name of the rule.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- order Number
- (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- region String
- rule
Matchers List<Property Map> - (List) // Optional rule matchers which if matched will make the rule go through the rule group.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for rule_matchers:
- Constraints: The maximum length is
- rule
Subgroups List<Property Map> - (List) Rule subgroups. Will try to execute the first rule subgroup, and if not matched will try to match the next one in order.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for rule_subgroups:
- Constraints: The maximum length is
- endpoint
Type String
Supporting Types
GetLogsRuleGroupRuleMatcher
- Application
Names List<GetLogs Rule Group Rule Matcher Application Name> - (List) ApplicationName constraint. Nested schema for application_name:
- Severities
List<Get
Logs Rule Group Rule Matcher Severity> - (List) Severity constraint. Nested schema for severity:
- Subsystem
Names List<GetLogs Rule Group Rule Matcher Subsystem Name> - (List) SubsystemName constraint. Nested schema for subsystem_name:
- Application
Names []GetLogs Rule Group Rule Matcher Application Name - (List) ApplicationName constraint. Nested schema for application_name:
- Severities
[]Get
Logs Rule Group Rule Matcher Severity - (List) Severity constraint. Nested schema for severity:
- Subsystem
Names []GetLogs Rule Group Rule Matcher Subsystem Name - (List) SubsystemName constraint. Nested schema for subsystem_name:
- application
Names List<GetLogs Rule Group Rule Matcher Application Name> - (List) ApplicationName constraint. Nested schema for application_name:
- severities
List<Get
Logs Rule Group Rule Matcher Severity> - (List) Severity constraint. Nested schema for severity:
- subsystem
Names List<GetLogs Rule Group Rule Matcher Subsystem Name> - (List) SubsystemName constraint. Nested schema for subsystem_name:
- application
Names GetLogs Rule Group Rule Matcher Application Name[] - (List) ApplicationName constraint. Nested schema for application_name:
- severities
Get
Logs Rule Group Rule Matcher Severity[] - (List) Severity constraint. Nested schema for severity:
- subsystem
Names GetLogs Rule Group Rule Matcher Subsystem Name[] - (List) SubsystemName constraint. Nested schema for subsystem_name:
- application_
names Sequence[GetLogs Rule Group Rule Matcher Application Name] - (List) ApplicationName constraint. Nested schema for application_name:
- severities
Sequence[Get
Logs Rule Group Rule Matcher Severity] - (List) Severity constraint. Nested schema for severity:
- subsystem_
names Sequence[GetLogs Rule Group Rule Matcher Subsystem Name] - (List) SubsystemName constraint. Nested schema for subsystem_name:
- application
Names List<Property Map> - (List) ApplicationName constraint. Nested schema for application_name:
- severities List<Property Map>
- (List) Severity constraint. Nested schema for severity:
- subsystem
Names List<Property Map> - (List) SubsystemName constraint. Nested schema for subsystem_name:
GetLogsRuleGroupRuleMatcherApplicationName
- Value string
- (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Value string
- (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- value String
- (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- value string
- (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- value str
- (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- value String
- (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsRuleGroupRuleMatcherSeverity
- Value string
- (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Value string
- (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- value String
- (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- value string
- (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- value str
- (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- value String
- (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsRuleGroupRuleMatcherSubsystemName
- Value string
- (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Value string
- (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- value String
- (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- value string
- (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- value str
- (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- value String
- (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsRuleGroupRuleSubgroup
- Enabled bool
- (Boolean) Whether or not to execute the rule.
- Id string
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Order double
- (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- Rules
List<Get
Logs Rule Group Rule Subgroup Rule> - (List) Rules to run on the log.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for rules:
- Constraints: The maximum length is
- Enabled bool
- (Boolean) Whether or not to execute the rule.
- Id string
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Order float64
- (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- Rules
[]Get
Logs Rule Group Rule Subgroup Rule - (List) Rules to run on the log.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for rules:
- Constraints: The maximum length is
- enabled Boolean
- (Boolean) Whether or not to execute the rule.
- id String
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- order Double
- (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- rules
List<Get
Logs Rule Group Rule Subgroup Rule> - (List) Rules to run on the log.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for rules:
- Constraints: The maximum length is
- enabled boolean
- (Boolean) Whether or not to execute the rule.
- id string
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- order number
- (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- rules
Get
Logs Rule Group Rule Subgroup Rule[] - (List) Rules to run on the log.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for rules:
- Constraints: The maximum length is
- enabled bool
- (Boolean) Whether or not to execute the rule.
- id str
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- order float
- (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- rules
Sequence[Get
Logs Rule Group Rule Subgroup Rule] - (List) Rules to run on the log.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for rules:
- Constraints: The maximum length is
- enabled Boolean
- (Boolean) Whether or not to execute the rule.
- id String
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- order Number
- (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- rules List<Property Map>
- (List) Rules to run on the log.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for rules:
- Constraints: The maximum length is
GetLogsRuleGroupRuleSubgroupRule
- Description string
- (String) Description of the rule.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_\\-\\s]+$/
.
- Constraints: The maximum length is
- Enabled bool
- (Boolean) Whether or not to execute the rule.
- Id string
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Name string
- (String) Name of the rule.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Order double
- (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- Parameters
List<Get
Logs Rule Group Rule Subgroup Rule Parameter> - (List) Parameters for a rule which specifies how it should run. Nested schema for parameters:
- Source
Field string - (String) A field on which value to execute the rule.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Description string
- (String) Description of the rule.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_\\-\\s]+$/
.
- Constraints: The maximum length is
- Enabled bool
- (Boolean) Whether or not to execute the rule.
- Id string
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Name string
- (String) Name of the rule.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Order float64
- (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- Parameters
[]Get
Logs Rule Group Rule Subgroup Rule Parameter - (List) Parameters for a rule which specifies how it should run. Nested schema for parameters:
- Source
Field string - (String) A field on which value to execute the rule.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- description String
- (String) Description of the rule.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_\\-\\s]+$/
.
- Constraints: The maximum length is
- enabled Boolean
- (Boolean) Whether or not to execute the rule.
- id String
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- name String
- (String) Name of the rule.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- order Double
- (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- parameters
List<Get
Logs Rule Group Rule Subgroup Rule Parameter> - (List) Parameters for a rule which specifies how it should run. Nested schema for parameters:
- source
Field String - (String) A field on which value to execute the rule.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- description string
- (String) Description of the rule.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_\\-\\s]+$/
.
- Constraints: The maximum length is
- enabled boolean
- (Boolean) Whether or not to execute the rule.
- id string
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- name string
- (String) Name of the rule.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- order number
- (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- parameters
Get
Logs Rule Group Rule Subgroup Rule Parameter[] - (List) Parameters for a rule which specifies how it should run. Nested schema for parameters:
- source
Field string - (String) A field on which value to execute the rule.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- description str
- (String) Description of the rule.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_\\-\\s]+$/
.
- Constraints: The maximum length is
- enabled bool
- (Boolean) Whether or not to execute the rule.
- id str
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- name str
- (String) Name of the rule.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- order float
- (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- parameters
Sequence[Get
Logs Rule Group Rule Subgroup Rule Parameter] - (List) Parameters for a rule which specifies how it should run. Nested schema for parameters:
- source_
field str - (String) A field on which value to execute the rule.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- description String
- (String) Description of the rule.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_\\-\\s]+$/
.
- Constraints: The maximum length is
- enabled Boolean
- (Boolean) Whether or not to execute the rule.
- id String
- (String) Unique identifier of the rule.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- name String
- (String) Name of the rule.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- order Number
- (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- parameters List<Property Map>
- (List) Parameters for a rule which specifies how it should run. Nested schema for parameters:
- source
Field String - (String) A field on which value to execute the rule.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsRuleGroupRuleSubgroupRuleParameter
- Allow
Parameters List<GetLogs Rule Group Rule Subgroup Rule Parameter Allow Parameter> - (List) Parameters for allow rule. Nested schema for allow_parameters:
- Block
Parameters List<GetLogs Rule Group Rule Subgroup Rule Parameter Block Parameter> - (List) Parameters for block rule. Nested schema for block_parameters:
- Extract
Parameters List<GetLogs Rule Group Rule Subgroup Rule Parameter Extract Parameter> - (List) Parameters for text extraction rule. Nested schema for extract_parameters:
- Extract
Timestamp List<GetParameters Logs Rule Group Rule Subgroup Rule Parameter Extract Timestamp Parameter> - (List) Parameters for extract timestamp rule. Nested schema for extract_timestamp_parameters:
- Json
Extract List<GetParameters Logs Rule Group Rule Subgroup Rule Parameter Json Extract Parameter> - (List) Parameters for json extract rule. Nested schema for json_extract_parameters:
- Json
Parse List<GetParameters Logs Rule Group Rule Subgroup Rule Parameter Json Parse Parameter> - (List) Parameters for json parse rule. Nested schema for json_parse_parameters:
- Json
Stringify List<GetParameters Logs Rule Group Rule Subgroup Rule Parameter Json Stringify Parameter> - (List) Parameters for json stringify rule. Nested schema for json_stringify_parameters:
- Parse
Parameters List<GetLogs Rule Group Rule Subgroup Rule Parameter Parse Parameter> - (List) Parameters for parse rule. Nested schema for parse_parameters:
- Remove
Fields List<GetParameters Logs Rule Group Rule Subgroup Rule Parameter Remove Fields Parameter> - (List) Parameters for remove fields rule. Nested schema for remove_fields_parameters:
- Replace
Parameters List<GetLogs Rule Group Rule Subgroup Rule Parameter Replace Parameter> - (List) Parameters for replace rule. Nested schema for replace_parameters:
- Allow
Parameters []GetLogs Rule Group Rule Subgroup Rule Parameter Allow Parameter - (List) Parameters for allow rule. Nested schema for allow_parameters:
- Block
Parameters []GetLogs Rule Group Rule Subgroup Rule Parameter Block Parameter - (List) Parameters for block rule. Nested schema for block_parameters:
- Extract
Parameters []GetLogs Rule Group Rule Subgroup Rule Parameter Extract Parameter - (List) Parameters for text extraction rule. Nested schema for extract_parameters:
- Extract
Timestamp []GetParameters Logs Rule Group Rule Subgroup Rule Parameter Extract Timestamp Parameter - (List) Parameters for extract timestamp rule. Nested schema for extract_timestamp_parameters:
- Json
Extract []GetParameters Logs Rule Group Rule Subgroup Rule Parameter Json Extract Parameter - (List) Parameters for json extract rule. Nested schema for json_extract_parameters:
- Json
Parse []GetParameters Logs Rule Group Rule Subgroup Rule Parameter Json Parse Parameter - (List) Parameters for json parse rule. Nested schema for json_parse_parameters:
- Json
Stringify []GetParameters Logs Rule Group Rule Subgroup Rule Parameter Json Stringify Parameter - (List) Parameters for json stringify rule. Nested schema for json_stringify_parameters:
- Parse
Parameters []GetLogs Rule Group Rule Subgroup Rule Parameter Parse Parameter - (List) Parameters for parse rule. Nested schema for parse_parameters:
- Remove
Fields []GetParameters Logs Rule Group Rule Subgroup Rule Parameter Remove Fields Parameter - (List) Parameters for remove fields rule. Nested schema for remove_fields_parameters:
- Replace
Parameters []GetLogs Rule Group Rule Subgroup Rule Parameter Replace Parameter - (List) Parameters for replace rule. Nested schema for replace_parameters:
- allow
Parameters List<GetLogs Rule Group Rule Subgroup Rule Parameter Allow Parameter> - (List) Parameters for allow rule. Nested schema for allow_parameters:
- block
Parameters List<GetLogs Rule Group Rule Subgroup Rule Parameter Block Parameter> - (List) Parameters for block rule. Nested schema for block_parameters:
- extract
Parameters List<GetLogs Rule Group Rule Subgroup Rule Parameter Extract Parameter> - (List) Parameters for text extraction rule. Nested schema for extract_parameters:
- extract
Timestamp List<GetParameters Logs Rule Group Rule Subgroup Rule Parameter Extract Timestamp Parameter> - (List) Parameters for extract timestamp rule. Nested schema for extract_timestamp_parameters:
- json
Extract List<GetParameters Logs Rule Group Rule Subgroup Rule Parameter Json Extract Parameter> - (List) Parameters for json extract rule. Nested schema for json_extract_parameters:
- json
Parse List<GetParameters Logs Rule Group Rule Subgroup Rule Parameter Json Parse Parameter> - (List) Parameters for json parse rule. Nested schema for json_parse_parameters:
- json
Stringify List<GetParameters Logs Rule Group Rule Subgroup Rule Parameter Json Stringify Parameter> - (List) Parameters for json stringify rule. Nested schema for json_stringify_parameters:
- parse
Parameters List<GetLogs Rule Group Rule Subgroup Rule Parameter Parse Parameter> - (List) Parameters for parse rule. Nested schema for parse_parameters:
- remove
Fields List<GetParameters Logs Rule Group Rule Subgroup Rule Parameter Remove Fields Parameter> - (List) Parameters for remove fields rule. Nested schema for remove_fields_parameters:
- replace
Parameters List<GetLogs Rule Group Rule Subgroup Rule Parameter Replace Parameter> - (List) Parameters for replace rule. Nested schema for replace_parameters:
- allow
Parameters GetLogs Rule Group Rule Subgroup Rule Parameter Allow Parameter[] - (List) Parameters for allow rule. Nested schema for allow_parameters:
- block
Parameters GetLogs Rule Group Rule Subgroup Rule Parameter Block Parameter[] - (List) Parameters for block rule. Nested schema for block_parameters:
- extract
Parameters GetLogs Rule Group Rule Subgroup Rule Parameter Extract Parameter[] - (List) Parameters for text extraction rule. Nested schema for extract_parameters:
- extract
Timestamp GetParameters Logs Rule Group Rule Subgroup Rule Parameter Extract Timestamp Parameter[] - (List) Parameters for extract timestamp rule. Nested schema for extract_timestamp_parameters:
- json
Extract GetParameters Logs Rule Group Rule Subgroup Rule Parameter Json Extract Parameter[] - (List) Parameters for json extract rule. Nested schema for json_extract_parameters:
- json
Parse GetParameters Logs Rule Group Rule Subgroup Rule Parameter Json Parse Parameter[] - (List) Parameters for json parse rule. Nested schema for json_parse_parameters:
- json
Stringify GetParameters Logs Rule Group Rule Subgroup Rule Parameter Json Stringify Parameter[] - (List) Parameters for json stringify rule. Nested schema for json_stringify_parameters:
- parse
Parameters GetLogs Rule Group Rule Subgroup Rule Parameter Parse Parameter[] - (List) Parameters for parse rule. Nested schema for parse_parameters:
- remove
Fields GetParameters Logs Rule Group Rule Subgroup Rule Parameter Remove Fields Parameter[] - (List) Parameters for remove fields rule. Nested schema for remove_fields_parameters:
- replace
Parameters GetLogs Rule Group Rule Subgroup Rule Parameter Replace Parameter[] - (List) Parameters for replace rule. Nested schema for replace_parameters:
- allow_
parameters Sequence[GetLogs Rule Group Rule Subgroup Rule Parameter Allow Parameter] - (List) Parameters for allow rule. Nested schema for allow_parameters:
- block_
parameters Sequence[GetLogs Rule Group Rule Subgroup Rule Parameter Block Parameter] - (List) Parameters for block rule. Nested schema for block_parameters:
- extract_
parameters Sequence[GetLogs Rule Group Rule Subgroup Rule Parameter Extract Parameter] - (List) Parameters for text extraction rule. Nested schema for extract_parameters:
- extract_
timestamp_ Sequence[Getparameters Logs Rule Group Rule Subgroup Rule Parameter Extract Timestamp Parameter] - (List) Parameters for extract timestamp rule. Nested schema for extract_timestamp_parameters:
- json_
extract_ Sequence[Getparameters Logs Rule Group Rule Subgroup Rule Parameter Json Extract Parameter] - (List) Parameters for json extract rule. Nested schema for json_extract_parameters:
- json_
parse_ Sequence[Getparameters Logs Rule Group Rule Subgroup Rule Parameter Json Parse Parameter] - (List) Parameters for json parse rule. Nested schema for json_parse_parameters:
- json_
stringify_ Sequence[Getparameters Logs Rule Group Rule Subgroup Rule Parameter Json Stringify Parameter] - (List) Parameters for json stringify rule. Nested schema for json_stringify_parameters:
- parse_
parameters Sequence[GetLogs Rule Group Rule Subgroup Rule Parameter Parse Parameter] - (List) Parameters for parse rule. Nested schema for parse_parameters:
- remove_
fields_ Sequence[Getparameters Logs Rule Group Rule Subgroup Rule Parameter Remove Fields Parameter] - (List) Parameters for remove fields rule. Nested schema for remove_fields_parameters:
- replace_
parameters Sequence[GetLogs Rule Group Rule Subgroup Rule Parameter Replace Parameter] - (List) Parameters for replace rule. Nested schema for replace_parameters:
- allow
Parameters List<Property Map> - (List) Parameters for allow rule. Nested schema for allow_parameters:
- block
Parameters List<Property Map> - (List) Parameters for block rule. Nested schema for block_parameters:
- extract
Parameters List<Property Map> - (List) Parameters for text extraction rule. Nested schema for extract_parameters:
- extract
Timestamp List<Property Map>Parameters - (List) Parameters for extract timestamp rule. Nested schema for extract_timestamp_parameters:
- json
Extract List<Property Map>Parameters - (List) Parameters for json extract rule. Nested schema for json_extract_parameters:
- json
Parse List<Property Map>Parameters - (List) Parameters for json parse rule. Nested schema for json_parse_parameters:
- json
Stringify List<Property Map>Parameters - (List) Parameters for json stringify rule. Nested schema for json_stringify_parameters:
- parse
Parameters List<Property Map> - (List) Parameters for parse rule. Nested schema for parse_parameters:
- remove
Fields List<Property Map>Parameters - (List) Parameters for remove fields rule. Nested schema for remove_fields_parameters:
- replace
Parameters List<Property Map> - (List) Parameters for replace rule. Nested schema for replace_parameters:
GetLogsRuleGroupRuleSubgroupRuleParameterAllowParameter
- Keep
Blocked boolLogs - (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
- Rule string
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- Keep
Blocked boolLogs - (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
- Rule string
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- keep
Blocked BooleanLogs - (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
- rule String
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- keep
Blocked booleanLogs - (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
- rule string
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- keep_
blocked_ boollogs - (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
- rule str
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- keep
Blocked BooleanLogs - (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
- rule String
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
GetLogsRuleGroupRuleSubgroupRuleParameterBlockParameter
- Keep
Blocked boolLogs - (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
- Rule string
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- Keep
Blocked boolLogs - (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
- Rule string
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- keep
Blocked BooleanLogs - (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
- rule String
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- keep
Blocked booleanLogs - (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
- rule string
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- keep_
blocked_ boollogs - (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
- rule str
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- keep
Blocked BooleanLogs - (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
- rule String
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
GetLogsRuleGroupRuleSubgroupRuleParameterExtractParameter
- Rule string
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- Rule string
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- rule String
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- rule string
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- rule str
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- rule String
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
GetLogsRuleGroupRuleSubgroupRuleParameterExtractTimestampParameter
- Format string
- (String) What time format the the source field to extract from has.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- Standard string
- (String) What time format to use on the extracted time.
- Constraints: Allowable values are:
strftime_or_unspecified
,javasdf
,golang
,secondsts
,millits
,microts
,nanots
.
- Constraints: Allowable values are:
- Format string
- (String) What time format the the source field to extract from has.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- Standard string
- (String) What time format to use on the extracted time.
- Constraints: Allowable values are:
strftime_or_unspecified
,javasdf
,golang
,secondsts
,millits
,microts
,nanots
.
- Constraints: Allowable values are:
- format String
- (String) What time format the the source field to extract from has.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- standard String
- (String) What time format to use on the extracted time.
- Constraints: Allowable values are:
strftime_or_unspecified
,javasdf
,golang
,secondsts
,millits
,microts
,nanots
.
- Constraints: Allowable values are:
- format string
- (String) What time format the the source field to extract from has.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- standard string
- (String) What time format to use on the extracted time.
- Constraints: Allowable values are:
strftime_or_unspecified
,javasdf
,golang
,secondsts
,millits
,microts
,nanots
.
- Constraints: Allowable values are:
- format str
- (String) What time format the the source field to extract from has.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- standard str
- (String) What time format to use on the extracted time.
- Constraints: Allowable values are:
strftime_or_unspecified
,javasdf
,golang
,secondsts
,millits
,microts
,nanots
.
- Constraints: Allowable values are:
- format String
- (String) What time format the the source field to extract from has.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- standard String
- (String) What time format to use on the extracted time.
- Constraints: Allowable values are:
strftime_or_unspecified
,javasdf
,golang
,secondsts
,millits
,microts
,nanots
.
- Constraints: Allowable values are:
GetLogsRuleGroupRuleSubgroupRuleParameterJsonExtractParameter
- Destination
Field string - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Destination
Field string - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- destination
Field String - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- destination
Field string - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- destination_
field str - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- destination
Field String - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsRuleGroupRuleSubgroupRuleParameterJsonParseParameter
- Delete
Source bool - (Boolean) Whether or not to delete the source field after running this rule.
- Destination
Field string - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Override
Dest bool - (Boolean) Destination field in which to put the json stringified content.
- Delete
Source bool - (Boolean) Whether or not to delete the source field after running this rule.
- Destination
Field string - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Override
Dest bool - (Boolean) Destination field in which to put the json stringified content.
- delete
Source Boolean - (Boolean) Whether or not to delete the source field after running this rule.
- destination
Field String - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- override
Dest Boolean - (Boolean) Destination field in which to put the json stringified content.
- delete
Source boolean - (Boolean) Whether or not to delete the source field after running this rule.
- destination
Field string - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- override
Dest boolean - (Boolean) Destination field in which to put the json stringified content.
- delete_
source bool - (Boolean) Whether or not to delete the source field after running this rule.
- destination_
field str - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- override_
dest bool - (Boolean) Destination field in which to put the json stringified content.
- delete
Source Boolean - (Boolean) Whether or not to delete the source field after running this rule.
- destination
Field String - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- override
Dest Boolean - (Boolean) Destination field in which to put the json stringified content.
GetLogsRuleGroupRuleSubgroupRuleParameterJsonStringifyParameter
- Delete
Source bool - (Boolean) Whether or not to delete the source field after running this rule.
- Destination
Field string - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Delete
Source bool - (Boolean) Whether or not to delete the source field after running this rule.
- Destination
Field string - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- delete
Source Boolean - (Boolean) Whether or not to delete the source field after running this rule.
- destination
Field String - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- delete
Source boolean - (Boolean) Whether or not to delete the source field after running this rule.
- destination
Field string - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- delete_
source bool - (Boolean) Whether or not to delete the source field after running this rule.
- destination_
field str - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- delete
Source Boolean - (Boolean) Whether or not to delete the source field after running this rule.
- destination
Field String - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsRuleGroupRuleSubgroupRuleParameterParseParameter
- Destination
Field string - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Rule string
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- Destination
Field string - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Rule string
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- destination
Field String - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- rule String
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- destination
Field string - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- rule string
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- destination_
field str - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- rule str
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- destination
Field String - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- rule String
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
GetLogsRuleGroupRuleSubgroupRuleParameterRemoveFieldsParameter
- Fields List<string>
- (List) Json field paths to drop from the log.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Fields []string
- (List) Json field paths to drop from the log.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- fields List<String>
- (List) Json field paths to drop from the log.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- fields string[]
- (List) Json field paths to drop from the log.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- fields Sequence[str]
- (List) Json field paths to drop from the log.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- fields List<String>
- (List) Json field paths to drop from the log.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsRuleGroupRuleSubgroupRuleParameterReplaceParameter
- Destination
Field string - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Replace
New stringVal - (String) The value to replace the matched text with.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- Rule string
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- Destination
Field string - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Replace
New stringVal - (String) The value to replace the matched text with.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- Rule string
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- destination
Field String - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- replace
New StringVal - (String) The value to replace the matched text with.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- rule String
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- destination
Field string - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- replace
New stringVal - (String) The value to replace the matched text with.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- rule string
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- destination_
field str - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- replace_
new_ strval - (String) The value to replace the matched text with.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- rule str
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- destination
Field String - (String) In which field to put the modified text.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- replace
New StringVal - (String) The value to replace the matched text with.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- rule String
- (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.