ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud
ibm.getLogsRuleGroups
Explore with Pulumi AI
Provides a read-only data source to retrieve information about logs_rule_groups. 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 logsRuleGroupsInstance = ibm.getLogsRuleGroups({
    instanceId: ibm_logs_rule_group.logs_rule_group_instance.instance_id,
    region: ibm_logs_rule_group.logs_rule_group_instance.region,
});
import pulumi
import pulumi_ibm as ibm
logs_rule_groups_instance = ibm.get_logs_rule_groups(instance_id=ibm_logs_rule_group["logs_rule_group_instance"]["instance_id"],
    region=ibm_logs_rule_group["logs_rule_group_instance"]["region"])
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.GetLogsRuleGroups(ctx, &ibm.GetLogsRuleGroupsArgs{
			InstanceId: ibm_logs_rule_group.Logs_rule_group_instance.Instance_id,
			Region:     pulumi.StringRef(ibm_logs_rule_group.Logs_rule_group_instance.Region),
		}, 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 logsRuleGroupsInstance = Ibm.GetLogsRuleGroups.Invoke(new()
    {
        InstanceId = ibm_logs_rule_group.Logs_rule_group_instance.Instance_id,
        Region = ibm_logs_rule_group.Logs_rule_group_instance.Region,
    });
});
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.GetLogsRuleGroupsArgs;
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 logsRuleGroupsInstance = IbmFunctions.getLogsRuleGroups(GetLogsRuleGroupsArgs.builder()
            .instanceId(ibm_logs_rule_group.logs_rule_group_instance().instance_id())
            .region(ibm_logs_rule_group.logs_rule_group_instance().region())
            .build());
    }
}
variables:
  logsRuleGroupsInstance:
    fn::invoke:
      function: ibm:getLogsRuleGroups
      arguments:
        instanceId: ${ibm_logs_rule_group.logs_rule_group_instance.instance_id}
        region: ${ibm_logs_rule_group.logs_rule_group_instance.region}
Using getLogsRuleGroups
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 getLogsRuleGroups(args: GetLogsRuleGroupsArgs, opts?: InvokeOptions): Promise<GetLogsRuleGroupsResult>
function getLogsRuleGroupsOutput(args: GetLogsRuleGroupsOutputArgs, opts?: InvokeOptions): Output<GetLogsRuleGroupsResult>def get_logs_rule_groups(endpoint_type: Optional[str] = None,
                         id: Optional[str] = None,
                         instance_id: Optional[str] = None,
                         region: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetLogsRuleGroupsResult
def get_logs_rule_groups_output(endpoint_type: 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[GetLogsRuleGroupsResult]func GetLogsRuleGroups(ctx *Context, args *GetLogsRuleGroupsArgs, opts ...InvokeOption) (*GetLogsRuleGroupsResult, error)
func GetLogsRuleGroupsOutput(ctx *Context, args *GetLogsRuleGroupsOutputArgs, opts ...InvokeOption) GetLogsRuleGroupsResultOutput> Note: This function is named GetLogsRuleGroups in the Go SDK.
public static class GetLogsRuleGroups 
{
    public static Task<GetLogsRuleGroupsResult> InvokeAsync(GetLogsRuleGroupsArgs args, InvokeOptions? opts = null)
    public static Output<GetLogsRuleGroupsResult> Invoke(GetLogsRuleGroupsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLogsRuleGroupsResult> getLogsRuleGroups(GetLogsRuleGroupsArgs args, InvokeOptions options)
public static Output<GetLogsRuleGroupsResult> getLogsRuleGroups(GetLogsRuleGroupsArgs args, InvokeOptions options)
fn::invoke:
  function: ibm:index/getLogsRuleGroups:getLogsRuleGroups
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Instance
Id string - Cloud Logs Instance GUID.
 - Endpoint
Type string - Id string
 - (String) Unique identifier of the rule.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. 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.
 
- Instance
Id string - Cloud Logs Instance GUID.
 - Endpoint
Type string - Id string
 - (String) Unique identifier of the rule.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. 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.
 
- instance
Id String - Cloud Logs Instance GUID.
 - endpoint
Type String - id String
 - (String) Unique identifier of the rule.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. 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.
 
- instance
Id string - Cloud Logs Instance GUID.
 - endpoint
Type string - id string
 - (String) Unique identifier of the rule.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. 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.
 
- instance_
id str - Cloud Logs Instance GUID.
 - endpoint_
type str - id str
 - (String) Unique identifier of the rule.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. 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.
 
- instance
Id String - Cloud Logs Instance GUID.
 - endpoint
Type String - id String
 - (String) Unique identifier of the rule.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. 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.
 
getLogsRuleGroups Result
The following output properties are available:
- Id string
 - (String) Unique identifier of the rule.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. 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 - Region string
 - Rulegroups
List<Get
Logs Rule Groups Rulegroup>  - (List) The rule groups.
- Constraints: The maximum length is 
4096items. The minimum length is0items. Nested schema for rulegroups: 
 - Constraints: The maximum length is 
 - Endpoint
Type string 
- Id string
 - (String) Unique identifier of the rule.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. 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 - Region string
 - Rulegroups
[]Get
Logs Rule Groups Rulegroup  - (List) The rule groups.
- Constraints: The maximum length is 
4096items. The minimum length is0items. Nested schema for rulegroups: 
 - Constraints: The maximum length is 
 - Endpoint
Type string 
- id String
 - (String) Unique identifier of the rule.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. 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 - region String
 - rulegroups
List<Get
Logs Rule Groups Rulegroup>  - (List) The rule groups.
- Constraints: The maximum length is 
4096items. The minimum length is0items. Nested schema for rulegroups: 
 - Constraints: The maximum length is 
 - endpoint
Type String 
- id string
 - (String) Unique identifier of the rule.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. 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 - region string
 - rulegroups
Get
Logs Rule Groups Rulegroup[]  - (List) The rule groups.
- Constraints: The maximum length is 
4096items. The minimum length is0items. Nested schema for rulegroups: 
 - Constraints: The maximum length is 
 - endpoint
Type string 
- id str
 - (String) Unique identifier of the rule.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. 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 - region str
 - rulegroups
Sequence[Get
Logs Rule Groups Rulegroup]  - (List) The rule groups.
- Constraints: The maximum length is 
4096items. The minimum length is0items. Nested schema for rulegroups: 
 - Constraints: The maximum length is 
 - endpoint_
type str 
- id String
 - (String) Unique identifier of the rule.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. 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 - region String
 - rulegroups List<Property Map>
 - (List) The rule groups.
- Constraints: The maximum length is 
4096items. The minimum length is0items. Nested schema for rulegroups: 
 - Constraints: The maximum length is 
 - endpoint
Type String 
Supporting Types
GetLogsRuleGroupsRulegroup    
- Description string
 - (String) Description of the rule.
- Constraints: The maximum length is 
4096characters. The minimum length is1character. 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 
36characters. The minimum length is36characters. 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 
255characters. The minimum length is1character. 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 
 - Rule
Matchers List<GetLogs Rule Groups Rulegroup Rule Matcher>  - (List) // Optional rule matchers which if matched will make the rule go through the rule group.
- Constraints: The maximum length is 
4096items. The minimum length is0items. Nested schema for rule_matchers: 
 - Constraints: The maximum length is 
 - Rule
Subgroups List<GetLogs Rule Groups Rulegroup 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 
4096items. The minimum length is1item. Nested schema for rule_subgroups: 
 - Constraints: The maximum length is 
 
- Description string
 - (String) Description of the rule.
- Constraints: The maximum length is 
4096characters. The minimum length is1character. 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 
36characters. The minimum length is36characters. 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 
255characters. The minimum length is1character. 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 
 - Rule
Matchers []GetLogs Rule Groups Rulegroup Rule Matcher  - (List) // Optional rule matchers which if matched will make the rule go through the rule group.
- Constraints: The maximum length is 
4096items. The minimum length is0items. Nested schema for rule_matchers: 
 - Constraints: The maximum length is 
 - Rule
Subgroups []GetLogs Rule Groups Rulegroup 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 
4096items. The minimum length is1item. Nested schema for rule_subgroups: 
 - Constraints: The maximum length is 
 
- description String
 - (String) Description of the rule.
- Constraints: The maximum length is 
4096characters. The minimum length is1character. 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 
36characters. The minimum length is36characters. 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 
255characters. The minimum length is1character. 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 
 - rule
Matchers List<GetLogs Rule Groups Rulegroup Rule Matcher>  - (List) // Optional rule matchers which if matched will make the rule go through the rule group.
- Constraints: The maximum length is 
4096items. The minimum length is0items. Nested schema for rule_matchers: 
 - Constraints: The maximum length is 
 - rule
Subgroups List<GetLogs Rule Groups Rulegroup 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 
4096items. The minimum length is1item. Nested schema for rule_subgroups: 
 - Constraints: The maximum length is 
 
- description string
 - (String) Description of the rule.
- Constraints: The maximum length is 
4096characters. The minimum length is1character. 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 
36characters. The minimum length is36characters. 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 
255characters. The minimum length is1character. 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 
 - rule
Matchers GetLogs Rule Groups Rulegroup Rule Matcher[]  - (List) // Optional rule matchers which if matched will make the rule go through the rule group.
- Constraints: The maximum length is 
4096items. The minimum length is0items. Nested schema for rule_matchers: 
 - Constraints: The maximum length is 
 - rule
Subgroups GetLogs Rule Groups Rulegroup 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 
4096items. The minimum length is1item. Nested schema for rule_subgroups: 
 - Constraints: The maximum length is 
 
- description str
 - (String) Description of the rule.
- Constraints: The maximum length is 
4096characters. The minimum length is1character. 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 
36characters. The minimum length is36characters. 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 
255characters. The minimum length is1character. 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 
 - rule_
matchers Sequence[GetLogs Rule Groups Rulegroup Rule Matcher]  - (List) // Optional rule matchers which if matched will make the rule go through the rule group.
- Constraints: The maximum length is 
4096items. The minimum length is0items. Nested schema for rule_matchers: 
 - Constraints: The maximum length is 
 - rule_
subgroups Sequence[GetLogs Rule Groups Rulegroup 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 
4096items. The minimum length is1item. Nested schema for rule_subgroups: 
 - Constraints: The maximum length is 
 
- description String
 - (String) Description of the rule.
- Constraints: The maximum length is 
4096characters. The minimum length is1character. 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 
36characters. The minimum length is36characters. 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 
255characters. The minimum length is1character. 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 
 - 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 
4096items. The minimum length is0items. 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 
4096items. The minimum length is1item. Nested schema for rule_subgroups: 
 - Constraints: The maximum length is 
 
GetLogsRuleGroupsRulegroupRuleMatcher      
- Application
Names List<GetLogs Rule Groups Rulegroup Rule Matcher Application Name>  - (List) ApplicationName constraint. Nested schema for application_name:
 - Severities
List<Get
Logs Rule Groups Rulegroup Rule Matcher Severity>  - (List) Severity constraint. Nested schema for severity:
 - Subsystem
Names List<GetLogs Rule Groups Rulegroup Rule Matcher Subsystem Name>  - (List) SubsystemName constraint. Nested schema for subsystem_name:
 
- Application
Names []GetLogs Rule Groups Rulegroup Rule Matcher Application Name  - (List) ApplicationName constraint. Nested schema for application_name:
 - Severities
[]Get
Logs Rule Groups Rulegroup Rule Matcher Severity  - (List) Severity constraint. Nested schema for severity:
 - Subsystem
Names []GetLogs Rule Groups Rulegroup Rule Matcher Subsystem Name  - (List) SubsystemName constraint. Nested schema for subsystem_name:
 
- application
Names List<GetLogs Rule Groups Rulegroup Rule Matcher Application Name>  - (List) ApplicationName constraint. Nested schema for application_name:
 - severities
List<Get
Logs Rule Groups Rulegroup Rule Matcher Severity>  - (List) Severity constraint. Nested schema for severity:
 - subsystem
Names List<GetLogs Rule Groups Rulegroup Rule Matcher Subsystem Name>  - (List) SubsystemName constraint. Nested schema for subsystem_name:
 
- application
Names GetLogs Rule Groups Rulegroup Rule Matcher Application Name[]  - (List) ApplicationName constraint. Nested schema for application_name:
 - severities
Get
Logs Rule Groups Rulegroup Rule Matcher Severity[]  - (List) Severity constraint. Nested schema for severity:
 - subsystem
Names GetLogs Rule Groups Rulegroup Rule Matcher Subsystem Name[]  - (List) SubsystemName constraint. Nested schema for subsystem_name:
 
- application_
names Sequence[GetLogs Rule Groups Rulegroup Rule Matcher Application Name]  - (List) ApplicationName constraint. Nested schema for application_name:
 - severities
Sequence[Get
Logs Rule Groups Rulegroup Rule Matcher Severity]  - (List) Severity constraint. Nested schema for severity:
 - subsystem_
names Sequence[GetLogs Rule Groups Rulegroup 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:
 
GetLogsRuleGroupsRulegroupRuleMatcherApplicationName        
- Value string
 - (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. 
 - Constraints: The maximum length is 
 
GetLogsRuleGroupsRulegroupRuleMatcherSeverity       
- Value string
 - (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. 
 - Constraints: The maximum length is 
 
GetLogsRuleGroupsRulegroupRuleMatcherSubsystemName        
- Value string
 - (String) Only logs with this SubsystemName value will match.
- Constraints: The maximum length is 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. 
 - Constraints: The maximum length is 
 
GetLogsRuleGroupsRulegroupRuleSubgroup      
- Enabled bool
 - (Boolean) Whether or not to execute the rule.
 - Id string
 - (String) Unique identifier of the rule.
- Constraints: The maximum length is 
36characters. The minimum length is36characters. 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 Groups Rulegroup Rule Subgroup Rule>  - (List) Rules to run on the log.
- Constraints: The maximum length is 
4096items. The minimum length is1item. 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 
36characters. The minimum length is36characters. 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 Groups Rulegroup Rule Subgroup Rule  - (List) Rules to run on the log.
- Constraints: The maximum length is 
4096items. The minimum length is1item. 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 
36characters. The minimum length is36characters. 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 Groups Rulegroup Rule Subgroup Rule>  - (List) Rules to run on the log.
- Constraints: The maximum length is 
4096items. The minimum length is1item. 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 
36characters. The minimum length is36characters. 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 Groups Rulegroup Rule Subgroup Rule[]  - (List) Rules to run on the log.
- Constraints: The maximum length is 
4096items. The minimum length is1item. 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 
36characters. The minimum length is36characters. 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 Groups Rulegroup Rule Subgroup Rule]  - (List) Rules to run on the log.
- Constraints: The maximum length is 
4096items. The minimum length is1item. 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 
36characters. The minimum length is36characters. 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 
4096items. The minimum length is1item. Nested schema for rules: 
 - Constraints: The maximum length is 
 
GetLogsRuleGroupsRulegroupRuleSubgroupRule       
- Description string
 - (String) Description of the rule.
- Constraints: The maximum length is 
4096characters. The minimum length is1character. 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 
36characters. The minimum length is36characters. 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 
255characters. The minimum length is1character. 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 Groups Rulegroup 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
36characters. The minimum length is36characters. 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 
255characters. The minimum length is1character. 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 Groups Rulegroup 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
36characters. The minimum length is36characters. 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 
255characters. The minimum length is1character. 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 Groups Rulegroup 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
36characters. The minimum length is36characters. 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 
255characters. The minimum length is1character. 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 Groups Rulegroup 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
36characters. The minimum length is36characters. 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 
255characters. The minimum length is1character. 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 Groups Rulegroup 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
36characters. The minimum length is36characters. 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 
255characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. 
 - Constraints: The maximum length is 
 
GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameter        
- Allow
Parameters List<GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Allow Parameter>  - (List) Parameters for allow rule. Nested schema for allow_parameters:
 - Block
Parameters List<GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Block Parameter>  - (List) Parameters for block rule. Nested schema for block_parameters:
 - Extract
Parameters List<GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Extract Parameter>  - (List) Parameters for text extraction rule. Nested schema for extract_parameters:
 - Extract
Timestamp List<GetParameters Logs Rule Groups Rulegroup 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 Groups Rulegroup 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 Groups Rulegroup 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 Groups Rulegroup Rule Subgroup Rule Parameter Json Stringify Parameter>  - (List) Parameters for json stringify rule. Nested schema for json_stringify_parameters:
 - Parse
Parameters List<GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Parse Parameter>  - (List) Parameters for parse rule. Nested schema for parse_parameters:
 - Remove
Fields List<GetParameters Logs Rule Groups Rulegroup Rule Subgroup Rule Parameter Remove Fields Parameter>  - (List) Parameters for remove fields rule. Nested schema for remove_fields_parameters:
 - Replace
Parameters List<GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Replace Parameter>  - (List) Parameters for replace rule. Nested schema for replace_parameters:
 
- Allow
Parameters []GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Allow Parameter  - (List) Parameters for allow rule. Nested schema for allow_parameters:
 - Block
Parameters []GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Block Parameter  - (List) Parameters for block rule. Nested schema for block_parameters:
 - Extract
Parameters []GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Extract Parameter  - (List) Parameters for text extraction rule. Nested schema for extract_parameters:
 - Extract
Timestamp []GetParameters Logs Rule Groups Rulegroup Rule Subgroup Rule Parameter Extract Timestamp Parameter  - (List) Parameters for extract timestamp rule. Nested schema for extract_timestamp_parameters:
 - Json
Extract []GetParameters Logs Rule Groups Rulegroup Rule Subgroup Rule Parameter Json Extract Parameter  - (List) Parameters for json extract rule. Nested schema for json_extract_parameters:
 - Json
Parse []GetParameters Logs Rule Groups Rulegroup Rule Subgroup Rule Parameter Json Parse Parameter  - (List) Parameters for json parse rule. Nested schema for json_parse_parameters:
 - Json
Stringify []GetParameters Logs Rule Groups Rulegroup Rule Subgroup Rule Parameter Json Stringify Parameter  - (List) Parameters for json stringify rule. Nested schema for json_stringify_parameters:
 - Parse
Parameters []GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Parse Parameter  - (List) Parameters for parse rule. Nested schema for parse_parameters:
 - Remove
Fields []GetParameters Logs Rule Groups Rulegroup Rule Subgroup Rule Parameter Remove Fields Parameter  - (List) Parameters for remove fields rule. Nested schema for remove_fields_parameters:
 - Replace
Parameters []GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Replace Parameter  - (List) Parameters for replace rule. Nested schema for replace_parameters:
 
- allow
Parameters List<GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Allow Parameter>  - (List) Parameters for allow rule. Nested schema for allow_parameters:
 - block
Parameters List<GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Block Parameter>  - (List) Parameters for block rule. Nested schema for block_parameters:
 - extract
Parameters List<GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Extract Parameter>  - (List) Parameters for text extraction rule. Nested schema for extract_parameters:
 - extract
Timestamp List<GetParameters Logs Rule Groups Rulegroup 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 Groups Rulegroup 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 Groups Rulegroup 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 Groups Rulegroup Rule Subgroup Rule Parameter Json Stringify Parameter>  - (List) Parameters for json stringify rule. Nested schema for json_stringify_parameters:
 - parse
Parameters List<GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Parse Parameter>  - (List) Parameters for parse rule. Nested schema for parse_parameters:
 - remove
Fields List<GetParameters Logs Rule Groups Rulegroup Rule Subgroup Rule Parameter Remove Fields Parameter>  - (List) Parameters for remove fields rule. Nested schema for remove_fields_parameters:
 - replace
Parameters List<GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Replace Parameter>  - (List) Parameters for replace rule. Nested schema for replace_parameters:
 
- allow
Parameters GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Allow Parameter[]  - (List) Parameters for allow rule. Nested schema for allow_parameters:
 - block
Parameters GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Block Parameter[]  - (List) Parameters for block rule. Nested schema for block_parameters:
 - extract
Parameters GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Extract Parameter[]  - (List) Parameters for text extraction rule. Nested schema for extract_parameters:
 - extract
Timestamp GetParameters Logs Rule Groups Rulegroup Rule Subgroup Rule Parameter Extract Timestamp Parameter[]  - (List) Parameters for extract timestamp rule. Nested schema for extract_timestamp_parameters:
 - json
Extract GetParameters Logs Rule Groups Rulegroup Rule Subgroup Rule Parameter Json Extract Parameter[]  - (List) Parameters for json extract rule. Nested schema for json_extract_parameters:
 - json
Parse GetParameters Logs Rule Groups Rulegroup Rule Subgroup Rule Parameter Json Parse Parameter[]  - (List) Parameters for json parse rule. Nested schema for json_parse_parameters:
 - json
Stringify GetParameters Logs Rule Groups Rulegroup Rule Subgroup Rule Parameter Json Stringify Parameter[]  - (List) Parameters for json stringify rule. Nested schema for json_stringify_parameters:
 - parse
Parameters GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Parse Parameter[]  - (List) Parameters for parse rule. Nested schema for parse_parameters:
 - remove
Fields GetParameters Logs Rule Groups Rulegroup Rule Subgroup Rule Parameter Remove Fields Parameter[]  - (List) Parameters for remove fields rule. Nested schema for remove_fields_parameters:
 - replace
Parameters GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Replace Parameter[]  - (List) Parameters for replace rule. Nested schema for replace_parameters:
 
- allow_
parameters Sequence[GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Allow Parameter]  - (List) Parameters for allow rule. Nested schema for allow_parameters:
 - block_
parameters Sequence[GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Block Parameter]  - (List) Parameters for block rule. Nested schema for block_parameters:
 - extract_
parameters Sequence[GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Extract Parameter]  - (List) Parameters for text extraction rule. Nested schema for extract_parameters:
 - extract_
timestamp_ Sequence[Getparameters Logs Rule Groups Rulegroup 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 Groups Rulegroup 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 Groups Rulegroup 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 Groups Rulegroup Rule Subgroup Rule Parameter Json Stringify Parameter]  - (List) Parameters for json stringify rule. Nested schema for json_stringify_parameters:
 - parse_
parameters Sequence[GetLogs Rule Groups Rulegroup Rule Subgroup Rule Parameter Parse Parameter]  - (List) Parameters for parse rule. Nested schema for parse_parameters:
 - remove_
fields_ Sequence[Getparameters Logs Rule Groups Rulegroup Rule Subgroup Rule Parameter Remove Fields Parameter]  - (List) Parameters for remove fields rule. Nested schema for remove_fields_parameters:
 - replace_
parameters Sequence[GetLogs Rule Groups Rulegroup 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:
 
GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterAllowParameter          
- 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. The value must match regular expression/^.*$/. 
 - Constraints: The maximum length is 
 
GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterBlockParameter          
- 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. The value must match regular expression/^.*$/. 
 - Constraints: The maximum length is 
 
GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterExtractParameter          
- Rule string
 - (String) Regex which will match parts in the text to replace.
- Constraints: The maximum length is 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. The value must match regular expression/^.*$/. 
 - Constraints: The maximum length is 
 
GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterExtractTimestampParameter           
- Format string
 - (String) What time format the the source field to extract from has.
- Constraints: The maximum length is 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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: 
 
GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonExtractParameter           
- Destination
Field string - (String) In which field to put the modified text.
- Constraints: The maximum length is 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. 
 - Constraints: The maximum length is 
 
GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonParseParameter           
- 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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.
 
GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonStringifyParameter           
- 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. 
 - Constraints: The maximum length is 
 
GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterParseParameter          
- Destination
Field string - (String) In which field to put the modified text.
- Constraints: The maximum length is 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. The value must match regular expression/^.*$/. 
 - Constraints: The maximum length is 
 
GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterRemoveFieldsParameter           
- 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 is4096items. The minimum length is1item. 
 - 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 is4096items. The minimum length is1item. 
 - 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 is4096items. The minimum length is1item. 
 - 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 is4096items. The minimum length is1item. 
 - 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 is4096items. The minimum length is1item. 
 - 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 is4096items. The minimum length is1item. 
 - Constraints: The list items must match regular expression 
 
GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterReplaceParameter          
- Destination
Field string - (String) In which field to put the modified text.
- Constraints: The maximum length is 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
4096characters. The minimum length is1character. 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 
ibmTerraform Provider.