/** This is an automatically generated code sample.
To make this code sample work in your Oracle Cloud tenancy,
please replace the values for any parameters whose current values do not fit
your use case (such as resource IDs, strings containing ‘EXAMPLE’ or ‘unique_id’, and
boolean, number, and enum parameters with values not fitting your use case).
*/
import com.oracle.bmc.ConfigFileReader;
import com.oracle.bmc.auth.AuthenticationDetailsProvider;
import com.oracle.bmc.auth.ConfigFileAuthenticationDetailsProvider;
import com.oracle.bmc.loganalytics.LogAnalyticsClient;
import com.oracle.bmc.loganalytics.model.*;
import com.oracle.bmc.loganalytics.requests.*;
import com.oracle.bmc.loganalytics.responses.*;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Date;
import java.util.UUID;
import java.util.Arrays;
public class ValidateSourceExample {
public static void main(String[] args) throws Exception {
/**
* Create a default authentication provider that uses the DEFAULT
* profile in the configuration file.
* Refer to <see href="https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm#SDK_and_CLI_Configuration_File>the public documentation</see> on how to prepare a configuration file.
*/
final ConfigFileReader.ConfigFile configFile = ConfigFileReader.parseDefault();
final AuthenticationDetailsProvider provider = new ConfigFileAuthenticationDetailsProvider(configFile);
/* Create a service client */
LogAnalyticsClient client = LogAnalyticsClient.builder().build(provider);
/* Create a request and dependent object(s). */
UpsertLogAnalyticsSourceDetails upsertLogAnalyticsSourceDetails = UpsertLogAnalyticsSourceDetails.builder()
.labelConditions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceLabelCondition.builder()
.conditionString("EXAMPLE-conditionString-Value")
.conditionBlock(ConditionBlock.builder()
.conditionBlocksOperator(ConditionBlock.ConditionBlocksOperator.NotAnd)
.fieldName("EXAMPLE-fieldName-Value")
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.labelConditionValue("EXAMPLE-labelConditionValue-Value")
.labelConditionValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value"))).build())
.message("EXAMPLE-message-Value")
.isVisible(false)
.blockConditionField("EXAMPLE-blockConditionField-Value")
.blockConditionOperator("EXAMPLE-blockConditionOperator-Value")
.blockConditionValue("EXAMPLE-blockConditionValue-Value")
.labelConditionValue("EXAMPLE-labelConditionValue-Value")
.labelConditionValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.contentExample("EXAMPLE-contentExample-Value")
.isEnabled(false)
.fieldName("EXAMPLE-fieldName-Value")
.labelConditionId(675L)
.isSystem(false)
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.sourceId(853L)
.labelDisplayName("EXAMPLE-labelDisplayName-Value")
.storageField("EXAMPLE-storageField-Value")
.labelName("EXAMPLE-labelName-Value")
.isInlineLabelExistingInDatabase(true).build())))
.dataFilterDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceDataFilter.builder()
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(908L)
.isEnabled(false)
.fieldName("EXAMPLE-fieldName-Value")
.hashType(400)
.dataFilterId(711L)
.isSystem(true)
.matchRegularExpression("EXAMPLE-matchRegularExpression-Value")
.order(863L)
.path("EXAMPLE-path-Value")
.replacementString("EXAMPLE-replacementString-Value")
.sourceId(374L)
.filterType(LogAnalyticsSourceDataFilter.FilterType.Mask).build())))
.databaseCredential("EXAMPLE-databaseCredential-Value")
.extendedFieldDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceExtendedFieldDefinition.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(365L)
.facetPriority(985L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(false)
.isMultiValued(true)
.isPrimary(true)
.isSystem(true)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(true)
.rangeFacetEligible(884L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.displayRegularExpression("EXAMPLE-displayRegularExpression-Value")
.extendedFields(new ArrayList<>(Arrays.asList(LogAnalyticsExtendedField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(611L)
.facetPriority(987L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(false)
.isLargeData(true)
.isMultiValued(false)
.isPrimary(true)
.isSystem(true)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(true)
.rangeFacetEligible(721L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.extendedFieldDefinitionId(42L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldDisplayName("EXAMPLE-fieldDisplayName-Value")
.savedRegularExpressionName("EXAMPLE-savedRegularExpressionName-Value")
.extendedFieldId(712L).build())))
.baseFieldName("EXAMPLE-baseFieldName-Value")
.baseFieldLogText("EXAMPLE-baseFieldLogText-Value")
.conditionDataType("EXAMPLE-conditionDataType-Value")
.conditionField("EXAMPLE-conditionField-Value")
.conditionOperator("EXAMPLE-conditionOperator-Value")
.conditionValue("EXAMPLE-conditionValue-Value")
.convertedRegularExpression("EXAMPLE-convertedRegularExpression-Value")
.isEnabled(true)
.extendedFieldDefinitionId(720L)
.isSystem(true)
.regularExpression("EXAMPLE-regularExpression-Value")
.sourceId(446L)
.timeUpdated(new Date("Sun May 22 09:46:53 UTC 2016")).build())))
.isForCloud(false)
.labels(new ArrayList<>(Arrays.asList(LogAnalyticsLabelView.builder()
.aliases(new ArrayList<>(Arrays.asList(LogAnalyticsLabelAlias.builder()
.alias("EXAMPLE-alias-Value")
.aliasDisplayName("EXAMPLE-aliasDisplayName-Value")
.isSystem(true)
.displayName("EXAMPLE-displayName-Value")
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelAlias.Priority.Medium).build())))
.countUsageInAlertRule(24L)
.countUsageInSource(322L)
.id("EXAMPLE-id-Value")
.suggestType(641L)
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(56L)
.impact("EXAMPLE-impact-Value")
.isSystem(false)
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelView.Priority.Medium)
.recommendation("EXAMPLE-recommendation-Value")
.type(964L)
.isUserDeleted(true).build())))
.metricDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsMetric.builder()
.aggregationField("EXAMPLE-aggregationField-Value")
.bucketMetadata("EXAMPLE-bucketMetadata-Value")
.clockPeriod("EXAMPLE-clockPeriod-Value")
.description("EXAMPLE-description-Value")
.editVersion(27L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.groupingField("EXAMPLE-groupingField-Value")
.isEnabled(false)
.isSystem(true)
.displayName("EXAMPLE-displayName-Value")
.metricReference(245L)
.name("EXAMPLE-name-Value")
.metricType(LogAnalyticsMetric.MetricType.Sum)
.isMetricSourceEnabled(false)
.operator(LogAnalyticsMetric.Operator.ContainsIgnoreCase)
.sources(new ArrayList<>(Arrays.asList(LogAnalyticsSource.builder()
.labelConditions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceLabelCondition.builder()
.conditionString("EXAMPLE-conditionString-Value")
.conditionBlock(ConditionBlock.builder()
.conditionBlocksOperator(ConditionBlock.ConditionBlocksOperator.NotOr)
.fieldName("EXAMPLE-fieldName-Value")
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.labelConditionValue("EXAMPLE-labelConditionValue-Value")
.labelConditionValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value"))).build())
.message("EXAMPLE-message-Value")
.isVisible(true)
.blockConditionField("EXAMPLE-blockConditionField-Value")
.blockConditionOperator("EXAMPLE-blockConditionOperator-Value")
.blockConditionValue("EXAMPLE-blockConditionValue-Value")
.labelConditionValue("EXAMPLE-labelConditionValue-Value")
.labelConditionValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.contentExample("EXAMPLE-contentExample-Value")
.isEnabled(true)
.fieldName("EXAMPLE-fieldName-Value")
.labelConditionId(968L)
.isSystem(false)
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.sourceId(10L)
.labelDisplayName("EXAMPLE-labelDisplayName-Value")
.storageField("EXAMPLE-storageField-Value")
.labelName("EXAMPLE-labelName-Value")
.isInlineLabelExistingInDatabase(true).build())))
.associationCount(638)
.associationEntity(new ArrayList<>(Arrays.asList(LogAnalyticsAssociation.builder()
.failureMessage("EXAMPLE-failureMessage-Value")
.agentId("ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value")
.timeLastAttempted(new Date("Sat Jul 14 16:40:44 UTC 2040"))
.retryCount(734L)
.sourceName("EXAMPLE-sourceName-Value")
.sourceDisplayName("EXAMPLE-sourceDisplayName-Value")
.sourceTypeName("EXAMPLE-sourceTypeName-Value")
.lifeCycleState(LogAnalyticsAssociation.LifeCycleState.Succeeded)
.entityId("ocid1.test.oc1..<unique_ID>EXAMPLE-entityId-Value")
.entityName("EXAMPLE-entityName-Value")
.entityTypeName("EXAMPLE-entityTypeName-Value")
.host("EXAMPLE-host-Value")
.agentEntityName("EXAMPLE-agentEntityName-Value")
.entityTypeDisplayName("EXAMPLE-entityTypeDisplayName-Value")
.logGroupId("ocid1.test.oc1..<unique_ID>EXAMPLE-logGroupId-Value")
.logGroupName("EXAMPLE-logGroupName-Value")
.logGroupCompartment("EXAMPLE-logGroupCompartment-Value")
.associationProperties(new ArrayList<>(Arrays.asList(AssociationProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value")
.patterns(new ArrayList<>(Arrays.asList(PatternOverride.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.value("EXAMPLE-value-Value")
.effectiveLevel("EXAMPLE-effectiveLevel-Value").build()))).build()))).build())))
.dataFilterDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceDataFilter.builder()
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(258L)
.isEnabled(true)
.fieldName("EXAMPLE-fieldName-Value")
.hashType(235)
.dataFilterId(404L)
.isSystem(true)
.matchRegularExpression("EXAMPLE-matchRegularExpression-Value")
.order(656L)
.path("EXAMPLE-path-Value")
.replacementString("EXAMPLE-replacementString-Value")
.sourceId(29L)
.filterType(LogAnalyticsSourceDataFilter.FilterType.HashMask).build())))
.databaseCredential("EXAMPLE-databaseCredential-Value")
.extendedFieldDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceExtendedFieldDefinition.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(865L)
.facetPriority(497L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(true)
.isMultiValued(false)
.isPrimary(false)
.isSystem(false)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(true)
.rangeFacetEligible(967L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.displayRegularExpression("EXAMPLE-displayRegularExpression-Value")
.extendedFields(new ArrayList<>(Arrays.asList(LogAnalyticsExtendedField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(316L)
.facetPriority(760L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(true)
.isLargeData(false)
.isMultiValued(true)
.isPrimary(true)
.isSystem(true)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(true)
.rangeFacetEligible(327L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.extendedFieldDefinitionId(67L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldDisplayName("EXAMPLE-fieldDisplayName-Value")
.savedRegularExpressionName("EXAMPLE-savedRegularExpressionName-Value")
.extendedFieldId(381L).build())))
.baseFieldName("EXAMPLE-baseFieldName-Value")
.baseFieldLogText("EXAMPLE-baseFieldLogText-Value")
.conditionDataType("EXAMPLE-conditionDataType-Value")
.conditionField("EXAMPLE-conditionField-Value")
.conditionOperator("EXAMPLE-conditionOperator-Value")
.conditionValue("EXAMPLE-conditionValue-Value")
.convertedRegularExpression("EXAMPLE-convertedRegularExpression-Value")
.isEnabled(true)
.extendedFieldDefinitionId(619L)
.isSystem(false)
.regularExpression("EXAMPLE-regularExpression-Value")
.sourceId(425L)
.timeUpdated(new Date("Thu Jun 24 20:41:10 UTC 2004")).build())))
.isForCloud(false)
.labels(new ArrayList<>(Arrays.asList(LogAnalyticsLabelView.builder()
.aliases(new ArrayList<>(Arrays.asList(LogAnalyticsLabelAlias.builder()
.alias("EXAMPLE-alias-Value")
.aliasDisplayName("EXAMPLE-aliasDisplayName-Value")
.isSystem(true)
.displayName("EXAMPLE-displayName-Value")
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelAlias.Priority.Low).build())))
.countUsageInAlertRule(831L)
.countUsageInSource(877L)
.id("EXAMPLE-id-Value")
.suggestType(345L)
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(523L)
.impact("EXAMPLE-impact-Value")
.isSystem(true)
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelView.Priority.Low)
.recommendation("EXAMPLE-recommendation-Value")
.type(462L)
.isUserDeleted(false).build())))
.metrics(new ArrayList<>(Arrays.asList(LogAnalyticsSourceMetric.builder()
.isMetricSourceEnabled(false)
.metricName("EXAMPLE-metricName-Value")
.sourceName("EXAMPLE-sourceName-Value")
.entityType("EXAMPLE-entityType-Value").build())))
.oobParsers(new ArrayList<>(Arrays.asList(LogAnalyticsParser.builder()
.content("EXAMPLE-content-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(386L)
.encoding("EXAMPLE-encoding-Value")
.exampleContent("EXAMPLE-exampleContent-Value")
.fieldMaps(new ArrayList<>(Arrays.asList(LogAnalyticsParserField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(222L)
.facetPriority(982L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(true)
.isMultiValued(false)
.isPrimary(true)
.isSystem(true)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(false)
.rangeFacetEligible(973L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(125L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(999L)
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.footerContent("EXAMPLE-footerContent-Value")
.headerContent("EXAMPLE-headerContent-Value")
.name("EXAMPLE-name-Value")
.isDefault(false)
.isSingleLineContent(true)
.isSystem(true)
.language("EXAMPLE-language-Value")
.timeUpdated(new Date("Tue Jul 31 03:21:46 UTC 2007"))
.logTypeTestRequestVersion(988)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(false)
.parserSequence(435)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(119L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(210L)
.version("EXAMPLE-version-Value").build())
.isParserWrittenOnce(false)
.parserFunctions(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunction.builder()
.parserMetaPlugin(LogAnalyticsParserMetaPlugin.builder()
.metaPluginParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(true)
.isRepeatable(true)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build())))
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.name("EXAMPLE-name-Value").build())
.parserFunctionId(179L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(false)
.isSystem(true)
.parserId(208L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(559L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(745L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(758L)
.parserMetaPluginParameterName("EXAMPLE-parserMetaPluginParameterName-Value")
.parserMetaPluginParameterValue("EXAMPLE-parserMetaPluginParameterValue-Value")
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginParameter(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(false)
.isRepeatable(true)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build()).build()))).build())))
.sourcesCount(239L)
.shouldTokenizeOriginalText(false)
.fieldDelimiter("EXAMPLE-fieldDelimiter-Value")
.fieldQualifier("EXAMPLE-fieldQualifier-Value")
.type(LogAnalyticsParser.Type.Xml)
.isUserDeleted(true)
.isNamespaceAware(true)
.categories(new ArrayList<>(Arrays.asList(LogAnalyticsCategory.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.type("EXAMPLE-type-Value")
.isSystem(true).build()))).build())))
.parameters(new ArrayList<>(Arrays.asList(LogAnalyticsParameter.builder()
.defaultValue("EXAMPLE-defaultValue-Value")
.description("EXAMPLE-description-Value")
.isActive(false)
.name("EXAMPLE-name-Value")
.sourceId(136L).build())))
.patternCount(485)
.patterns(new ArrayList<>(Arrays.asList(LogAnalyticsSourcePattern.builder()
.convertedText("EXAMPLE-convertedText-Value")
.dbParserId(984L)
.dbPatternDateTimeColumns("EXAMPLE-dbPatternDateTimeColumns-Value")
.dbPatternDateTimeField("EXAMPLE-dbPatternDateTimeField-Value")
.dbPatternSequenceColumn("EXAMPLE-dbPatternSequenceColumn-Value")
.fields(new ArrayList<>(Arrays.asList(LogAnalyticsParserField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(231L)
.facetPriority(197L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(true)
.isMultiValued(true)
.isPrimary(false)
.isSystem(false)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(true)
.rangeFacetEligible(465L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(336L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(132L)
.parser(LogAnalyticsParser.builder()
.content("EXAMPLE-content-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(465L)
.encoding("EXAMPLE-encoding-Value")
.exampleContent("EXAMPLE-exampleContent-Value")
.footerContent("EXAMPLE-footerContent-Value")
.headerContent("EXAMPLE-headerContent-Value")
.name("EXAMPLE-name-Value")
.isDefault(true)
.isSingleLineContent(true)
.isSystem(false)
.language("EXAMPLE-language-Value")
.timeUpdated(new Date("Sun Oct 18 10:39:19 UTC 2043"))
.logTypeTestRequestVersion(556)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(false)
.parserSequence(992)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(159L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(280L)
.version("EXAMPLE-version-Value").build())
.isParserWrittenOnce(false)
.parserFunctions(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunction.builder()
.parserMetaPlugin(LogAnalyticsParserMetaPlugin.builder()
.metaPluginParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(true)
.isRepeatable(false)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build())))
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.name("EXAMPLE-name-Value").build())
.parserFunctionId(187L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(true)
.isSystem(true)
.parserId(291L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(143L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(314L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(193L)
.parserMetaPluginParameterName("EXAMPLE-parserMetaPluginParameterName-Value")
.parserMetaPluginParameterValue("EXAMPLE-parserMetaPluginParameterValue-Value")
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginParameter(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(false)
.isRepeatable(true)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build()).build()))).build())))
.sourcesCount(275L)
.shouldTokenizeOriginalText(false)
.fieldDelimiter("EXAMPLE-fieldDelimiter-Value")
.fieldQualifier("EXAMPLE-fieldQualifier-Value")
.type(LogAnalyticsParser.Type.Delimited)
.isUserDeleted(true)
.isNamespaceAware(true)
.categories(new ArrayList<>(Arrays.asList(LogAnalyticsCategory.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.type("EXAMPLE-type-Value")
.isSystem(true).build()))).build())
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.isInclude(false)
.isDefault(false)
.patternFilter(LogAnalyticsPatternFilter.builder()
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(true)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.patternId(586L)
.sourceId(2L)
.version("EXAMPLE-version-Value").build())
.alias("EXAMPLE-alias-Value")
.description("EXAMPLE-description-Value")
.isEnabled(true)
.patternId(789L)
.isSystem(true)
.sourceId(150L)
.isAgentWarningSuppressed(true)
.patternText("EXAMPLE-patternText-Value")
.patternType(869L)
.entityType(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.patternProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())))
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(544L)
.functions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceFunction.builder()
.arguments(new ArrayList<>(Arrays.asList(LogAnalyticsMetaFunctionArgument.builder()
.isOverrideOutputFields(false)
.argumentDisplayName("EXAMPLE-argumentDisplayName-Value")
.argumentExample("EXAMPLE-argumentExample-Value")
.argumentService("EXAMPLE-argumentService-Value")
.argumentDataType("EXAMPLE-argumentDataType-Value")
.argumentDescription("EXAMPLE-argumentDescription-Value")
.argumentName("EXAMPLE-argumentName-Value")
.argumentOrder(243L)
.argumentType(757L)
.argumentId(246L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(249L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.isEnabled(true)
.function(LogAnalyticsMetaFunction.builder()
.metaFunctionArgument(new ArrayList<>(Arrays.asList(LogAnalyticsMetaFunctionArgument.builder()
.isOverrideOutputFields(true)
.argumentDisplayName("EXAMPLE-argumentDisplayName-Value")
.argumentExample("EXAMPLE-argumentExample-Value")
.argumentService("EXAMPLE-argumentService-Value")
.argumentDataType("EXAMPLE-argumentDataType-Value")
.argumentDescription("EXAMPLE-argumentDescription-Value")
.argumentName("EXAMPLE-argumentName-Value")
.argumentOrder(233L)
.argumentType(121L)
.argumentId(172L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(918L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.component("EXAMPLE-component-Value")
.description("EXAMPLE-description-Value")
.editVersion(5L)
.metaFunctionId(99L)
.javaClassName("EXAMPLE-javaClassName-Value")
.name("EXAMPLE-name-Value").build())
.functionName(LogAnalyticsSourceFunction.FunctionName.Lookup)
.functionReference("EXAMPLE-functionReference-Value")
.sourceReference("EXAMPLE-sourceReference-Value")
.features(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.functionId(279L)
.order(767L)
.isSystem(true)
.lookupColumn("EXAMPLE-lookupColumn-Value")
.lookupColumnPosition(225L)
.lookupDisplayName("EXAMPLE-lookupDisplayName-Value")
.lookupMode(606L)
.lookupTable("EXAMPLE-lookupTable-Value")
.sourceId(451L).build())))
.sourceId(655L)
.name("EXAMPLE-name-Value")
.isSecureContent(false)
.isSystem(false)
.parsers(new ArrayList<>(Arrays.asList(LogAnalyticsParser.builder()
.content("EXAMPLE-content-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(587L)
.encoding("EXAMPLE-encoding-Value")
.exampleContent("EXAMPLE-exampleContent-Value")
.fieldMaps(new ArrayList<>(Arrays.asList(LogAnalyticsParserField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(389L)
.facetPriority(550L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(true)
.isLargeData(false)
.isMultiValued(false)
.isPrimary(false)
.isSystem(true)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(true)
.rangeFacetEligible(201L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(311L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(830L)
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.footerContent("EXAMPLE-footerContent-Value")
.headerContent("EXAMPLE-headerContent-Value")
.name("EXAMPLE-name-Value")
.isDefault(true)
.isSingleLineContent(true)
.isSystem(true)
.language("EXAMPLE-language-Value")
.timeUpdated(new Date("Mon Mar 11 19:20:37 UTC 2041"))
.logTypeTestRequestVersion(718)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(true)
.parserSequence(308)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(190L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(41L)
.version("EXAMPLE-version-Value").build())
.isParserWrittenOnce(false)
.parserFunctions(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunction.builder()
.parserMetaPlugin(LogAnalyticsParserMetaPlugin.builder()
.metaPluginParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(false)
.isRepeatable(true)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build())))
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.name("EXAMPLE-name-Value").build())
.parserFunctionId(979L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(true)
.isSystem(false)
.parserId(402L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(665L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(843L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(603L)
.parserMetaPluginParameterName("EXAMPLE-parserMetaPluginParameterName-Value")
.parserMetaPluginParameterValue("EXAMPLE-parserMetaPluginParameterValue-Value")
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginParameter(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(true)
.isRepeatable(false)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build()).build()))).build())))
.sourcesCount(140L)
.shouldTokenizeOriginalText(true)
.fieldDelimiter("EXAMPLE-fieldDelimiter-Value")
.fieldQualifier("EXAMPLE-fieldQualifier-Value")
.type(LogAnalyticsParser.Type.Xml)
.isUserDeleted(false)
.isNamespaceAware(true)
.categories(new ArrayList<>(Arrays.asList(LogAnalyticsCategory.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.type("EXAMPLE-type-Value")
.isSystem(false).build()))).build())))
.isAutoAssociationEnabled(false)
.isAutoAssociationOverride(true)
.ruleId(940L)
.typeName("EXAMPLE-typeName-Value")
.typeDisplayName("EXAMPLE-typeDisplayName-Value")
.warningConfig(534L)
.metadataFields(new ArrayList<>(Arrays.asList(LogAnalyticsSourceMetadataField.builder()
.fieldName("EXAMPLE-fieldName-Value")
.isEnabled(false)
.isSystem(false)
.key("EXAMPLE-key-Value")
.sourceName("EXAMPLE-sourceName-Value").build())))
.labelDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsLabelDefinition.builder()
.editVersion(384L)
.isSystem(true)
.sourceId(539L)
.labelName("EXAMPLE-labelName-Value").build())))
.entityTypes(new ArrayList<>(Arrays.asList(LogAnalyticsSourceEntityType.builder()
.sourceId(460L)
.entityType("EXAMPLE-entityType-Value")
.entityTypeCategory("EXAMPLE-entityTypeCategory-Value")
.entityTypeDisplayName("EXAMPLE-entityTypeDisplayName-Value").build())))
.isTimezoneOverride(true)
.userParsers(new ArrayList<>(Arrays.asList(LogAnalyticsParser.builder()
.content("EXAMPLE-content-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(55L)
.encoding("EXAMPLE-encoding-Value")
.exampleContent("EXAMPLE-exampleContent-Value")
.fieldMaps(new ArrayList<>(Arrays.asList(LogAnalyticsParserField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(412L)
.facetPriority(851L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(true)
.isMultiValued(true)
.isPrimary(false)
.isSystem(true)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(true)
.rangeFacetEligible(830L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(391L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(911L)
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.footerContent("EXAMPLE-footerContent-Value")
.headerContent("EXAMPLE-headerContent-Value")
.name("EXAMPLE-name-Value")
.isDefault(false)
.isSingleLineContent(false)
.isSystem(false)
.language("EXAMPLE-language-Value")
.timeUpdated(new Date("Tue Jul 07 20:46:07 UTC 2015"))
.logTypeTestRequestVersion(281)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(true)
.parserSequence(591)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(543L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(762L)
.version("EXAMPLE-version-Value").build())
.isParserWrittenOnce(true)
.parserFunctions(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunction.builder()
.parserMetaPlugin(LogAnalyticsParserMetaPlugin.builder()
.metaPluginParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(false)
.isRepeatable(false)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build())))
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.name("EXAMPLE-name-Value").build())
.parserFunctionId(51L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(false)
.isSystem(true)
.parserId(267L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(487L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(764L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(70L)
.parserMetaPluginParameterName("EXAMPLE-parserMetaPluginParameterName-Value")
.parserMetaPluginParameterValue("EXAMPLE-parserMetaPluginParameterValue-Value")
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginParameter(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(true)
.isRepeatable(true)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build()).build()))).build())))
.sourcesCount(639L)
.shouldTokenizeOriginalText(true)
.fieldDelimiter("EXAMPLE-fieldDelimiter-Value")
.fieldQualifier("EXAMPLE-fieldQualifier-Value")
.type(LogAnalyticsParser.Type.Odl)
.isUserDeleted(true)
.isNamespaceAware(true)
.categories(new ArrayList<>(Arrays.asList(LogAnalyticsCategory.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.type("EXAMPLE-type-Value")
.isSystem(false).build()))).build())))
.timeUpdated(new Date("Sun Jun 30 12:01:33 UTC 2013"))
.eventTypes(new ArrayList<>(Arrays.asList(EventType.builder()
.eventTypeName("EXAMPLE-eventTypeName-Value")
.specVersion("EXAMPLE-specVersion-Value")
.isEnabled(false)
.isSystem(false)
.timeUpdated(new Date("Sat Mar 31 03:47:46 UTC 2018")).build())))
.categories(new ArrayList<>(Arrays.asList(LogAnalyticsCategory.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.type("EXAMPLE-type-Value")
.isSystem(false).build())))
.endpoints(new ArrayList<>(Arrays.asList(LogTypeEndpoint.builder()
.logEndpoint(LogEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(6L)
.request(EndpointRequest.builder()
.method(EndpointRequest.Method.Get)
.url("EXAMPLE-url-Value")
.contentType("EXAMPLE-contentType-Value")
.payload("EXAMPLE-payload-Value")
.headers(new ArrayList<>(Arrays.asList(NameValuePair.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build())))
.formParameters(new ArrayList<>(Arrays.asList(NameValuePair.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())
.response(EndpointResponse.builder()
.contentType("EXAMPLE-contentType-Value")
.example("EXAMPLE-example-Value").build())
.credentials(EndpointCredentials.builder()
.credentialType(EndpointCredentials.CredentialType.BasicAuth)
.credentialName("EXAMPLE-credentialName-Value")
.credentialEndpoint(CredentialEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(812L)
.response(EndpointResponse.builder()
.contentType("EXAMPLE-contentType-Value")
.example("EXAMPLE-example-Value").build())
.proxy(EndpointProxy.builder()
.url("EXAMPLE-url-Value")
.credentialName("EXAMPLE-credentialName-Value")
.credentialType(EndpointProxy.CredentialType.Token).build()).build()).build())
.proxy(EndpointProxy.builder()
.url("EXAMPLE-url-Value")
.credentialName("EXAMPLE-credentialName-Value")
.credentialType(EndpointProxy.CredentialType.BasicAuth).build())
.isEnabled(false)
.isSystem(false)
.endpointProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build()).build())))
.sourceProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())))
.entityType("EXAMPLE-entityType-Value")
.timeUpdated(new Date("Mon Feb 17 20:06:05 UTC 2025"))
.unitType("EXAMPLE-unitType-Value")
.isUserCustomized(true).build())))
.metrics(new ArrayList<>(Arrays.asList(LogAnalyticsSourceMetric.builder()
.isMetricSourceEnabled(true)
.metricName("EXAMPLE-metricName-Value")
.sourceName("EXAMPLE-sourceName-Value")
.entityType("EXAMPLE-entityType-Value").build())))
.oobParsers(new ArrayList<>(Arrays.asList(LogAnalyticsParser.builder()
.content("EXAMPLE-content-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(432L)
.encoding("EXAMPLE-encoding-Value")
.exampleContent("EXAMPLE-exampleContent-Value")
.fieldMaps(new ArrayList<>(Arrays.asList(LogAnalyticsParserField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(197L)
.facetPriority(837L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(false)
.isLargeData(true)
.isMultiValued(true)
.isPrimary(false)
.isSystem(false)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(true)
.rangeFacetEligible(721L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(752L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(632L)
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.footerContent("EXAMPLE-footerContent-Value")
.headerContent("EXAMPLE-headerContent-Value")
.name("EXAMPLE-name-Value")
.isDefault(true)
.isSingleLineContent(false)
.isSystem(true)
.language("EXAMPLE-language-Value")
.timeUpdated(new Date("Fri Nov 04 21:45:32 UTC 2005"))
.logTypeTestRequestVersion(870)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(true)
.parserSequence(262)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(10L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(534L)
.version("EXAMPLE-version-Value").build())
.isParserWrittenOnce(true)
.parserFunctions(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunction.builder()
.parserMetaPlugin(LogAnalyticsParserMetaPlugin.builder()
.metaPluginParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(false)
.isRepeatable(true)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build())))
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.name("EXAMPLE-name-Value").build())
.parserFunctionId(927L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(false)
.isSystem(false)
.parserId(631L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(664L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(1L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(911L)
.parserMetaPluginParameterName("EXAMPLE-parserMetaPluginParameterName-Value")
.parserMetaPluginParameterValue("EXAMPLE-parserMetaPluginParameterValue-Value")
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginParameter(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(true)
.isRepeatable(true)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build()).build()))).build())))
.sourcesCount(369L)
.sources(new ArrayList<>(Arrays.asList(LogAnalyticsSource.builder()
.labelConditions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceLabelCondition.builder()
.conditionString("EXAMPLE-conditionString-Value")
.conditionBlock(ConditionBlock.builder()
.conditionBlocksOperator(ConditionBlock.ConditionBlocksOperator.NotOr)
.fieldName("EXAMPLE-fieldName-Value")
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.labelConditionValue("EXAMPLE-labelConditionValue-Value")
.labelConditionValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value"))).build())
.message("EXAMPLE-message-Value")
.isVisible(true)
.blockConditionField("EXAMPLE-blockConditionField-Value")
.blockConditionOperator("EXAMPLE-blockConditionOperator-Value")
.blockConditionValue("EXAMPLE-blockConditionValue-Value")
.labelConditionValue("EXAMPLE-labelConditionValue-Value")
.labelConditionValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.contentExample("EXAMPLE-contentExample-Value")
.isEnabled(false)
.fieldName("EXAMPLE-fieldName-Value")
.labelConditionId(597L)
.isSystem(true)
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.sourceId(694L)
.labelDisplayName("EXAMPLE-labelDisplayName-Value")
.storageField("EXAMPLE-storageField-Value")
.labelName("EXAMPLE-labelName-Value")
.isInlineLabelExistingInDatabase(false).build())))
.associationCount(837)
.associationEntity(new ArrayList<>(Arrays.asList(LogAnalyticsAssociation.builder()
.failureMessage("EXAMPLE-failureMessage-Value")
.agentId("ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value")
.timeLastAttempted(new Date("Wed Jul 18 00:50:53 UTC 2035"))
.retryCount(893L)
.sourceName("EXAMPLE-sourceName-Value")
.sourceDisplayName("EXAMPLE-sourceDisplayName-Value")
.sourceTypeName("EXAMPLE-sourceTypeName-Value")
.lifeCycleState(LogAnalyticsAssociation.LifeCycleState.Accepted)
.entityId("ocid1.test.oc1..<unique_ID>EXAMPLE-entityId-Value")
.entityName("EXAMPLE-entityName-Value")
.entityTypeName("EXAMPLE-entityTypeName-Value")
.host("EXAMPLE-host-Value")
.agentEntityName("EXAMPLE-agentEntityName-Value")
.entityTypeDisplayName("EXAMPLE-entityTypeDisplayName-Value")
.logGroupId("ocid1.test.oc1..<unique_ID>EXAMPLE-logGroupId-Value")
.logGroupName("EXAMPLE-logGroupName-Value")
.logGroupCompartment("EXAMPLE-logGroupCompartment-Value")
.associationProperties(new ArrayList<>(Arrays.asList(AssociationProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value")
.patterns(new ArrayList<>(Arrays.asList(PatternOverride.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.value("EXAMPLE-value-Value")
.effectiveLevel("EXAMPLE-effectiveLevel-Value").build()))).build()))).build())))
.dataFilterDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceDataFilter.builder()
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(517L)
.isEnabled(true)
.fieldName("EXAMPLE-fieldName-Value")
.hashType(777)
.dataFilterId(767L)
.isSystem(true)
.matchRegularExpression("EXAMPLE-matchRegularExpression-Value")
.order(722L)
.path("EXAMPLE-path-Value")
.replacementString("EXAMPLE-replacementString-Value")
.sourceId(611L)
.filterType(LogAnalyticsSourceDataFilter.FilterType.DropLogEntry).build())))
.databaseCredential("EXAMPLE-databaseCredential-Value")
.extendedFieldDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceExtendedFieldDefinition.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(525L)
.facetPriority(213L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(false)
.isMultiValued(false)
.isPrimary(false)
.isSystem(true)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(true)
.rangeFacetEligible(394L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.displayRegularExpression("EXAMPLE-displayRegularExpression-Value")
.extendedFields(new ArrayList<>(Arrays.asList(LogAnalyticsExtendedField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(424L)
.facetPriority(993L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(true)
.isLargeData(false)
.isMultiValued(true)
.isPrimary(true)
.isSystem(true)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(false)
.rangeFacetEligible(639L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.extendedFieldDefinitionId(227L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldDisplayName("EXAMPLE-fieldDisplayName-Value")
.savedRegularExpressionName("EXAMPLE-savedRegularExpressionName-Value")
.extendedFieldId(460L).build())))
.baseFieldName("EXAMPLE-baseFieldName-Value")
.baseFieldLogText("EXAMPLE-baseFieldLogText-Value")
.conditionDataType("EXAMPLE-conditionDataType-Value")
.conditionField("EXAMPLE-conditionField-Value")
.conditionOperator("EXAMPLE-conditionOperator-Value")
.conditionValue("EXAMPLE-conditionValue-Value")
.convertedRegularExpression("EXAMPLE-convertedRegularExpression-Value")
.isEnabled(true)
.extendedFieldDefinitionId(446L)
.isSystem(true)
.regularExpression("EXAMPLE-regularExpression-Value")
.sourceId(799L)
.timeUpdated(new Date("Thu Jan 19 04:04:57 UTC 2017")).build())))
.isForCloud(false)
.labels(new ArrayList<>(Arrays.asList(LogAnalyticsLabelView.builder()
.aliases(new ArrayList<>(Arrays.asList(LogAnalyticsLabelAlias.builder()
.alias("EXAMPLE-alias-Value")
.aliasDisplayName("EXAMPLE-aliasDisplayName-Value")
.isSystem(true)
.displayName("EXAMPLE-displayName-Value")
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelAlias.Priority.Low).build())))
.countUsageInAlertRule(289L)
.countUsageInSource(373L)
.id("EXAMPLE-id-Value")
.suggestType(81L)
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(231L)
.impact("EXAMPLE-impact-Value")
.isSystem(true)
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelView.Priority.Medium)
.recommendation("EXAMPLE-recommendation-Value")
.type(583L)
.isUserDeleted(false).build())))
.metricDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsMetric.builder()
.aggregationField("EXAMPLE-aggregationField-Value")
.bucketMetadata("EXAMPLE-bucketMetadata-Value")
.clockPeriod("EXAMPLE-clockPeriod-Value")
.description("EXAMPLE-description-Value")
.editVersion(981L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.groupingField("EXAMPLE-groupingField-Value")
.isEnabled(true)
.isSystem(false)
.displayName("EXAMPLE-displayName-Value")
.metricReference(946L)
.name("EXAMPLE-name-Value")
.metricType(LogAnalyticsMetric.MetricType.Count)
.isMetricSourceEnabled(false)
.operator(LogAnalyticsMetric.Operator.NotNull)
.entityType("EXAMPLE-entityType-Value")
.timeUpdated(new Date("Tue Sep 01 14:10:22 UTC 2009"))
.unitType("EXAMPLE-unitType-Value")
.isUserCustomized(true).build())))
.metrics(new ArrayList<>(Arrays.asList(LogAnalyticsSourceMetric.builder()
.isMetricSourceEnabled(true)
.metricName("EXAMPLE-metricName-Value")
.sourceName("EXAMPLE-sourceName-Value")
.entityType("EXAMPLE-entityType-Value").build())))
.parameters(new ArrayList<>(Arrays.asList(LogAnalyticsParameter.builder()
.defaultValue("EXAMPLE-defaultValue-Value")
.description("EXAMPLE-description-Value")
.isActive(false)
.name("EXAMPLE-name-Value")
.sourceId(432L).build())))
.patternCount(615)
.patterns(new ArrayList<>(Arrays.asList(LogAnalyticsSourcePattern.builder()
.convertedText("EXAMPLE-convertedText-Value")
.dbParserId(332L)
.dbPatternDateTimeColumns("EXAMPLE-dbPatternDateTimeColumns-Value")
.dbPatternDateTimeField("EXAMPLE-dbPatternDateTimeField-Value")
.dbPatternSequenceColumn("EXAMPLE-dbPatternSequenceColumn-Value")
.fields(new ArrayList<>(Arrays.asList(LogAnalyticsParserField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(567L)
.facetPriority(744L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(true)
.isLargeData(true)
.isMultiValued(false)
.isPrimary(true)
.isSystem(false)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(true)
.rangeFacetEligible(470L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(860L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(862L)
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.isInclude(false)
.isDefault(true)
.patternFilter(LogAnalyticsPatternFilter.builder()
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(true)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.patternId(480L)
.sourceId(638L)
.version("EXAMPLE-version-Value").build())
.alias("EXAMPLE-alias-Value")
.description("EXAMPLE-description-Value")
.isEnabled(true)
.patternId(849L)
.isSystem(true)
.sourceId(4L)
.isAgentWarningSuppressed(true)
.patternText("EXAMPLE-patternText-Value")
.patternType(20L)
.entityType(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.patternProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())))
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(416L)
.functions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceFunction.builder()
.arguments(new ArrayList<>(Arrays.asList(LogAnalyticsMetaFunctionArgument.builder()
.isOverrideOutputFields(false)
.argumentDisplayName("EXAMPLE-argumentDisplayName-Value")
.argumentExample("EXAMPLE-argumentExample-Value")
.argumentService("EXAMPLE-argumentService-Value")
.argumentDataType("EXAMPLE-argumentDataType-Value")
.argumentDescription("EXAMPLE-argumentDescription-Value")
.argumentName("EXAMPLE-argumentName-Value")
.argumentOrder(622L)
.argumentType(740L)
.argumentId(908L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(825L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.isEnabled(true)
.function(LogAnalyticsMetaFunction.builder()
.metaFunctionArgument(new ArrayList<>(Arrays.asList(LogAnalyticsMetaFunctionArgument.builder()
.isOverrideOutputFields(false)
.argumentDisplayName("EXAMPLE-argumentDisplayName-Value")
.argumentExample("EXAMPLE-argumentExample-Value")
.argumentService("EXAMPLE-argumentService-Value")
.argumentDataType("EXAMPLE-argumentDataType-Value")
.argumentDescription("EXAMPLE-argumentDescription-Value")
.argumentName("EXAMPLE-argumentName-Value")
.argumentOrder(318L)
.argumentType(6L)
.argumentId(691L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(624L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.component("EXAMPLE-component-Value")
.description("EXAMPLE-description-Value")
.editVersion(109L)
.metaFunctionId(307L)
.javaClassName("EXAMPLE-javaClassName-Value")
.name("EXAMPLE-name-Value").build())
.functionName(LogAnalyticsSourceFunction.FunctionName.Lookup)
.functionReference("EXAMPLE-functionReference-Value")
.sourceReference("EXAMPLE-sourceReference-Value")
.features(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.functionId(318L)
.order(796L)
.isSystem(true)
.lookupColumn("EXAMPLE-lookupColumn-Value")
.lookupColumnPosition(918L)
.lookupDisplayName("EXAMPLE-lookupDisplayName-Value")
.lookupMode(981L)
.lookupTable("EXAMPLE-lookupTable-Value")
.sourceId(835L).build())))
.sourceId(524L)
.name("EXAMPLE-name-Value")
.isSecureContent(true)
.isSystem(true)
.isAutoAssociationEnabled(false)
.isAutoAssociationOverride(true)
.ruleId(448L)
.typeName("EXAMPLE-typeName-Value")
.typeDisplayName("EXAMPLE-typeDisplayName-Value")
.warningConfig(347L)
.metadataFields(new ArrayList<>(Arrays.asList(LogAnalyticsSourceMetadataField.builder()
.fieldName("EXAMPLE-fieldName-Value")
.isEnabled(true)
.isSystem(true)
.key("EXAMPLE-key-Value")
.sourceName("EXAMPLE-sourceName-Value").build())))
.labelDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsLabelDefinition.builder()
.editVersion(703L)
.isSystem(true)
.sourceId(788L)
.labelName("EXAMPLE-labelName-Value").build())))
.entityTypes(new ArrayList<>(Arrays.asList(LogAnalyticsSourceEntityType.builder()
.sourceId(798L)
.entityType("EXAMPLE-entityType-Value")
.entityTypeCategory("EXAMPLE-entityTypeCategory-Value")
.entityTypeDisplayName("EXAMPLE-entityTypeDisplayName-Value").build())))
.isTimezoneOverride(true)
.timeUpdated(new Date("Thu Dec 06 10:48:13 UTC 2007"))
.eventTypes(new ArrayList<>(Arrays.asList(EventType.builder()
.eventTypeName("EXAMPLE-eventTypeName-Value")
.specVersion("EXAMPLE-specVersion-Value")
.isEnabled(false)
.isSystem(true)
.timeUpdated(new Date("Wed Aug 01 06:42:29 UTC 2035")).build())))
.categories(new ArrayList<>(Arrays.asList(LogAnalyticsCategory.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.type("EXAMPLE-type-Value")
.isSystem(false).build())))
.endpoints(new ArrayList<>(Arrays.asList(LogListTypeEndpoint.builder()
.listEndpoint(LogListEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(103L)
.request(EndpointRequest.builder()
.method(EndpointRequest.Method.Post)
.url("EXAMPLE-url-Value")
.contentType("EXAMPLE-contentType-Value")
.payload("EXAMPLE-payload-Value")
.headers(new ArrayList<>(Arrays.asList(NameValuePair.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build())))
.formParameters(new ArrayList<>(Arrays.asList(NameValuePair.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())
.response(EndpointResponse.builder()
.contentType("EXAMPLE-contentType-Value")
.example("EXAMPLE-example-Value").build())
.credentials(EndpointCredentials.builder()
.credentialType(EndpointCredentials.CredentialType.DynamicToken)
.credentialName("EXAMPLE-credentialName-Value")
.credentialEndpoint(CredentialEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(366L)
.response(EndpointResponse.builder()
.contentType("EXAMPLE-contentType-Value")
.example("EXAMPLE-example-Value").build())
.proxy(EndpointProxy.builder()
.url("EXAMPLE-url-Value")
.credentialName("EXAMPLE-credentialName-Value")
.credentialType(EndpointProxy.CredentialType.BasicAuth).build()).build()).build())
.proxy(EndpointProxy.builder()
.url("EXAMPLE-url-Value")
.credentialName("EXAMPLE-credentialName-Value")
.credentialType(EndpointProxy.CredentialType.BasicAuth).build())
.isEnabled(true)
.isSystem(false)
.endpointProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())
.logEndpoints(new ArrayList<>(Arrays.asList(LogEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(957L)
.request(EndpointRequest.builder()
.method(EndpointRequest.Method.Post)
.url("EXAMPLE-url-Value")
.contentType("EXAMPLE-contentType-Value")
.payload("EXAMPLE-payload-Value")
.headers(new ArrayList<>(Arrays.asList(NameValuePair.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build())))
.formParameters(new ArrayList<>(Arrays.asList(NameValuePair.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())
.response(EndpointResponse.builder()
.contentType("EXAMPLE-contentType-Value")
.example("EXAMPLE-example-Value").build())
.credentials(EndpointCredentials.builder()
.credentialType(EndpointCredentials.CredentialType.StaticToken)
.credentialName("EXAMPLE-credentialName-Value")
.credentialEndpoint(CredentialEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(64L)
.response(EndpointResponse.builder()
.contentType("EXAMPLE-contentType-Value")
.example("EXAMPLE-example-Value").build())
.proxy(EndpointProxy.builder()
.url("EXAMPLE-url-Value")
.credentialName("EXAMPLE-credentialName-Value")
.credentialType(EndpointProxy.CredentialType.Token).build()).build()).build())
.proxy(EndpointProxy.builder()
.url("EXAMPLE-url-Value")
.credentialName("EXAMPLE-credentialName-Value")
.credentialType(EndpointProxy.CredentialType.BasicAuth).build())
.isEnabled(false)
.isSystem(false)
.endpointProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build()))).build())))
.sourceProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())))
.shouldTokenizeOriginalText(true)
.fieldDelimiter("EXAMPLE-fieldDelimiter-Value")
.fieldQualifier("EXAMPLE-fieldQualifier-Value")
.type(LogAnalyticsParser.Type.Regex)
.isUserDeleted(false)
.isNamespaceAware(true)
.categories(new ArrayList<>(Arrays.asList(LogAnalyticsCategory.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.type("EXAMPLE-type-Value")
.isSystem(false).build()))).build())))
.parameters(new ArrayList<>(Arrays.asList(LogAnalyticsParameter.builder()
.defaultValue("EXAMPLE-defaultValue-Value")
.description("EXAMPLE-description-Value")
.isActive(false)
.name("EXAMPLE-name-Value")
.sourceId(372L).build())))
.patterns(new ArrayList<>(Arrays.asList(LogAnalyticsSourcePattern.builder()
.convertedText("EXAMPLE-convertedText-Value")
.dbParserId(263L)
.dbPatternDateTimeColumns("EXAMPLE-dbPatternDateTimeColumns-Value")
.dbPatternDateTimeField("EXAMPLE-dbPatternDateTimeField-Value")
.dbPatternSequenceColumn("EXAMPLE-dbPatternSequenceColumn-Value")
.fields(new ArrayList<>(Arrays.asList(LogAnalyticsParserField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(886L)
.facetPriority(913L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(true)
.isMultiValued(true)
.isPrimary(false)
.isSystem(true)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(true)
.rangeFacetEligible(247L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(637L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(236L)
.parser(LogAnalyticsParser.builder()
.content("EXAMPLE-content-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(905L)
.encoding("EXAMPLE-encoding-Value")
.exampleContent("EXAMPLE-exampleContent-Value")
.footerContent("EXAMPLE-footerContent-Value")
.headerContent("EXAMPLE-headerContent-Value")
.name("EXAMPLE-name-Value")
.isDefault(true)
.isSingleLineContent(true)
.isSystem(true)
.language("EXAMPLE-language-Value")
.timeUpdated(new Date("Mon Dec 05 11:52:46 UTC 2044"))
.logTypeTestRequestVersion(851)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(false)
.parserSequence(191)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(940L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(242L)
.version("EXAMPLE-version-Value").build())
.isParserWrittenOnce(false)
.parserFunctions(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunction.builder()
.parserMetaPlugin(LogAnalyticsParserMetaPlugin.builder()
.metaPluginParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(true)
.isRepeatable(true)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build())))
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.name("EXAMPLE-name-Value").build())
.parserFunctionId(461L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(false)
.isSystem(false)
.parserId(457L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(418L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(80L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(56L)
.parserMetaPluginParameterName("EXAMPLE-parserMetaPluginParameterName-Value")
.parserMetaPluginParameterValue("EXAMPLE-parserMetaPluginParameterValue-Value")
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginParameter(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(true)
.isRepeatable(true)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build()).build()))).build())))
.sourcesCount(278L)
.sources(new ArrayList<>(Arrays.asList(LogAnalyticsSource.builder()
.labelConditions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceLabelCondition.builder()
.conditionString("EXAMPLE-conditionString-Value")
.conditionBlock(ConditionBlock.builder()
.conditionBlocksOperator(ConditionBlock.ConditionBlocksOperator.NotOr)
.fieldName("EXAMPLE-fieldName-Value")
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.labelConditionValue("EXAMPLE-labelConditionValue-Value")
.labelConditionValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value"))).build())
.message("EXAMPLE-message-Value")
.isVisible(false)
.blockConditionField("EXAMPLE-blockConditionField-Value")
.blockConditionOperator("EXAMPLE-blockConditionOperator-Value")
.blockConditionValue("EXAMPLE-blockConditionValue-Value")
.labelConditionValue("EXAMPLE-labelConditionValue-Value")
.labelConditionValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.contentExample("EXAMPLE-contentExample-Value")
.isEnabled(false)
.fieldName("EXAMPLE-fieldName-Value")
.labelConditionId(245L)
.isSystem(false)
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.sourceId(19L)
.labelDisplayName("EXAMPLE-labelDisplayName-Value")
.storageField("EXAMPLE-storageField-Value")
.labelName("EXAMPLE-labelName-Value")
.isInlineLabelExistingInDatabase(true).build())))
.associationCount(638)
.associationEntity(new ArrayList<>(Arrays.asList(LogAnalyticsAssociation.builder()
.failureMessage("EXAMPLE-failureMessage-Value")
.agentId("ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value")
.timeLastAttempted(new Date("Fri Jan 31 03:42:24 UTC 2042"))
.retryCount(771L)
.sourceName("EXAMPLE-sourceName-Value")
.sourceDisplayName("EXAMPLE-sourceDisplayName-Value")
.sourceTypeName("EXAMPLE-sourceTypeName-Value")
.lifeCycleState(LogAnalyticsAssociation.LifeCycleState.InProgress)
.entityId("ocid1.test.oc1..<unique_ID>EXAMPLE-entityId-Value")
.entityName("EXAMPLE-entityName-Value")
.entityTypeName("EXAMPLE-entityTypeName-Value")
.host("EXAMPLE-host-Value")
.agentEntityName("EXAMPLE-agentEntityName-Value")
.entityTypeDisplayName("EXAMPLE-entityTypeDisplayName-Value")
.logGroupId("ocid1.test.oc1..<unique_ID>EXAMPLE-logGroupId-Value")
.logGroupName("EXAMPLE-logGroupName-Value")
.logGroupCompartment("EXAMPLE-logGroupCompartment-Value")
.associationProperties(new ArrayList<>(Arrays.asList(AssociationProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value")
.patterns(new ArrayList<>(Arrays.asList(PatternOverride.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.value("EXAMPLE-value-Value")
.effectiveLevel("EXAMPLE-effectiveLevel-Value").build()))).build()))).build())))
.dataFilterDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceDataFilter.builder()
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(720L)
.isEnabled(true)
.fieldName("EXAMPLE-fieldName-Value")
.hashType(299)
.dataFilterId(644L)
.isSystem(false)
.matchRegularExpression("EXAMPLE-matchRegularExpression-Value")
.order(378L)
.path("EXAMPLE-path-Value")
.replacementString("EXAMPLE-replacementString-Value")
.sourceId(485L)
.filterType(LogAnalyticsSourceDataFilter.FilterType.Mask).build())))
.databaseCredential("EXAMPLE-databaseCredential-Value")
.extendedFieldDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceExtendedFieldDefinition.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(135L)
.facetPriority(477L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(false)
.isMultiValued(false)
.isPrimary(true)
.isSystem(true)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(true)
.rangeFacetEligible(420L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.displayRegularExpression("EXAMPLE-displayRegularExpression-Value")
.extendedFields(new ArrayList<>(Arrays.asList(LogAnalyticsExtendedField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(745L)
.facetPriority(526L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(false)
.isLargeData(true)
.isMultiValued(true)
.isPrimary(false)
.isSystem(true)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(true)
.rangeFacetEligible(483L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.extendedFieldDefinitionId(153L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldDisplayName("EXAMPLE-fieldDisplayName-Value")
.savedRegularExpressionName("EXAMPLE-savedRegularExpressionName-Value")
.extendedFieldId(314L).build())))
.baseFieldName("EXAMPLE-baseFieldName-Value")
.baseFieldLogText("EXAMPLE-baseFieldLogText-Value")
.conditionDataType("EXAMPLE-conditionDataType-Value")
.conditionField("EXAMPLE-conditionField-Value")
.conditionOperator("EXAMPLE-conditionOperator-Value")
.conditionValue("EXAMPLE-conditionValue-Value")
.convertedRegularExpression("EXAMPLE-convertedRegularExpression-Value")
.isEnabled(true)
.extendedFieldDefinitionId(628L)
.isSystem(true)
.regularExpression("EXAMPLE-regularExpression-Value")
.sourceId(553L)
.timeUpdated(new Date("Sat Jul 10 08:57:07 UTC 2038")).build())))
.isForCloud(true)
.labels(new ArrayList<>(Arrays.asList(LogAnalyticsLabelView.builder()
.aliases(new ArrayList<>(Arrays.asList(LogAnalyticsLabelAlias.builder()
.alias("EXAMPLE-alias-Value")
.aliasDisplayName("EXAMPLE-aliasDisplayName-Value")
.isSystem(false)
.displayName("EXAMPLE-displayName-Value")
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelAlias.Priority.High).build())))
.countUsageInAlertRule(357L)
.countUsageInSource(853L)
.id("EXAMPLE-id-Value")
.suggestType(597L)
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(339L)
.impact("EXAMPLE-impact-Value")
.isSystem(false)
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelView.Priority.Medium)
.recommendation("EXAMPLE-recommendation-Value")
.type(978L)
.isUserDeleted(true).build())))
.metricDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsMetric.builder()
.aggregationField("EXAMPLE-aggregationField-Value")
.bucketMetadata("EXAMPLE-bucketMetadata-Value")
.clockPeriod("EXAMPLE-clockPeriod-Value")
.description("EXAMPLE-description-Value")
.editVersion(838L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.groupingField("EXAMPLE-groupingField-Value")
.isEnabled(true)
.isSystem(false)
.displayName("EXAMPLE-displayName-Value")
.metricReference(199L)
.name("EXAMPLE-name-Value")
.metricType(LogAnalyticsMetric.MetricType.Count)
.isMetricSourceEnabled(true)
.operator(LogAnalyticsMetric.Operator.NotNull)
.entityType("EXAMPLE-entityType-Value")
.timeUpdated(new Date("Mon Jul 12 07:04:14 UTC 2004"))
.unitType("EXAMPLE-unitType-Value")
.isUserCustomized(false).build())))
.metrics(new ArrayList<>(Arrays.asList(LogAnalyticsSourceMetric.builder()
.isMetricSourceEnabled(true)
.metricName("EXAMPLE-metricName-Value")
.sourceName("EXAMPLE-sourceName-Value")
.entityType("EXAMPLE-entityType-Value").build())))
.parameters(new ArrayList<>(Arrays.asList(LogAnalyticsParameter.builder()
.defaultValue("EXAMPLE-defaultValue-Value")
.description("EXAMPLE-description-Value")
.isActive(false)
.name("EXAMPLE-name-Value")
.sourceId(715L).build())))
.patternCount(773)
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(473L)
.functions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceFunction.builder()
.arguments(new ArrayList<>(Arrays.asList(LogAnalyticsMetaFunctionArgument.builder()
.isOverrideOutputFields(true)
.argumentDisplayName("EXAMPLE-argumentDisplayName-Value")
.argumentExample("EXAMPLE-argumentExample-Value")
.argumentService("EXAMPLE-argumentService-Value")
.argumentDataType("EXAMPLE-argumentDataType-Value")
.argumentDescription("EXAMPLE-argumentDescription-Value")
.argumentName("EXAMPLE-argumentName-Value")
.argumentOrder(791L)
.argumentType(71L)
.argumentId(77L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(406L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.isEnabled(true)
.function(LogAnalyticsMetaFunction.builder()
.metaFunctionArgument(new ArrayList<>(Arrays.asList(LogAnalyticsMetaFunctionArgument.builder()
.isOverrideOutputFields(true)
.argumentDisplayName("EXAMPLE-argumentDisplayName-Value")
.argumentExample("EXAMPLE-argumentExample-Value")
.argumentService("EXAMPLE-argumentService-Value")
.argumentDataType("EXAMPLE-argumentDataType-Value")
.argumentDescription("EXAMPLE-argumentDescription-Value")
.argumentName("EXAMPLE-argumentName-Value")
.argumentOrder(946L)
.argumentType(702L)
.argumentId(642L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(14L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.component("EXAMPLE-component-Value")
.description("EXAMPLE-description-Value")
.editVersion(457L)
.metaFunctionId(828L)
.javaClassName("EXAMPLE-javaClassName-Value")
.name("EXAMPLE-name-Value").build())
.functionName(LogAnalyticsSourceFunction.FunctionName.Geolocation)
.functionReference("EXAMPLE-functionReference-Value")
.sourceReference("EXAMPLE-sourceReference-Value")
.features(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.functionId(822L)
.order(703L)
.isSystem(true)
.lookupColumn("EXAMPLE-lookupColumn-Value")
.lookupColumnPosition(567L)
.lookupDisplayName("EXAMPLE-lookupDisplayName-Value")
.lookupMode(164L)
.lookupTable("EXAMPLE-lookupTable-Value")
.sourceId(375L).build())))
.sourceId(7L)
.name("EXAMPLE-name-Value")
.isSecureContent(true)
.isSystem(true)
.isAutoAssociationEnabled(false)
.isAutoAssociationOverride(false)
.ruleId(202L)
.typeName("EXAMPLE-typeName-Value")
.typeDisplayName("EXAMPLE-typeDisplayName-Value")
.warningConfig(923L)
.metadataFields(new ArrayList<>(Arrays.asList(LogAnalyticsSourceMetadataField.builder()
.fieldName("EXAMPLE-fieldName-Value")
.isEnabled(true)
.isSystem(false)
.key("EXAMPLE-key-Value")
.sourceName("EXAMPLE-sourceName-Value").build())))
.labelDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsLabelDefinition.builder()
.editVersion(872L)
.isSystem(true)
.sourceId(450L)
.labelName("EXAMPLE-labelName-Value").build())))
.entityTypes(new ArrayList<>(Arrays.asList(LogAnalyticsSourceEntityType.builder()
.sourceId(71L)
.entityType("EXAMPLE-entityType-Value")
.entityTypeCategory("EXAMPLE-entityTypeCategory-Value")
.entityTypeDisplayName("EXAMPLE-entityTypeDisplayName-Value").build())))
.isTimezoneOverride(true)
.timeUpdated(new Date("Fri Jun 13 16:10:24 UTC 2014"))
.eventTypes(new ArrayList<>(Arrays.asList(EventType.builder()
.eventTypeName("EXAMPLE-eventTypeName-Value")
.specVersion("EXAMPLE-specVersion-Value")
.isEnabled(false)
.isSystem(false)
.timeUpdated(new Date("Tue Nov 22 22:16:58 UTC 2022")).build())))
.categories(new ArrayList<>(Arrays.asList(LogAnalyticsCategory.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.type("EXAMPLE-type-Value")
.isSystem(false).build())))
.endpoints(new ArrayList<>(Arrays.asList(LogListTypeEndpoint.builder()
.listEndpoint(LogListEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(234L)
.request(EndpointRequest.builder()
.method(EndpointRequest.Method.Post)
.url("EXAMPLE-url-Value")
.contentType("EXAMPLE-contentType-Value")
.payload("EXAMPLE-payload-Value")
.headers(new ArrayList<>(Arrays.asList(NameValuePair.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build())))
.formParameters(new ArrayList<>(Arrays.asList(NameValuePair.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())
.response(EndpointResponse.builder()
.contentType("EXAMPLE-contentType-Value")
.example("EXAMPLE-example-Value").build())
.credentials(EndpointCredentials.builder()
.credentialType(EndpointCredentials.CredentialType.StaticToken)
.credentialName("EXAMPLE-credentialName-Value")
.credentialEndpoint(CredentialEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(396L)
.response(EndpointResponse.builder()
.contentType("EXAMPLE-contentType-Value")
.example("EXAMPLE-example-Value").build())
.proxy(EndpointProxy.builder()
.url("EXAMPLE-url-Value")
.credentialName("EXAMPLE-credentialName-Value")
.credentialType(EndpointProxy.CredentialType.None).build()).build()).build())
.proxy(EndpointProxy.builder()
.url("EXAMPLE-url-Value")
.credentialName("EXAMPLE-credentialName-Value")
.credentialType(EndpointProxy.CredentialType.Token).build())
.isEnabled(false)
.isSystem(true)
.endpointProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())
.logEndpoints(new ArrayList<>(Arrays.asList(LogEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(31L)
.request(EndpointRequest.builder()
.method(EndpointRequest.Method.Post)
.url("EXAMPLE-url-Value")
.contentType("EXAMPLE-contentType-Value")
.payload("EXAMPLE-payload-Value")
.headers(new ArrayList<>(Arrays.asList(NameValuePair.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build())))
.formParameters(new ArrayList<>(Arrays.asList(NameValuePair.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())
.response(EndpointResponse.builder()
.contentType("EXAMPLE-contentType-Value")
.example("EXAMPLE-example-Value").build())
.credentials(EndpointCredentials.builder()
.credentialType(EndpointCredentials.CredentialType.StaticToken)
.credentialName("EXAMPLE-credentialName-Value")
.credentialEndpoint(CredentialEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(978L)
.response(EndpointResponse.builder()
.contentType("EXAMPLE-contentType-Value")
.example("EXAMPLE-example-Value").build())
.proxy(EndpointProxy.builder()
.url("EXAMPLE-url-Value")
.credentialName("EXAMPLE-credentialName-Value")
.credentialType(EndpointProxy.CredentialType.None).build()).build()).build())
.proxy(EndpointProxy.builder()
.url("EXAMPLE-url-Value")
.credentialName("EXAMPLE-credentialName-Value")
.credentialType(EndpointProxy.CredentialType.None).build())
.isEnabled(false)
.isSystem(false)
.endpointProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build()))).build())))
.sourceProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())))
.shouldTokenizeOriginalText(true)
.fieldDelimiter("EXAMPLE-fieldDelimiter-Value")
.fieldQualifier("EXAMPLE-fieldQualifier-Value")
.type(LogAnalyticsParser.Type.Delimited)
.isUserDeleted(true)
.isNamespaceAware(true)
.categories(new ArrayList<>(Arrays.asList(LogAnalyticsCategory.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.type("EXAMPLE-type-Value")
.isSystem(false).build()))).build())
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.isInclude(true)
.isDefault(false)
.patternFilter(LogAnalyticsPatternFilter.builder()
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(false)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.patternId(7L)
.sourceId(731L)
.version("EXAMPLE-version-Value")
.source(LogAnalyticsSource.builder()
.labelConditions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceLabelCondition.builder()
.conditionString("EXAMPLE-conditionString-Value")
.conditionBlock(ConditionBlock.builder()
.conditionBlocksOperator(ConditionBlock.ConditionBlocksOperator.NotAnd)
.fieldName("EXAMPLE-fieldName-Value")
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.labelConditionValue("EXAMPLE-labelConditionValue-Value")
.labelConditionValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value"))).build())
.message("EXAMPLE-message-Value")
.isVisible(true)
.blockConditionField("EXAMPLE-blockConditionField-Value")
.blockConditionOperator("EXAMPLE-blockConditionOperator-Value")
.blockConditionValue("EXAMPLE-blockConditionValue-Value")
.labelConditionValue("EXAMPLE-labelConditionValue-Value")
.labelConditionValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.contentExample("EXAMPLE-contentExample-Value")
.isEnabled(false)
.fieldName("EXAMPLE-fieldName-Value")
.labelConditionId(352L)
.isSystem(true)
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.sourceId(465L)
.labelDisplayName("EXAMPLE-labelDisplayName-Value")
.storageField("EXAMPLE-storageField-Value")
.labelName("EXAMPLE-labelName-Value")
.isInlineLabelExistingInDatabase(true).build())))
.associationCount(313)
.associationEntity(new ArrayList<>(Arrays.asList(LogAnalyticsAssociation.builder()
.failureMessage("EXAMPLE-failureMessage-Value")
.agentId("ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value")
.timeLastAttempted(new Date("Sun May 26 00:00:04 UTC 2024"))
.retryCount(727L)
.sourceName("EXAMPLE-sourceName-Value")
.sourceDisplayName("EXAMPLE-sourceDisplayName-Value")
.sourceTypeName("EXAMPLE-sourceTypeName-Value")
.lifeCycleState(LogAnalyticsAssociation.LifeCycleState.Failed)
.entityId("ocid1.test.oc1..<unique_ID>EXAMPLE-entityId-Value")
.entityName("EXAMPLE-entityName-Value")
.entityTypeName("EXAMPLE-entityTypeName-Value")
.host("EXAMPLE-host-Value")
.agentEntityName("EXAMPLE-agentEntityName-Value")
.entityTypeDisplayName("EXAMPLE-entityTypeDisplayName-Value")
.logGroupId("ocid1.test.oc1..<unique_ID>EXAMPLE-logGroupId-Value")
.logGroupName("EXAMPLE-logGroupName-Value")
.logGroupCompartment("EXAMPLE-logGroupCompartment-Value")
.associationProperties(new ArrayList<>(Arrays.asList(AssociationProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value")
.patterns(new ArrayList<>(Arrays.asList(PatternOverride.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.value("EXAMPLE-value-Value")
.effectiveLevel("EXAMPLE-effectiveLevel-Value").build()))).build()))).build())))
.dataFilterDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceDataFilter.builder()
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(565L)
.isEnabled(true)
.fieldName("EXAMPLE-fieldName-Value")
.hashType(0)
.dataFilterId(364L)
.isSystem(false)
.matchRegularExpression("EXAMPLE-matchRegularExpression-Value")
.order(103L)
.path("EXAMPLE-path-Value")
.replacementString("EXAMPLE-replacementString-Value")
.sourceId(307L)
.filterType(LogAnalyticsSourceDataFilter.FilterType.DropLogEntry).build())))
.databaseCredential("EXAMPLE-databaseCredential-Value")
.extendedFieldDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceExtendedFieldDefinition.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(941L)
.facetPriority(197L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(true)
.isLargeData(true)
.isMultiValued(false)
.isPrimary(false)
.isSystem(true)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(true)
.rangeFacetEligible(66L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.displayRegularExpression("EXAMPLE-displayRegularExpression-Value")
.extendedFields(new ArrayList<>(Arrays.asList(LogAnalyticsExtendedField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(245L)
.facetPriority(311L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(false)
.isLargeData(true)
.isMultiValued(false)
.isPrimary(false)
.isSystem(true)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(false)
.rangeFacetEligible(746L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.extendedFieldDefinitionId(642L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldDisplayName("EXAMPLE-fieldDisplayName-Value")
.savedRegularExpressionName("EXAMPLE-savedRegularExpressionName-Value")
.extendedFieldId(244L).build())))
.baseFieldName("EXAMPLE-baseFieldName-Value")
.baseFieldLogText("EXAMPLE-baseFieldLogText-Value")
.conditionDataType("EXAMPLE-conditionDataType-Value")
.conditionField("EXAMPLE-conditionField-Value")
.conditionOperator("EXAMPLE-conditionOperator-Value")
.conditionValue("EXAMPLE-conditionValue-Value")
.convertedRegularExpression("EXAMPLE-convertedRegularExpression-Value")
.isEnabled(true)
.extendedFieldDefinitionId(676L)
.isSystem(true)
.regularExpression("EXAMPLE-regularExpression-Value")
.sourceId(871L)
.timeUpdated(new Date("Mon Jan 31 04:20:05 UTC 2028")).build())))
.isForCloud(false)
.labels(new ArrayList<>(Arrays.asList(LogAnalyticsLabelView.builder()
.aliases(new ArrayList<>(Arrays.asList(LogAnalyticsLabelAlias.builder()
.alias("EXAMPLE-alias-Value")
.aliasDisplayName("EXAMPLE-aliasDisplayName-Value")
.isSystem(false)
.displayName("EXAMPLE-displayName-Value")
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelAlias.Priority.High).build())))
.countUsageInAlertRule(195L)
.countUsageInSource(21L)
.id("EXAMPLE-id-Value")
.suggestType(508L)
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(312L)
.impact("EXAMPLE-impact-Value")
.isSystem(false)
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelView.Priority.High)
.recommendation("EXAMPLE-recommendation-Value")
.type(410L)
.isUserDeleted(false).build())))
.metricDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsMetric.builder()
.aggregationField("EXAMPLE-aggregationField-Value")
.bucketMetadata("EXAMPLE-bucketMetadata-Value")
.clockPeriod("EXAMPLE-clockPeriod-Value")
.description("EXAMPLE-description-Value")
.editVersion(751L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.groupingField("EXAMPLE-groupingField-Value")
.isEnabled(true)
.isSystem(true)
.displayName("EXAMPLE-displayName-Value")
.metricReference(750L)
.name("EXAMPLE-name-Value")
.metricType(LogAnalyticsMetric.MetricType.SumDistribution)
.isMetricSourceEnabled(true)
.operator(LogAnalyticsMetric.Operator.NotNull)
.entityType("EXAMPLE-entityType-Value")
.timeUpdated(new Date("Mon May 11 15:20:26 UTC 2026"))
.unitType("EXAMPLE-unitType-Value")
.isUserCustomized(false).build())))
.metrics(new ArrayList<>(Arrays.asList(LogAnalyticsSourceMetric.builder()
.isMetricSourceEnabled(false)
.metricName("EXAMPLE-metricName-Value")
.sourceName("EXAMPLE-sourceName-Value")
.entityType("EXAMPLE-entityType-Value").build())))
.oobParsers(new ArrayList<>(Arrays.asList(LogAnalyticsParser.builder()
.content("EXAMPLE-content-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(207L)
.encoding("EXAMPLE-encoding-Value")
.exampleContent("EXAMPLE-exampleContent-Value")
.fieldMaps(new ArrayList<>(Arrays.asList(LogAnalyticsParserField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(674L)
.facetPriority(542L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(false)
.isLargeData(false)
.isMultiValued(false)
.isPrimary(false)
.isSystem(true)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(false)
.rangeFacetEligible(385L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(690L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(758L)
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.footerContent("EXAMPLE-footerContent-Value")
.headerContent("EXAMPLE-headerContent-Value")
.name("EXAMPLE-name-Value")
.isDefault(false)
.isSingleLineContent(true)
.isSystem(false)
.language("EXAMPLE-language-Value")
.timeUpdated(new Date("Thu Aug 02 12:43:27 UTC 2035"))
.logTypeTestRequestVersion(50)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(false)
.parserSequence(703)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(167L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(0L)
.version("EXAMPLE-version-Value").build())
.isParserWrittenOnce(true)
.parserFunctions(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunction.builder()
.parserMetaPlugin(LogAnalyticsParserMetaPlugin.builder()
.metaPluginParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(false)
.isRepeatable(true)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build())))
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.name("EXAMPLE-name-Value").build())
.parserFunctionId(140L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(true)
.isSystem(false)
.parserId(535L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(176L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(369L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(636L)
.parserMetaPluginParameterName("EXAMPLE-parserMetaPluginParameterName-Value")
.parserMetaPluginParameterValue("EXAMPLE-parserMetaPluginParameterValue-Value")
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginParameter(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(true)
.isRepeatable(true)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build()).build()))).build())))
.sourcesCount(49L)
.shouldTokenizeOriginalText(true)
.fieldDelimiter("EXAMPLE-fieldDelimiter-Value")
.fieldQualifier("EXAMPLE-fieldQualifier-Value")
.type(LogAnalyticsParser.Type.Delimited)
.isUserDeleted(false)
.isNamespaceAware(true)
.categories(new ArrayList<>(Arrays.asList(LogAnalyticsCategory.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.type("EXAMPLE-type-Value")
.isSystem(true).build()))).build())))
.parameters(new ArrayList<>(Arrays.asList(LogAnalyticsParameter.builder()
.defaultValue("EXAMPLE-defaultValue-Value")
.description("EXAMPLE-description-Value")
.isActive(false)
.name("EXAMPLE-name-Value")
.sourceId(524L).build())))
.patternCount(251)
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(340L)
.functions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceFunction.builder()
.arguments(new ArrayList<>(Arrays.asList(LogAnalyticsMetaFunctionArgument.builder()
.isOverrideOutputFields(true)
.argumentDisplayName("EXAMPLE-argumentDisplayName-Value")
.argumentExample("EXAMPLE-argumentExample-Value")
.argumentService("EXAMPLE-argumentService-Value")
.argumentDataType("EXAMPLE-argumentDataType-Value")
.argumentDescription("EXAMPLE-argumentDescription-Value")
.argumentName("EXAMPLE-argumentName-Value")
.argumentOrder(285L)
.argumentType(112L)
.argumentId(788L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(518L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.isEnabled(false)
.function(LogAnalyticsMetaFunction.builder()
.metaFunctionArgument(new ArrayList<>(Arrays.asList(LogAnalyticsMetaFunctionArgument.builder()
.isOverrideOutputFields(true)
.argumentDisplayName("EXAMPLE-argumentDisplayName-Value")
.argumentExample("EXAMPLE-argumentExample-Value")
.argumentService("EXAMPLE-argumentService-Value")
.argumentDataType("EXAMPLE-argumentDataType-Value")
.argumentDescription("EXAMPLE-argumentDescription-Value")
.argumentName("EXAMPLE-argumentName-Value")
.argumentOrder(636L)
.argumentType(334L)
.argumentId(353L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(409L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.component("EXAMPLE-component-Value")
.description("EXAMPLE-description-Value")
.editVersion(575L)
.metaFunctionId(307L)
.javaClassName("EXAMPLE-javaClassName-Value")
.name("EXAMPLE-name-Value").build())
.functionName(LogAnalyticsSourceFunction.FunctionName.Geolocation)
.functionReference("EXAMPLE-functionReference-Value")
.sourceReference("EXAMPLE-sourceReference-Value")
.features(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.functionId(828L)
.order(911L)
.isSystem(false)
.lookupColumn("EXAMPLE-lookupColumn-Value")
.lookupColumnPosition(25L)
.lookupDisplayName("EXAMPLE-lookupDisplayName-Value")
.lookupMode(718L)
.lookupTable("EXAMPLE-lookupTable-Value")
.sourceId(15L).build())))
.sourceId(303L)
.name("EXAMPLE-name-Value")
.isSecureContent(false)
.isSystem(false)
.parsers(new ArrayList<>(Arrays.asList(LogAnalyticsParser.builder()
.content("EXAMPLE-content-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(570L)
.encoding("EXAMPLE-encoding-Value")
.exampleContent("EXAMPLE-exampleContent-Value")
.fieldMaps(new ArrayList<>(Arrays.asList(LogAnalyticsParserField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(565L)
.facetPriority(233L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(false)
.isMultiValued(true)
.isPrimary(true)
.isSystem(false)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(true)
.rangeFacetEligible(97L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(896L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(109L)
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.footerContent("EXAMPLE-footerContent-Value")
.headerContent("EXAMPLE-headerContent-Value")
.name("EXAMPLE-name-Value")
.isDefault(true)
.isSingleLineContent(false)
.isSystem(false)
.language("EXAMPLE-language-Value")
.timeUpdated(new Date("Sun Feb 28 05:12:25 UTC 2021"))
.logTypeTestRequestVersion(602)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(false)
.parserSequence(114)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(373L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(666L)
.version("EXAMPLE-version-Value").build())
.isParserWrittenOnce(false)
.parserFunctions(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunction.builder()
.parserMetaPlugin(LogAnalyticsParserMetaPlugin.builder()
.metaPluginParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(true)
.isRepeatable(false)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build())))
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.name("EXAMPLE-name-Value").build())
.parserFunctionId(834L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(false)
.isSystem(true)
.parserId(224L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(106L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(390L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(160L)
.parserMetaPluginParameterName("EXAMPLE-parserMetaPluginParameterName-Value")
.parserMetaPluginParameterValue("EXAMPLE-parserMetaPluginParameterValue-Value")
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginParameter(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(true)
.isRepeatable(true)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build()).build()))).build())))
.sourcesCount(187L)
.shouldTokenizeOriginalText(true)
.fieldDelimiter("EXAMPLE-fieldDelimiter-Value")
.fieldQualifier("EXAMPLE-fieldQualifier-Value")
.type(LogAnalyticsParser.Type.Xml)
.isUserDeleted(false)
.isNamespaceAware(false)
.categories(new ArrayList<>(Arrays.asList(LogAnalyticsCategory.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.type("EXAMPLE-type-Value")
.isSystem(true).build()))).build())))
.isAutoAssociationEnabled(false)
.isAutoAssociationOverride(true)
.ruleId(695L)
.typeName("EXAMPLE-typeName-Value")
.typeDisplayName("EXAMPLE-typeDisplayName-Value")
.warningConfig(311L)
.metadataFields(new ArrayList<>(Arrays.asList(LogAnalyticsSourceMetadataField.builder()
.fieldName("EXAMPLE-fieldName-Value")
.isEnabled(true)
.isSystem(true)
.key("EXAMPLE-key-Value")
.sourceName("EXAMPLE-sourceName-Value").build())))
.labelDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsLabelDefinition.builder()
.editVersion(808L)
.isSystem(false)
.sourceId(53L)
.labelName("EXAMPLE-labelName-Value").build())))
.entityTypes(new ArrayList<>(Arrays.asList(LogAnalyticsSourceEntityType.builder()
.sourceId(545L)
.entityType("EXAMPLE-entityType-Value")
.entityTypeCategory("EXAMPLE-entityTypeCategory-Value")
.entityTypeDisplayName("EXAMPLE-entityTypeDisplayName-Value").build())))
.isTimezoneOverride(false)
.userParsers(new ArrayList<>(Arrays.asList(LogAnalyticsParser.builder()
.content("EXAMPLE-content-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(367L)
.encoding("EXAMPLE-encoding-Value")
.exampleContent("EXAMPLE-exampleContent-Value")
.fieldMaps(new ArrayList<>(Arrays.asList(LogAnalyticsParserField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(662L)
.facetPriority(106L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(true)
.isMultiValued(false)
.isPrimary(true)
.isSystem(true)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(true)
.rangeFacetEligible(825L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(598L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(537L)
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.footerContent("EXAMPLE-footerContent-Value")
.headerContent("EXAMPLE-headerContent-Value")
.name("EXAMPLE-name-Value")
.isDefault(true)
.isSingleLineContent(false)
.isSystem(true)
.language("EXAMPLE-language-Value")
.timeUpdated(new Date("Thu Dec 21 17:25:43 UTC 2045"))
.logTypeTestRequestVersion(517)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(true)
.parserSequence(991)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(920L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(965L)
.version("EXAMPLE-version-Value").build())
.isParserWrittenOnce(false)
.parserFunctions(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunction.builder()
.parserMetaPlugin(LogAnalyticsParserMetaPlugin.builder()
.metaPluginParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(true)
.isRepeatable(true)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build())))
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.name("EXAMPLE-name-Value").build())
.parserFunctionId(72L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(true)
.isSystem(false)
.parserId(538L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(392L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(470L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(801L)
.parserMetaPluginParameterName("EXAMPLE-parserMetaPluginParameterName-Value")
.parserMetaPluginParameterValue("EXAMPLE-parserMetaPluginParameterValue-Value")
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginParameter(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(false)
.isRepeatable(false)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build()).build()))).build())))
.sourcesCount(877L)
.shouldTokenizeOriginalText(false)
.fieldDelimiter("EXAMPLE-fieldDelimiter-Value")
.fieldQualifier("EXAMPLE-fieldQualifier-Value")
.type(LogAnalyticsParser.Type.Delimited)
.isUserDeleted(false)
.isNamespaceAware(true)
.categories(new ArrayList<>(Arrays.asList(LogAnalyticsCategory.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.type("EXAMPLE-type-Value")
.isSystem(false).build()))).build())))
.timeUpdated(new Date("Tue May 05 18:42:59 UTC 2037"))
.eventTypes(new ArrayList<>(Arrays.asList(EventType.builder()
.eventTypeName("EXAMPLE-eventTypeName-Value")
.specVersion("EXAMPLE-specVersion-Value")
.isEnabled(true)
.isSystem(false)
.timeUpdated(new Date("Mon Apr 25 14:00:44 UTC 2033")).build())))
.categories(new ArrayList<>(Arrays.asList(LogAnalyticsCategory.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.type("EXAMPLE-type-Value")
.isSystem(false).build())))
.endpoints(new ArrayList<>(Arrays.asList(LogTypeEndpoint.builder()
.logEndpoint(LogEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(458L)
.request(EndpointRequest.builder()
.method(EndpointRequest.Method.Post)
.url("EXAMPLE-url-Value")
.contentType("EXAMPLE-contentType-Value")
.payload("EXAMPLE-payload-Value")
.headers(new ArrayList<>(Arrays.asList(NameValuePair.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build())))
.formParameters(new ArrayList<>(Arrays.asList(NameValuePair.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())
.response(EndpointResponse.builder()
.contentType("EXAMPLE-contentType-Value")
.example("EXAMPLE-example-Value").build())
.credentials(EndpointCredentials.builder()
.credentialType(EndpointCredentials.CredentialType.None)
.credentialName("EXAMPLE-credentialName-Value")
.credentialEndpoint(CredentialEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(360L)
.response(EndpointResponse.builder()
.contentType("EXAMPLE-contentType-Value")
.example("EXAMPLE-example-Value").build())
.proxy(EndpointProxy.builder()
.url("EXAMPLE-url-Value")
.credentialName("EXAMPLE-credentialName-Value")
.credentialType(EndpointProxy.CredentialType.None).build()).build()).build())
.proxy(EndpointProxy.builder()
.url("EXAMPLE-url-Value")
.credentialName("EXAMPLE-credentialName-Value")
.credentialType(EndpointProxy.CredentialType.None).build())
.isEnabled(true)
.isSystem(false)
.endpointProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build()).build())))
.sourceProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build()).build())
.alias("EXAMPLE-alias-Value")
.description("EXAMPLE-description-Value")
.isEnabled(true)
.patternId(766L)
.isSystem(true)
.sourceId(317L)
.isAgentWarningSuppressed(true)
.patternText("EXAMPLE-patternText-Value")
.patternType(74L)
.entityType(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.patternProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())))
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(101L)
.functions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceFunction.builder()
.arguments(new ArrayList<>(Arrays.asList(LogAnalyticsMetaFunctionArgument.builder()
.isOverrideOutputFields(true)
.argumentDisplayName("EXAMPLE-argumentDisplayName-Value")
.argumentExample("EXAMPLE-argumentExample-Value")
.argumentService("EXAMPLE-argumentService-Value")
.argumentDataType("EXAMPLE-argumentDataType-Value")
.argumentDescription("EXAMPLE-argumentDescription-Value")
.argumentName("EXAMPLE-argumentName-Value")
.argumentOrder(309L)
.argumentType(40L)
.argumentId(395L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(787L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.isEnabled(false)
.function(LogAnalyticsMetaFunction.builder()
.metaFunctionArgument(new ArrayList<>(Arrays.asList(LogAnalyticsMetaFunctionArgument.builder()
.isOverrideOutputFields(false)
.argumentDisplayName("EXAMPLE-argumentDisplayName-Value")
.argumentExample("EXAMPLE-argumentExample-Value")
.argumentService("EXAMPLE-argumentService-Value")
.argumentDataType("EXAMPLE-argumentDataType-Value")
.argumentDescription("EXAMPLE-argumentDescription-Value")
.argumentName("EXAMPLE-argumentName-Value")
.argumentOrder(642L)
.argumentType(694L)
.argumentId(682L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(985L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.component("EXAMPLE-component-Value")
.description("EXAMPLE-description-Value")
.editVersion(643L)
.metaFunctionId(222L)
.javaClassName("EXAMPLE-javaClassName-Value")
.name("EXAMPLE-name-Value").build())
.functionName(LogAnalyticsSourceFunction.FunctionName.Geolocation)
.functionReference("EXAMPLE-functionReference-Value")
.sourceReference("EXAMPLE-sourceReference-Value")
.features(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.functionId(740L)
.order(392L)
.isSystem(true)
.lookupColumn("EXAMPLE-lookupColumn-Value")
.lookupColumnPosition(709L)
.lookupDisplayName("EXAMPLE-lookupDisplayName-Value")
.lookupMode(711L)
.lookupTable("EXAMPLE-lookupTable-Value")
.sourceId(986L).build())))
.sourceId(553L)
.name("EXAMPLE-name-Value")
.isSecureContent(false)
.isSystem(false)
.parsers(new ArrayList<>(Arrays.asList(LogAnalyticsParser.builder()
.content("EXAMPLE-content-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(68L)
.encoding("EXAMPLE-encoding-Value")
.exampleContent("EXAMPLE-exampleContent-Value")
.fieldMaps(new ArrayList<>(Arrays.asList(LogAnalyticsParserField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(818L)
.facetPriority(684L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(false)
.isLargeData(false)
.isMultiValued(false)
.isPrimary(false)
.isSystem(false)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(false)
.rangeFacetEligible(67L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(820L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(563L)
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.footerContent("EXAMPLE-footerContent-Value")
.headerContent("EXAMPLE-headerContent-Value")
.name("EXAMPLE-name-Value")
.isDefault(false)
.isSingleLineContent(true)
.isSystem(false)
.language("EXAMPLE-language-Value")
.timeUpdated(new Date("Thu May 17 22:20:49 UTC 2046"))
.logTypeTestRequestVersion(91)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(true)
.parserSequence(635)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(107L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(90L)
.version("EXAMPLE-version-Value").build())
.isParserWrittenOnce(false)
.parserFunctions(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunction.builder()
.parserMetaPlugin(LogAnalyticsParserMetaPlugin.builder()
.metaPluginParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(true)
.isRepeatable(false)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build())))
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.name("EXAMPLE-name-Value").build())
.parserFunctionId(856L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(false)
.isSystem(true)
.parserId(130L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(340L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(811L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(830L)
.parserMetaPluginParameterName("EXAMPLE-parserMetaPluginParameterName-Value")
.parserMetaPluginParameterValue("EXAMPLE-parserMetaPluginParameterValue-Value")
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginParameter(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(true)
.isRepeatable(false)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build()).build()))).build())))
.sourcesCount(656L)
.sources(new ArrayList<>(Arrays.asList(LogAnalyticsSource.builder()
.labelConditions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceLabelCondition.builder()
.conditionString("EXAMPLE-conditionString-Value")
.conditionBlock(ConditionBlock.builder()
.conditionBlocksOperator(ConditionBlock.ConditionBlocksOperator.And)
.fieldName("EXAMPLE-fieldName-Value")
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.labelConditionValue("EXAMPLE-labelConditionValue-Value")
.labelConditionValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value"))).build())
.message("EXAMPLE-message-Value")
.isVisible(false)
.blockConditionField("EXAMPLE-blockConditionField-Value")
.blockConditionOperator("EXAMPLE-blockConditionOperator-Value")
.blockConditionValue("EXAMPLE-blockConditionValue-Value")
.labelConditionValue("EXAMPLE-labelConditionValue-Value")
.labelConditionValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.contentExample("EXAMPLE-contentExample-Value")
.isEnabled(false)
.fieldName("EXAMPLE-fieldName-Value")
.labelConditionId(183L)
.isSystem(false)
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.sourceId(368L)
.labelDisplayName("EXAMPLE-labelDisplayName-Value")
.storageField("EXAMPLE-storageField-Value")
.labelName("EXAMPLE-labelName-Value")
.isInlineLabelExistingInDatabase(true).build())))
.associationCount(66)
.associationEntity(new ArrayList<>(Arrays.asList(LogAnalyticsAssociation.builder()
.failureMessage("EXAMPLE-failureMessage-Value")
.agentId("ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value")
.timeLastAttempted(new Date("Sun Sep 18 01:58:09 UTC 2039"))
.retryCount(578L)
.sourceName("EXAMPLE-sourceName-Value")
.sourceDisplayName("EXAMPLE-sourceDisplayName-Value")
.sourceTypeName("EXAMPLE-sourceTypeName-Value")
.lifeCycleState(LogAnalyticsAssociation.LifeCycleState.Failed)
.entityId("ocid1.test.oc1..<unique_ID>EXAMPLE-entityId-Value")
.entityName("EXAMPLE-entityName-Value")
.entityTypeName("EXAMPLE-entityTypeName-Value")
.host("EXAMPLE-host-Value")
.agentEntityName("EXAMPLE-agentEntityName-Value")
.entityTypeDisplayName("EXAMPLE-entityTypeDisplayName-Value")
.logGroupId("ocid1.test.oc1..<unique_ID>EXAMPLE-logGroupId-Value")
.logGroupName("EXAMPLE-logGroupName-Value")
.logGroupCompartment("EXAMPLE-logGroupCompartment-Value")
.associationProperties(new ArrayList<>(Arrays.asList(AssociationProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value")
.patterns(new ArrayList<>(Arrays.asList(PatternOverride.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.value("EXAMPLE-value-Value")
.effectiveLevel("EXAMPLE-effectiveLevel-Value").build()))).build()))).build())))
.dataFilterDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceDataFilter.builder()
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(547L)
.isEnabled(true)
.fieldName("EXAMPLE-fieldName-Value")
.hashType(409)
.dataFilterId(143L)
.isSystem(false)
.matchRegularExpression("EXAMPLE-matchRegularExpression-Value")
.order(55L)
.path("EXAMPLE-path-Value")
.replacementString("EXAMPLE-replacementString-Value")
.sourceId(536L)
.filterType(LogAnalyticsSourceDataFilter.FilterType.Mask).build())))
.databaseCredential("EXAMPLE-databaseCredential-Value")
.extendedFieldDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceExtendedFieldDefinition.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(585L)
.facetPriority(519L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(true)
.isLargeData(false)
.isMultiValued(false)
.isPrimary(true)
.isSystem(true)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(true)
.rangeFacetEligible(261L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.displayRegularExpression("EXAMPLE-displayRegularExpression-Value")
.extendedFields(new ArrayList<>(Arrays.asList(LogAnalyticsExtendedField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(94L)
.facetPriority(36L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(true)
.isMultiValued(false)
.isPrimary(false)
.isSystem(true)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(false)
.rangeFacetEligible(571L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.extendedFieldDefinitionId(838L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldDisplayName("EXAMPLE-fieldDisplayName-Value")
.savedRegularExpressionName("EXAMPLE-savedRegularExpressionName-Value")
.extendedFieldId(15L).build())))
.baseFieldName("EXAMPLE-baseFieldName-Value")
.baseFieldLogText("EXAMPLE-baseFieldLogText-Value")
.conditionDataType("EXAMPLE-conditionDataType-Value")
.conditionField("EXAMPLE-conditionField-Value")
.conditionOperator("EXAMPLE-conditionOperator-Value")
.conditionValue("EXAMPLE-conditionValue-Value")
.convertedRegularExpression("EXAMPLE-convertedRegularExpression-Value")
.isEnabled(false)
.extendedFieldDefinitionId(716L)
.isSystem(true)
.regularExpression("EXAMPLE-regularExpression-Value")
.sourceId(796L)
.timeUpdated(new Date("Tue Sep 09 20:27:18 UTC 2025")).build())))
.isForCloud(true)
.labels(new ArrayList<>(Arrays.asList(LogAnalyticsLabelView.builder()
.aliases(new ArrayList<>(Arrays.asList(LogAnalyticsLabelAlias.builder()
.alias("EXAMPLE-alias-Value")
.aliasDisplayName("EXAMPLE-aliasDisplayName-Value")
.isSystem(false)
.displayName("EXAMPLE-displayName-Value")
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelAlias.Priority.High).build())))
.countUsageInAlertRule(790L)
.countUsageInSource(155L)
.id("EXAMPLE-id-Value")
.suggestType(518L)
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(978L)
.impact("EXAMPLE-impact-Value")
.isSystem(false)
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelView.Priority.Medium)
.recommendation("EXAMPLE-recommendation-Value")
.type(740L)
.isUserDeleted(true).build())))
.metricDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsMetric.builder()
.aggregationField("EXAMPLE-aggregationField-Value")
.bucketMetadata("EXAMPLE-bucketMetadata-Value")
.clockPeriod("EXAMPLE-clockPeriod-Value")
.description("EXAMPLE-description-Value")
.editVersion(443L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.groupingField("EXAMPLE-groupingField-Value")
.isEnabled(true)
.isSystem(false)
.displayName("EXAMPLE-displayName-Value")
.metricReference(728L)
.name("EXAMPLE-name-Value")
.metricType(LogAnalyticsMetric.MetricType.CountDistribution)
.isMetricSourceEnabled(false)
.operator(LogAnalyticsMetric.Operator.ContainsIgnoreCase)
.entityType("EXAMPLE-entityType-Value")
.timeUpdated(new Date("Wed Jul 24 08:18:27 UTC 2047"))
.unitType("EXAMPLE-unitType-Value")
.isUserCustomized(true).build())))
.metrics(new ArrayList<>(Arrays.asList(LogAnalyticsSourceMetric.builder()
.isMetricSourceEnabled(true)
.metricName("EXAMPLE-metricName-Value")
.sourceName("EXAMPLE-sourceName-Value")
.entityType("EXAMPLE-entityType-Value").build())))
.parameters(new ArrayList<>(Arrays.asList(LogAnalyticsParameter.builder()
.defaultValue("EXAMPLE-defaultValue-Value")
.description("EXAMPLE-description-Value")
.isActive(false)
.name("EXAMPLE-name-Value")
.sourceId(392L).build())))
.patternCount(658)
.patterns(new ArrayList<>(Arrays.asList(LogAnalyticsSourcePattern.builder()
.convertedText("EXAMPLE-convertedText-Value")
.dbParserId(298L)
.dbPatternDateTimeColumns("EXAMPLE-dbPatternDateTimeColumns-Value")
.dbPatternDateTimeField("EXAMPLE-dbPatternDateTimeField-Value")
.dbPatternSequenceColumn("EXAMPLE-dbPatternSequenceColumn-Value")
.fields(new ArrayList<>(Arrays.asList(LogAnalyticsParserField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(857L)
.facetPriority(916L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(false)
.isMultiValued(false)
.isPrimary(false)
.isSystem(true)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(false)
.rangeFacetEligible(779L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(336L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(493L)
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.isInclude(false)
.isDefault(true)
.patternFilter(LogAnalyticsPatternFilter.builder()
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(false)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.patternId(704L)
.sourceId(828L)
.version("EXAMPLE-version-Value").build())
.alias("EXAMPLE-alias-Value")
.description("EXAMPLE-description-Value")
.isEnabled(false)
.patternId(581L)
.isSystem(false)
.sourceId(835L)
.isAgentWarningSuppressed(false)
.patternText("EXAMPLE-patternText-Value")
.patternType(463L)
.entityType(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.patternProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())))
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(100L)
.functions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceFunction.builder()
.arguments(new ArrayList<>(Arrays.asList(LogAnalyticsMetaFunctionArgument.builder()
.isOverrideOutputFields(false)
.argumentDisplayName("EXAMPLE-argumentDisplayName-Value")
.argumentExample("EXAMPLE-argumentExample-Value")
.argumentService("EXAMPLE-argumentService-Value")
.argumentDataType("EXAMPLE-argumentDataType-Value")
.argumentDescription("EXAMPLE-argumentDescription-Value")
.argumentName("EXAMPLE-argumentName-Value")
.argumentOrder(489L)
.argumentType(404L)
.argumentId(121L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(664L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.isEnabled(false)
.function(LogAnalyticsMetaFunction.builder()
.metaFunctionArgument(new ArrayList<>(Arrays.asList(LogAnalyticsMetaFunctionArgument.builder()
.isOverrideOutputFields(false)
.argumentDisplayName("EXAMPLE-argumentDisplayName-Value")
.argumentExample("EXAMPLE-argumentExample-Value")
.argumentService("EXAMPLE-argumentService-Value")
.argumentDataType("EXAMPLE-argumentDataType-Value")
.argumentDescription("EXAMPLE-argumentDescription-Value")
.argumentName("EXAMPLE-argumentName-Value")
.argumentOrder(950L)
.argumentType(806L)
.argumentId(960L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(10L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.component("EXAMPLE-component-Value")
.description("EXAMPLE-description-Value")
.editVersion(977L)
.metaFunctionId(878L)
.javaClassName("EXAMPLE-javaClassName-Value")
.name("EXAMPLE-name-Value").build())
.functionName(LogAnalyticsSourceFunction.FunctionName.Lookup)
.functionReference("EXAMPLE-functionReference-Value")
.sourceReference("EXAMPLE-sourceReference-Value")
.features(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.functionId(299L)
.order(640L)
.isSystem(false)
.lookupColumn("EXAMPLE-lookupColumn-Value")
.lookupColumnPosition(863L)
.lookupDisplayName("EXAMPLE-lookupDisplayName-Value")
.lookupMode(534L)
.lookupTable("EXAMPLE-lookupTable-Value")
.sourceId(624L).build())))
.sourceId(852L)
.name("EXAMPLE-name-Value")
.isSecureContent(false)
.isSystem(true)
.isAutoAssociationEnabled(false)
.isAutoAssociationOverride(true)
.ruleId(948L)
.typeName("EXAMPLE-typeName-Value")
.typeDisplayName("EXAMPLE-typeDisplayName-Value")
.warningConfig(648L)
.metadataFields(new ArrayList<>(Arrays.asList(LogAnalyticsSourceMetadataField.builder()
.fieldName("EXAMPLE-fieldName-Value")
.isEnabled(true)
.isSystem(true)
.key("EXAMPLE-key-Value")
.sourceName("EXAMPLE-sourceName-Value").build())))
.labelDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsLabelDefinition.builder()
.editVersion(217L)
.isSystem(true)
.sourceId(251L)
.labelName("EXAMPLE-labelName-Value").build())))
.entityTypes(new ArrayList<>(Arrays.asList(LogAnalyticsSourceEntityType.builder()
.sourceId(37L)
.entityType("EXAMPLE-entityType-Value")
.entityTypeCategory("EXAMPLE-entityTypeCategory-Value")
.entityTypeDisplayName("EXAMPLE-entityTypeDisplayName-Value").build())))
.isTimezoneOverride(false)
.timeUpdated(new Date("Fri Jun 11 16:51:32 UTC 2021"))
.eventTypes(new ArrayList<>(Arrays.asList(EventType.builder()
.eventTypeName("EXAMPLE-eventTypeName-Value")
.specVersion("EXAMPLE-specVersion-Value")
.isEnabled(false)
.isSystem(false)
.timeUpdated(new Date("Thu Sep 23 00:19:21 UTC 2032")).build())))
.categories(new ArrayList<>(Arrays.asList(LogAnalyticsCategory.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.type("EXAMPLE-type-Value")
.isSystem(true).build())))
.endpoints(new ArrayList<>(Arrays.asList(LogTypeEndpoint.builder()
.logEndpoint(LogEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(615L)
.request(EndpointRequest.builder()
.method(EndpointRequest.Method.Post)
.url("EXAMPLE-url-Value")
.contentType("EXAMPLE-contentType-Value")
.payload("EXAMPLE-payload-Value")
.headers(new ArrayList<>(Arrays.asList(NameValuePair.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build())))
.formParameters(new ArrayList<>(Arrays.asList(NameValuePair.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())
.response(EndpointResponse.builder()
.contentType("EXAMPLE-contentType-Value")
.example("EXAMPLE-example-Value").build())
.credentials(EndpointCredentials.builder()
.credentialType(EndpointCredentials.CredentialType.BasicAuth)
.credentialName("EXAMPLE-credentialName-Value")
.credentialEndpoint(CredentialEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(544L)
.response(EndpointResponse.builder()
.contentType("EXAMPLE-contentType-Value")
.example("EXAMPLE-example-Value").build())
.proxy(EndpointProxy.builder()
.url("EXAMPLE-url-Value")
.credentialName("EXAMPLE-credentialName-Value")
.credentialType(EndpointProxy.CredentialType.BasicAuth).build()).build()).build())
.proxy(EndpointProxy.builder()
.url("EXAMPLE-url-Value")
.credentialName("EXAMPLE-credentialName-Value")
.credentialType(EndpointProxy.CredentialType.Token).build())
.isEnabled(true)
.isSystem(true)
.endpointProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build()).build())))
.sourceProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())))
.shouldTokenizeOriginalText(false)
.fieldDelimiter("EXAMPLE-fieldDelimiter-Value")
.fieldQualifier("EXAMPLE-fieldQualifier-Value")
.type(LogAnalyticsParser.Type.Odl)
.isUserDeleted(false)
.isNamespaceAware(false)
.categories(new ArrayList<>(Arrays.asList(LogAnalyticsCategory.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.type("EXAMPLE-type-Value")
.isSystem(true).build()))).build())))
.ruleId(665L)
.typeName("EXAMPLE-typeName-Value")
.warningConfig(357L)
.metadataFields(new ArrayList<>(Arrays.asList(LogAnalyticsSourceMetadataField.builder()
.fieldName("EXAMPLE-fieldName-Value")
.isEnabled(true)
.isSystem(true)
.key("EXAMPLE-key-Value")
.sourceName("EXAMPLE-sourceName-Value").build())))
.labelDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsLabelDefinition.builder()
.editVersion(950L)
.isSystem(true)
.sourceId(524L)
.labelName("EXAMPLE-labelName-Value").build())))
.entityTypes(new ArrayList<>(Arrays.asList(LogAnalyticsSourceEntityType.builder()
.sourceId(690L)
.entityType("EXAMPLE-entityType-Value")
.entityTypeCategory("EXAMPLE-entityTypeCategory-Value")
.entityTypeDisplayName("EXAMPLE-entityTypeDisplayName-Value").build())))
.isTimezoneOverride(true)
.userParsers(new ArrayList<>(Arrays.asList(LogAnalyticsParser.builder()
.content("EXAMPLE-content-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(709L)
.encoding("EXAMPLE-encoding-Value")
.exampleContent("EXAMPLE-exampleContent-Value")
.fieldMaps(new ArrayList<>(Arrays.asList(LogAnalyticsParserField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(732L)
.facetPriority(758L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(false)
.isLargeData(true)
.isMultiValued(true)
.isPrimary(true)
.isSystem(false)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(true)
.rangeFacetEligible(224L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(604L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(247L)
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.footerContent("EXAMPLE-footerContent-Value")
.headerContent("EXAMPLE-headerContent-Value")
.name("EXAMPLE-name-Value")
.isDefault(false)
.isSingleLineContent(true)
.isSystem(false)
.language("EXAMPLE-language-Value")
.timeUpdated(new Date("Fri May 02 00:46:19 UTC 2014"))
.logTypeTestRequestVersion(432)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(true)
.parserSequence(580)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(806L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(338L)
.version("EXAMPLE-version-Value").build())
.isParserWrittenOnce(false)
.parserFunctions(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunction.builder()
.parserMetaPlugin(LogAnalyticsParserMetaPlugin.builder()
.metaPluginParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(true)
.isRepeatable(true)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build())))
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.name("EXAMPLE-name-Value").build())
.parserFunctionId(702L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(false)
.isSystem(false)
.parserId(812L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(203L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(636L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(279L)
.parserMetaPluginParameterName("EXAMPLE-parserMetaPluginParameterName-Value")
.parserMetaPluginParameterValue("EXAMPLE-parserMetaPluginParameterValue-Value")
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginParameter(LogAnalyticsParserMetaPluginParameter.builder()
.description("EXAMPLE-description-Value")
.name("EXAMPLE-name-Value")
.isMandatory(false)
.isRepeatable(false)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build()).build()))).build())))
.sourcesCount(532L)
.sources(new ArrayList<>(Arrays.asList(LogAnalyticsSource.builder()
.labelConditions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceLabelCondition.builder()
.conditionString("EXAMPLE-conditionString-Value")
.conditionBlock(ConditionBlock.builder()
.conditionBlocksOperator(ConditionBlock.ConditionBlocksOperator.Or)
.fieldName("EXAMPLE-fieldName-Value")
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.labelConditionValue("EXAMPLE-labelConditionValue-Value")
.labelConditionValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value"))).build())
.message("EXAMPLE-message-Value")
.isVisible(false)
.blockConditionField("EXAMPLE-blockConditionField-Value")
.blockConditionOperator("EXAMPLE-blockConditionOperator-Value")
.blockConditionValue("EXAMPLE-blockConditionValue-Value")
.labelConditionValue("EXAMPLE-labelConditionValue-Value")
.labelConditionValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.contentExample("EXAMPLE-contentExample-Value")
.isEnabled(false)
.fieldName("EXAMPLE-fieldName-Value")
.labelConditionId(660L)
.isSystem(false)
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.sourceId(917L)
.labelDisplayName("EXAMPLE-labelDisplayName-Value")
.storageField("EXAMPLE-storageField-Value")
.labelName("EXAMPLE-labelName-Value")
.isInlineLabelExistingInDatabase(true).build())))
.associationCount(965)
.associationEntity(new ArrayList<>(Arrays.asList(LogAnalyticsAssociation.builder()
.failureMessage("EXAMPLE-failureMessage-Value")
.agentId("ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value")
.timeLastAttempted(new Date("Sun Feb 27 06:36:51 UTC 2005"))
.retryCount(986L)
.sourceName("EXAMPLE-sourceName-Value")
.sourceDisplayName("EXAMPLE-sourceDisplayName-Value")
.sourceTypeName("EXAMPLE-sourceTypeName-Value")
.lifeCycleState(LogAnalyticsAssociation.LifeCycleState.Failed)
.entityId("ocid1.test.oc1..<unique_ID>EXAMPLE-entityId-Value")
.entityName("EXAMPLE-entityName-Value")
.entityTypeName("EXAMPLE-entityTypeName-Value")
.host("EXAMPLE-host-Value")
.agentEntityName("EXAMPLE-agentEntityName-Value")
.entityTypeDisplayName("EXAMPLE-entityTypeDisplayName-Value")
.logGroupId("ocid1.test.oc1..<unique_ID>EXAMPLE-logGroupId-Value")
.logGroupName("EXAMPLE-logGroupName-Value")
.logGroupCompartment("EXAMPLE-logGroupCompartment-Value")
.associationProperties(new ArrayList<>(Arrays.asList(AssociationProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value")
.patterns(new ArrayList<>(Arrays.asList(PatternOverride.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.value("EXAMPLE-value-Value")
.effectiveLevel("EXAMPLE-effectiveLevel-Value").build()))).build()))).build())))
.dataFilterDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceDataFilter.builder()
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(464L)
.isEnabled(true)
.fieldName("EXAMPLE-fieldName-Value")
.hashType(221)
.dataFilterId(821L)
.isSystem(true)
.matchRegularExpression("EXAMPLE-matchRegularExpression-Value")
.order(445L)
.path("EXAMPLE-path-Value")
.replacementString("EXAMPLE-replacementString-Value")
.sourceId(877L)
.filterType(LogAnalyticsSourceDataFilter.FilterType.DropString).build())))
.databaseCredential("EXAMPLE-databaseCredential-Value")
.extendedFieldDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceExtendedFieldDefinition.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(533L)
.facetPriority(26L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(false)
.isLargeData(true)
.isMultiValued(false)
.isPrimary(true)
.isSystem(true)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(true)
.rangeFacetEligible(364L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.displayRegularExpression("EXAMPLE-displayRegularExpression-Value")
.extendedFields(new ArrayList<>(Arrays.asList(LogAnalyticsExtendedField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(581L)
.facetPriority(192L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(false)
.isLargeData(true)
.isMultiValued(false)
.isPrimary(true)
.isSystem(true)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(false)
.rangeFacetEligible(590L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.extendedFieldDefinitionId(597L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldDisplayName("EXAMPLE-fieldDisplayName-Value")
.savedRegularExpressionName("EXAMPLE-savedRegularExpressionName-Value")
.extendedFieldId(506L).build())))
.baseFieldName("EXAMPLE-baseFieldName-Value")
.baseFieldLogText("EXAMPLE-baseFieldLogText-Value")
.conditionDataType("EXAMPLE-conditionDataType-Value")
.conditionField("EXAMPLE-conditionField-Value")
.conditionOperator("EXAMPLE-conditionOperator-Value")
.conditionValue("EXAMPLE-conditionValue-Value")
.convertedRegularExpression("EXAMPLE-convertedRegularExpression-Value")
.isEnabled(true)
.extendedFieldDefinitionId(373L)
.isSystem(false)
.regularExpression("EXAMPLE-regularExpression-Value")
.sourceId(16L)
.timeUpdated(new Date("Tue Jun 29 05:57:30 UTC 2049")).build())))
.isForCloud(true)
.labels(new ArrayList<>(Arrays.asList(LogAnalyticsLabelView.builder()
.aliases(new ArrayList<>(Arrays.asList(LogAnalyticsLabelAlias.builder()
.alias("EXAMPLE-alias-Value")
.aliasDisplayName("EXAMPLE-aliasDisplayName-Value")
.isSystem(true)
.displayName("EXAMPLE-displayName-Value")
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelAlias.Priority.Medium).build())))
.countUsageInAlertRule(662L)
.countUsageInSource(47L)
.id("EXAMPLE-id-Value")
.suggestType(406L)
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(157L)
.impact("EXAMPLE-impact-Value")
.isSystem(false)
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelView.Priority.Low)
.recommendation("EXAMPLE-recommendation-Value")
.type(663L)
.isUserDeleted(false).build())))
.metricDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsMetric.builder()
.aggregationField("EXAMPLE-aggregationField-Value")
.bucketMetadata("EXAMPLE-bucketMetadata-Value")
.clockPeriod("EXAMPLE-clockPeriod-Value")
.description("EXAMPLE-description-Value")
.editVersion(493L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.groupingField("EXAMPLE-groupingField-Value")
.isEnabled(false)
.isSystem(false)
.displayName("EXAMPLE-displayName-Value")
.metricReference(158L)
.name("EXAMPLE-name-Value")
.metricType(LogAnalyticsMetric.MetricType.AverageDistribution)
.isMetricSourceEnabled(true)
.operator(LogAnalyticsMetric.Operator.NotNull)
.entityType("EXAMPLE-entityType-Value")
.timeUpdated(new Date("Tue May 05 09:37:22 UTC 2015"))
.unitType("EXAMPLE-unitType-Value")
.isUserCustomized(true).build())))
.metrics(new ArrayList<>(Arrays.asList(LogAnalyticsSourceMetric.builder()
.isMetricSourceEnabled(true)
.metricName("EXAMPLE-metricName-Value")
.sourceName("EXAMPLE-sourceName-Value")
.entityType("EXAMPLE-entityType-Value").build())))
.parameters(new ArrayList<>(Arrays.asList(LogAnalyticsParameter.builder()
.defaultValue("EXAMPLE-defaultValue-Value")
.description("EXAMPLE-description-Value")
.isActive(false)
.name("EXAMPLE-name-Value")
.sourceId(687L).build())))
.patternCount(15)
.patterns(new ArrayList<>(Arrays.asList(LogAnalyticsSourcePattern.builder()
.convertedText("EXAMPLE-convertedText-Value")
.dbParserId(551L)
.dbPatternDateTimeColumns("EXAMPLE-dbPatternDateTimeColumns-Value")
.dbPatternDateTimeField("EXAMPLE-dbPatternDateTimeField-Value")
.dbPatternSequenceColumn("EXAMPLE-dbPatternSequenceColumn-Value")
.fields(new ArrayList<>(Arrays.asList(LogAnalyticsParserField.builder()
.field(LogAnalyticsField.builder()
.ceeAlias("EXAMPLE-ceeAlias-Value")
.dataType("EXAMPLE-dataType-Value")
.regularExpression("EXAMPLE-regularExpression-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(312L)
.facetPriority(657L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(true)
.isLargeData(false)
.isMultiValued(true)
.isPrimary(true)
.isSystem(false)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(true)
.rangeFacetEligible(16L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(359L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(925L)
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.isInclude(false)
.isDefault(true)
.patternFilter(LogAnalyticsPatternFilter.builder()
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(false)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.patternId(224L)
.sourceId(961L)
.version("EXAMPLE-version-Value").build())
.alias("EXAMPLE-alias-Value")
.description("EXAMPLE-description-Value")
.isEnabled(false)
.patternId(531L)
.isSystem(true)
.sourceId(825L)
.isAgentWarningSuppressed(true)
.patternText("EXAMPLE-patternText-Value")
.patternType(211L)
.entityType(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.patternProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())))
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(574L)
.functions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceFunction.builder()
.arguments(new ArrayList<>(Arrays.asList(LogAnalyticsMetaFunctionArgument.builder()
.isOverrideOutputFields(false)
.argumentDisplayName("EXAMPLE-argumentDisplayName-Value")
.argumentExample("EXAMPLE-argumentExample-Value")
.argumentService("EXAMPLE-argumentService-Value")
.argumentDataType("EXAMPLE-argumentDataType-Value")
.argumentDescription("EXAMPLE-argumentDescription-Value")
.argumentName("EXAMPLE-argumentName-Value")
.argumentOrder(406L)
.argumentType(851L)
.argumentId(314L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(569L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.isEnabled(true)
.function(LogAnalyticsMetaFunction.builder()
.metaFunctionArgument(new ArrayList<>(Arrays.asList(LogAnalyticsMetaFunctionArgument.builder()
.isOverrideOutputFields(false)
.argumentDisplayName("EXAMPLE-argumentDisplayName-Value")
.argumentExample("EXAMPLE-argumentExample-Value")
.argumentService("EXAMPLE-argumentService-Value")
.argumentDataType("EXAMPLE-argumentDataType-Value")
.argumentDescription("EXAMPLE-argumentDescription-Value")
.argumentName("EXAMPLE-argumentName-Value")
.argumentOrder(106L)
.argumentType(332L)
.argumentId(603L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(631L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.component("EXAMPLE-component-Value")
.description("EXAMPLE-description-Value")
.editVersion(762L)
.metaFunctionId(850L)
.javaClassName("EXAMPLE-javaClassName-Value")
.name("EXAMPLE-name-Value").build())
.functionName(LogAnalyticsSourceFunction.FunctionName.Geolocation)
.functionReference("EXAMPLE-functionReference-Value")
.sourceReference("EXAMPLE-sourceReference-Value")
.features(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.functionId(404L)
.order(520L)
.isSystem(false)
.lookupColumn("EXAMPLE-lookupColumn-Value")
.lookupColumnPosition(244L)
.lookupDisplayName("EXAMPLE-lookupDisplayName-Value")
.lookupMode(959L)
.lookupTable("EXAMPLE-lookupTable-Value")
.sourceId(59L).build())))
.sourceId(234L)
.name("EXAMPLE-name-Value")
.isSecureContent(false)
.isSystem(true)
.isAutoAssociationEnabled(true)
.isAutoAssociationOverride(false)
.ruleId(542L)
.typeName("EXAMPLE-typeName-Value")
.typeDisplayName("EXAMPLE-typeDisplayName-Value")
.warningConfig(64L)
.metadataFields(new ArrayList<>(Arrays.asList(LogAnalyticsSourceMetadataField.builder()
.fieldName("EXAMPLE-fieldName-Value")
.isEnabled(true)
.isSystem(false)
.key("EXAMPLE-key-Value")
.sourceName("EXAMPLE-sourceName-Value").build())))
.labelDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsLabelDefinition.builder()
.editVersion(117L)
.isSystem(false)
.sourceId(565L)
.labelName("EXAMPLE-labelName-Value").build())))
.entityTypes(new ArrayList<>(Arrays.asList(LogAnalyticsSourceEntityType.builder()
.sourceId(20L)
.entityType("EXAMPLE-entityType-Value")
.entityTypeCategory("EXAMPLE-entityTypeCategory-Value")
.entityTypeDisplayName("EXAMPLE-entityTypeDisplayName-Value").build())))
.isTimezoneOverride(false)
.timeUpdated(new Date("Sun Nov 29 21:41:30 UTC 2037"))
.eventTypes(new ArrayList<>(Arrays.asList(EventType.builder()
.eventTypeName("EXAMPLE-eventTypeName-Value")
.specVersion("EXAMPLE-specVersion-Value")
.isEnabled(true)
.isSystem(false)
.timeUpdated(new Date("Sun Jul 13 18:52:13 UTC 2003")).build())))
.categories(new ArrayList<>(Arrays.asList(LogAnalyticsCategory.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.type("EXAMPLE-type-Value")
.isSystem(false).build())))
.endpoints(new ArrayList<>(Arrays.asList(LogTypeEndpoint.builder()
.logEndpoint(LogEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(630L)
.request(EndpointRequest.builder()
.method(EndpointRequest.Method.Get)
.url("EXAMPLE-url-Value")
.contentType("EXAMPLE-contentType-Value")
.payload("EXAMPLE-payload-Value")
.headers(new ArrayList<>(Arrays.asList(NameValuePair.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build())))
.formParameters(new ArrayList<>(Arrays.asList(NameValuePair.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())
.response(EndpointResponse.builder()
.contentType("EXAMPLE-contentType-Value")
.example("EXAMPLE-example-Value").build())
.credentials(EndpointCredentials.builder()
.credentialType(EndpointCredentials.CredentialType.StaticToken)
.credentialName("EXAMPLE-credentialName-Value")
.credentialEndpoint(CredentialEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(49L)
.response(EndpointResponse.builder()
.contentType("EXAMPLE-contentType-Value")
.example("EXAMPLE-example-Value").build())
.proxy(EndpointProxy.builder()
.url("EXAMPLE-url-Value")
.credentialName("EXAMPLE-credentialName-Value")
.credentialType(EndpointProxy.CredentialType.BasicAuth).build()).build()).build())
.proxy(EndpointProxy.builder()
.url("EXAMPLE-url-Value")
.credentialName("EXAMPLE-credentialName-Value")
.credentialType(EndpointProxy.CredentialType.Token).build())
.isEnabled(true)
.isSystem(true)
.endpointProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build()).build())))
.sourceProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())))
.shouldTokenizeOriginalText(true)
.fieldDelimiter("EXAMPLE-fieldDelimiter-Value")
.fieldQualifier("EXAMPLE-fieldQualifier-Value")
.type(LogAnalyticsParser.Type.Json)
.isUserDeleted(true)
.isNamespaceAware(false)
.categories(new ArrayList<>(Arrays.asList(LogAnalyticsCategory.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.type("EXAMPLE-type-Value")
.isSystem(false).build()))).build())))
.categories(new ArrayList<>(Arrays.asList(LogAnalyticsCategory.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.type("EXAMPLE-type-Value")
.isSystem(true).build())))
.endpoints(new ArrayList<>(Arrays.asList(LogTypeEndpoint.builder()
.logEndpoint(LogEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(881L)
.request(EndpointRequest.builder()
.method(EndpointRequest.Method.Get)
.url("EXAMPLE-url-Value")
.contentType("EXAMPLE-contentType-Value")
.payload("EXAMPLE-payload-Value")
.headers(new ArrayList<>(Arrays.asList(NameValuePair.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build())))
.formParameters(new ArrayList<>(Arrays.asList(NameValuePair.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build())
.response(EndpointResponse.builder()
.contentType("EXAMPLE-contentType-Value")
.example("EXAMPLE-example-Value").build())
.credentials(EndpointCredentials.builder()
.credentialType(EndpointCredentials.CredentialType.BasicAuth)
.credentialName("EXAMPLE-credentialName-Value")
.credentialEndpoint(CredentialEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(590L)
.response(EndpointResponse.builder()
.contentType("EXAMPLE-contentType-Value")
.example("EXAMPLE-example-Value").build())
.proxy(EndpointProxy.builder()
.url("EXAMPLE-url-Value")
.credentialName("EXAMPLE-credentialName-Value")
.credentialType(EndpointProxy.CredentialType.BasicAuth).build()).build()).build())
.proxy(EndpointProxy.builder()
.url("EXAMPLE-url-Value")
.credentialName("EXAMPLE-credentialName-Value")
.credentialType(EndpointProxy.CredentialType.BasicAuth).build())
.isEnabled(false)
.isSystem(false)
.endpointProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build()).build())))
.sourceProperties(new ArrayList<>(Arrays.asList(LogAnalyticsProperty.builder()
.name("EXAMPLE-name-Value")
.value("EXAMPLE-value-Value").build()))).build();
ValidateSourceRequest validateSourceRequest = ValidateSourceRequest.builder()
.namespaceName("EXAMPLE-namespaceName-Value")
.upsertLogAnalyticsSourceDetails(upsertLogAnalyticsSourceDetails)
.createLikeSourceId(750)
.isIncremental(false)
.isIgnoreWarning(false)
.opcRetryToken("EXAMPLE-opcRetryToken-Value")
.opcRequestId("OTDBJ3LVOLPYINLUZJOQ<unique_ID>").build();
/* Send request to the Client */
ValidateSourceResponse response = client.validateSource(validateSourceRequest);
}
}