/** 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 UpsertSourceExample {
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(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(774L)
.isSystem(true)
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.sourceId(401L)
.labelDisplayName("EXAMPLE-labelDisplayName-Value")
.storageField("EXAMPLE-storageField-Value")
.labelName("EXAMPLE-labelName-Value")
.isInlineLabelExistingInDatabase(false).build())))
.dataFilterDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsSourceDataFilter.builder()
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(435L)
.isEnabled(true)
.fieldName("EXAMPLE-fieldName-Value")
.hashType(328)
.dataFilterId(459L)
.isSystem(true)
.matchRegularExpression("EXAMPLE-matchRegularExpression-Value")
.order(438L)
.path("EXAMPLE-path-Value")
.replacementString("EXAMPLE-replacementString-Value")
.sourceId(577L)
.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(424L)
.facetPriority(374L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(true)
.isLargeData(true)
.isMultiValued(true)
.isPrimary(false)
.isSystem(false)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(false)
.rangeFacetEligible(237L)
.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(258L)
.facetPriority(830L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(false)
.isMultiValued(true)
.isPrimary(false)
.isSystem(false)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(true)
.rangeFacetEligible(402L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.extendedFieldDefinitionId(203L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldDisplayName("EXAMPLE-fieldDisplayName-Value")
.savedRegularExpressionName("EXAMPLE-savedRegularExpressionName-Value")
.extendedFieldId(778L).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(950L)
.isSystem(true)
.regularExpression("EXAMPLE-regularExpression-Value")
.sourceId(501L)
.timeUpdated(new Date("Wed Oct 16 20:26:48 UTC 2047")).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.High).build())))
.countUsageInAlertRule(159L)
.countUsageInSource(964L)
.id("EXAMPLE-id-Value")
.suggestType(41L)
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(48L)
.impact("EXAMPLE-impact-Value")
.isSystem(true)
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelView.Priority.None)
.recommendation("EXAMPLE-recommendation-Value")
.type(218L)
.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(788L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.groupingField("EXAMPLE-groupingField-Value")
.isEnabled(false)
.isSystem(false)
.displayName("EXAMPLE-displayName-Value")
.metricReference(104L)
.name("EXAMPLE-name-Value")
.metricType(LogAnalyticsMetric.MetricType.SumDistribution)
.isMetricSourceEnabled(true)
.operator(LogAnalyticsMetric.Operator.InIgnoreCase)
.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(440L)
.isSystem(false)
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.sourceId(151L)
.labelDisplayName("EXAMPLE-labelDisplayName-Value")
.storageField("EXAMPLE-storageField-Value")
.labelName("EXAMPLE-labelName-Value")
.isInlineLabelExistingInDatabase(true).build())))
.associationCount(277)
.associationEntity(new ArrayList<>(Arrays.asList(LogAnalyticsAssociation.builder()
.failureMessage("EXAMPLE-failureMessage-Value")
.agentId("ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value")
.timeLastAttempted(new Date("Sun Dec 29 21:55:08 UTC 2047"))
.retryCount(348L)
.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(958L)
.isEnabled(true)
.fieldName("EXAMPLE-fieldName-Value")
.hashType(827)
.dataFilterId(705L)
.isSystem(true)
.matchRegularExpression("EXAMPLE-matchRegularExpression-Value")
.order(675L)
.path("EXAMPLE-path-Value")
.replacementString("EXAMPLE-replacementString-Value")
.sourceId(14L)
.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(712L)
.facetPriority(644L)
.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(false)
.rangeFacetEligible(64L)
.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(277L)
.facetPriority(590L)
.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(false)
.rangeFacetEligible(918L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.extendedFieldDefinitionId(143L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldDisplayName("EXAMPLE-fieldDisplayName-Value")
.savedRegularExpressionName("EXAMPLE-savedRegularExpressionName-Value")
.extendedFieldId(148L).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(41L)
.isSystem(false)
.regularExpression("EXAMPLE-regularExpression-Value")
.sourceId(850L)
.timeUpdated(new Date("Thu Jan 25 21:40:36 UTC 2046")).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.Low).build())))
.countUsageInAlertRule(3L)
.countUsageInSource(804L)
.id("EXAMPLE-id-Value")
.suggestType(895L)
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(922L)
.impact("EXAMPLE-impact-Value")
.isSystem(false)
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelView.Priority.None)
.recommendation("EXAMPLE-recommendation-Value")
.type(196L)
.isUserDeleted(true).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(154L)
.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(676L)
.facetPriority(358L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(false)
.isMultiValued(false)
.isPrimary(false)
.isSystem(false)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(false)
.rangeFacetEligible(282L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(293L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(787L)
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.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("Thu Jun 05 01:38:55 UTC 2008"))
.logTypeTestRequestVersion(750)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(true)
.parserSequence(887)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(690L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(950L)
.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(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(573L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(false)
.isSystem(true)
.parserId(314L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(577L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(381L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(685L)
.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(653L)
.shouldTokenizeOriginalText(false)
.fieldDelimiter("EXAMPLE-fieldDelimiter-Value")
.fieldQualifier("EXAMPLE-fieldQualifier-Value")
.type(LogAnalyticsParser.Type.Delimited)
.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(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(153L).build())))
.patternCount(55)
.patterns(new ArrayList<>(Arrays.asList(LogAnalyticsSourcePattern.builder()
.convertedText("EXAMPLE-convertedText-Value")
.dbParserId(537L)
.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(64L)
.facetPriority(117L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(false)
.isLargeData(true)
.isMultiValued(true)
.isPrimary(false)
.isSystem(false)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(false)
.rangeFacetEligible(123L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(509L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(259L)
.parser(LogAnalyticsParser.builder()
.content("EXAMPLE-content-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(259L)
.encoding("EXAMPLE-encoding-Value")
.exampleContent("EXAMPLE-exampleContent-Value")
.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("Wed Jan 18 18:35:18 UTC 2034"))
.logTypeTestRequestVersion(391)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(false)
.parserSequence(519)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(442L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(48L)
.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(770L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(false)
.isSystem(true)
.parserId(937L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(405L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(636L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(586L)
.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(704L)
.shouldTokenizeOriginalText(false)
.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())
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.isInclude(true)
.isDefault(true)
.patternFilter(LogAnalyticsPatternFilter.builder()
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(true)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.patternId(695L)
.sourceId(431L)
.version("EXAMPLE-version-Value").build())
.alias("EXAMPLE-alias-Value")
.description("EXAMPLE-description-Value")
.isEnabled(false)
.patternId(576L)
.isSystem(true)
.sourceId(71L)
.isAgentWarningSuppressed(false)
.patternText("EXAMPLE-patternText-Value")
.patternType(885L)
.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(446L)
.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(707L)
.argumentType(129L)
.argumentId(574L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(593L)
.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(589L)
.argumentType(293L)
.argumentId(430L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(484L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.component("EXAMPLE-component-Value")
.description("EXAMPLE-description-Value")
.editVersion(586L)
.metaFunctionId(23L)
.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(349L)
.order(74L)
.isSystem(true)
.lookupColumn("EXAMPLE-lookupColumn-Value")
.lookupColumnPosition(256L)
.lookupDisplayName("EXAMPLE-lookupDisplayName-Value")
.lookupMode(185L)
.lookupTable("EXAMPLE-lookupTable-Value")
.sourceId(862L).build())))
.sourceId(855L)
.name("EXAMPLE-name-Value")
.isSecureContent(false)
.isSystem(true)
.parsers(new ArrayList<>(Arrays.asList(LogAnalyticsParser.builder()
.content("EXAMPLE-content-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(986L)
.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(521L)
.facetPriority(920L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(true)
.isMultiValued(false)
.isPrimary(true)
.isSystem(false)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(true)
.rangeFacetEligible(972L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(345L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(902L)
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.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("Mon Apr 05 09:00:19 UTC 2038"))
.logTypeTestRequestVersion(744)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(false)
.parserSequence(121)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(741L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(513L)
.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(802L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(true)
.isSystem(false)
.parserId(545L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(114L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(626L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(180L)
.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(540L)
.shouldTokenizeOriginalText(false)
.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(true).build()))).build())))
.isAutoAssociationEnabled(false)
.isAutoAssociationOverride(true)
.ruleId(471L)
.typeName("EXAMPLE-typeName-Value")
.typeDisplayName("EXAMPLE-typeDisplayName-Value")
.warningConfig(740L)
.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(950L)
.isSystem(true)
.sourceId(382L)
.labelName("EXAMPLE-labelName-Value").build())))
.entityTypes(new ArrayList<>(Arrays.asList(LogAnalyticsSourceEntityType.builder()
.sourceId(523L)
.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(264L)
.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(692L)
.facetPriority(773L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(false)
.isLargeData(true)
.isMultiValued(true)
.isPrimary(true)
.isSystem(true)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(false)
.rangeFacetEligible(280L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(830L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(873L)
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.footerContent("EXAMPLE-footerContent-Value")
.headerContent("EXAMPLE-headerContent-Value")
.name("EXAMPLE-name-Value")
.isDefault(false)
.isSingleLineContent(false)
.isSystem(true)
.language("EXAMPLE-language-Value")
.timeUpdated(new Date("Tue Sep 09 17:41:23 UTC 2014"))
.logTypeTestRequestVersion(863)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(true)
.parserSequence(746)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(948L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(276L)
.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(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(249L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(false)
.isSystem(true)
.parserId(709L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(296L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(958L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(118L)
.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(86L)
.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())))
.timeUpdated(new Date("Wed Jul 13 11:15:01 UTC 2044"))
.eventTypes(new ArrayList<>(Arrays.asList(EventType.builder()
.eventTypeName("EXAMPLE-eventTypeName-Value")
.specVersion("EXAMPLE-specVersion-Value")
.isEnabled(false)
.isSystem(true)
.timeUpdated(new Date("Tue Oct 29 07:25:23 UTC 2024")).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(618L)
.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(580L)
.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(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())))
.entityType("EXAMPLE-entityType-Value")
.timeUpdated(new Date("Sat Jun 04 07:28:40 UTC 2016"))
.unitType("EXAMPLE-unitType-Value")
.isUserCustomized(true).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(908L)
.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(777L)
.facetPriority(538L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(false)
.isLargeData(true)
.isMultiValued(false)
.isPrimary(true)
.isSystem(false)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(true)
.rangeFacetEligible(558L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(920L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(395L)
.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("Wed Oct 05 12:54:14 UTC 2039"))
.logTypeTestRequestVersion(814)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(true)
.parserSequence(523)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(91L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(9L)
.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(226L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(false)
.isSystem(false)
.parserId(352L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(785L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(286L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(381L)
.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(942L)
.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(true)
.fieldName("EXAMPLE-fieldName-Value")
.labelConditionId(189L)
.isSystem(false)
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.sourceId(402L)
.labelDisplayName("EXAMPLE-labelDisplayName-Value")
.storageField("EXAMPLE-storageField-Value")
.labelName("EXAMPLE-labelName-Value")
.isInlineLabelExistingInDatabase(true).build())))
.associationCount(426)
.associationEntity(new ArrayList<>(Arrays.asList(LogAnalyticsAssociation.builder()
.failureMessage("EXAMPLE-failureMessage-Value")
.agentId("ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value")
.timeLastAttempted(new Date("Sun Aug 28 05:14:47 UTC 2039"))
.retryCount(972L)
.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(286L)
.isEnabled(true)
.fieldName("EXAMPLE-fieldName-Value")
.hashType(650)
.dataFilterId(954L)
.isSystem(true)
.matchRegularExpression("EXAMPLE-matchRegularExpression-Value")
.order(507L)
.path("EXAMPLE-path-Value")
.replacementString("EXAMPLE-replacementString-Value")
.sourceId(640L)
.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(678L)
.facetPriority(309L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(true)
.isLargeData(false)
.isMultiValued(false)
.isPrimary(false)
.isSystem(false)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(true)
.rangeFacetEligible(208L)
.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(129L)
.facetPriority(952L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(false)
.isLargeData(true)
.isMultiValued(true)
.isPrimary(false)
.isSystem(true)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(true)
.rangeFacetEligible(698L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.extendedFieldDefinitionId(766L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldDisplayName("EXAMPLE-fieldDisplayName-Value")
.savedRegularExpressionName("EXAMPLE-savedRegularExpressionName-Value")
.extendedFieldId(166L).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(954L)
.isSystem(false)
.regularExpression("EXAMPLE-regularExpression-Value")
.sourceId(215L)
.timeUpdated(new Date("Sun Mar 16 23:18:16 UTC 2042")).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.Low).build())))
.countUsageInAlertRule(9L)
.countUsageInSource(59L)
.id("EXAMPLE-id-Value")
.suggestType(678L)
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(817L)
.impact("EXAMPLE-impact-Value")
.isSystem(false)
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelView.Priority.Medium)
.recommendation("EXAMPLE-recommendation-Value")
.type(721L)
.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(669L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.groupingField("EXAMPLE-groupingField-Value")
.isEnabled(true)
.isSystem(true)
.displayName("EXAMPLE-displayName-Value")
.metricReference(350L)
.name("EXAMPLE-name-Value")
.metricType(LogAnalyticsMetric.MetricType.SumDistribution)
.isMetricSourceEnabled(false)
.operator(LogAnalyticsMetric.Operator.InIgnoreCase)
.entityType("EXAMPLE-entityType-Value")
.timeUpdated(new Date("Fri May 14 07:34:43 UTC 2049"))
.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())))
.parameters(new ArrayList<>(Arrays.asList(LogAnalyticsParameter.builder()
.defaultValue("EXAMPLE-defaultValue-Value")
.description("EXAMPLE-description-Value")
.isActive(false)
.name("EXAMPLE-name-Value")
.sourceId(887L).build())))
.patternCount(669)
.patterns(new ArrayList<>(Arrays.asList(LogAnalyticsSourcePattern.builder()
.convertedText("EXAMPLE-convertedText-Value")
.dbParserId(905L)
.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(888L)
.facetPriority(777L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(false)
.isLargeData(false)
.isMultiValued(false)
.isPrimary(false)
.isSystem(false)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(true)
.rangeFacetEligible(233L)
.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(174L)
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.isInclude(true)
.isDefault(false)
.patternFilter(LogAnalyticsPatternFilter.builder()
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(false)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.patternId(148L)
.sourceId(478L)
.version("EXAMPLE-version-Value").build())
.alias("EXAMPLE-alias-Value")
.description("EXAMPLE-description-Value")
.isEnabled(false)
.patternId(437L)
.isSystem(true)
.sourceId(734L)
.isAgentWarningSuppressed(true)
.patternText("EXAMPLE-patternText-Value")
.patternType(283L)
.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(603L)
.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(683L)
.argumentType(165L)
.argumentId(708L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(326L)
.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(964L)
.argumentType(417L)
.argumentId(248L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(653L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.component("EXAMPLE-component-Value")
.description("EXAMPLE-description-Value")
.editVersion(580L)
.metaFunctionId(745L)
.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(246L)
.order(669L)
.isSystem(true)
.lookupColumn("EXAMPLE-lookupColumn-Value")
.lookupColumnPosition(138L)
.lookupDisplayName("EXAMPLE-lookupDisplayName-Value")
.lookupMode(338L)
.lookupTable("EXAMPLE-lookupTable-Value")
.sourceId(457L).build())))
.sourceId(372L)
.name("EXAMPLE-name-Value")
.isSecureContent(true)
.isSystem(false)
.isAutoAssociationEnabled(true)
.isAutoAssociationOverride(false)
.ruleId(227L)
.typeName("EXAMPLE-typeName-Value")
.typeDisplayName("EXAMPLE-typeDisplayName-Value")
.warningConfig(730L)
.metadataFields(new ArrayList<>(Arrays.asList(LogAnalyticsSourceMetadataField.builder()
.fieldName("EXAMPLE-fieldName-Value")
.isEnabled(false)
.isSystem(true)
.key("EXAMPLE-key-Value")
.sourceName("EXAMPLE-sourceName-Value").build())))
.labelDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsLabelDefinition.builder()
.editVersion(212L)
.isSystem(false)
.sourceId(181L)
.labelName("EXAMPLE-labelName-Value").build())))
.entityTypes(new ArrayList<>(Arrays.asList(LogAnalyticsSourceEntityType.builder()
.sourceId(364L)
.entityType("EXAMPLE-entityType-Value")
.entityTypeCategory("EXAMPLE-entityTypeCategory-Value")
.entityTypeDisplayName("EXAMPLE-entityTypeDisplayName-Value").build())))
.isTimezoneOverride(true)
.timeUpdated(new Date("Tue Sep 15 02:27:55 UTC 2026"))
.eventTypes(new ArrayList<>(Arrays.asList(EventType.builder()
.eventTypeName("EXAMPLE-eventTypeName-Value")
.specVersion("EXAMPLE-specVersion-Value")
.isEnabled(false)
.isSystem(true)
.timeUpdated(new Date("Thu Sep 30 15:31:56 UTC 2038")).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(862L)
.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(931L)
.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.BasicAuth).build())
.isEnabled(false)
.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.Delimited)
.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(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(549L).build())))
.patterns(new ArrayList<>(Arrays.asList(LogAnalyticsSourcePattern.builder()
.convertedText("EXAMPLE-convertedText-Value")
.dbParserId(66L)
.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(952L)
.facetPriority(251L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(false)
.isMultiValued(true)
.isPrimary(false)
.isSystem(false)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(false)
.rangeFacetEligible(644L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(5L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(161L)
.parser(LogAnalyticsParser.builder()
.content("EXAMPLE-content-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(979L)
.encoding("EXAMPLE-encoding-Value")
.exampleContent("EXAMPLE-exampleContent-Value")
.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 Apr 09 08:28:54 UTC 2009"))
.logTypeTestRequestVersion(780)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(true)
.parserSequence(168)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(480L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(486L)
.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(63L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(false)
.isSystem(true)
.parserId(743L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(497L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(651L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(82L)
.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(863L)
.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(139L)
.isSystem(true)
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.sourceId(958L)
.labelDisplayName("EXAMPLE-labelDisplayName-Value")
.storageField("EXAMPLE-storageField-Value")
.labelName("EXAMPLE-labelName-Value")
.isInlineLabelExistingInDatabase(true).build())))
.associationCount(620)
.associationEntity(new ArrayList<>(Arrays.asList(LogAnalyticsAssociation.builder()
.failureMessage("EXAMPLE-failureMessage-Value")
.agentId("ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value")
.timeLastAttempted(new Date("Tue Feb 04 21:37:07 UTC 2025"))
.retryCount(489L)
.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(637L)
.isEnabled(false)
.fieldName("EXAMPLE-fieldName-Value")
.hashType(137)
.dataFilterId(324L)
.isSystem(true)
.matchRegularExpression("EXAMPLE-matchRegularExpression-Value")
.order(13L)
.path("EXAMPLE-path-Value")
.replacementString("EXAMPLE-replacementString-Value")
.sourceId(605L)
.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(687L)
.facetPriority(808L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(false)
.isMultiValued(false)
.isPrimary(false)
.isSystem(false)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(true)
.rangeFacetEligible(556L)
.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(579L)
.facetPriority(27L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(true)
.isMultiValued(false)
.isPrimary(false)
.isSystem(true)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(true)
.rangeFacetEligible(590L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.extendedFieldDefinitionId(163L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldDisplayName("EXAMPLE-fieldDisplayName-Value")
.savedRegularExpressionName("EXAMPLE-savedRegularExpressionName-Value")
.extendedFieldId(578L).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(849L)
.isSystem(false)
.regularExpression("EXAMPLE-regularExpression-Value")
.sourceId(290L)
.timeUpdated(new Date("Fri Apr 19 22:39:32 UTC 2030")).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.Low).build())))
.countUsageInAlertRule(620L)
.countUsageInSource(873L)
.id("EXAMPLE-id-Value")
.suggestType(683L)
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(363L)
.impact("EXAMPLE-impact-Value")
.isSystem(true)
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelView.Priority.Low)
.recommendation("EXAMPLE-recommendation-Value")
.type(647L)
.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(134L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.groupingField("EXAMPLE-groupingField-Value")
.isEnabled(true)
.isSystem(true)
.displayName("EXAMPLE-displayName-Value")
.metricReference(40L)
.name("EXAMPLE-name-Value")
.metricType(LogAnalyticsMetric.MetricType.Average)
.isMetricSourceEnabled(false)
.operator(LogAnalyticsMetric.Operator.EqualIgnoreCase)
.entityType("EXAMPLE-entityType-Value")
.timeUpdated(new Date("Tue Jul 10 12:38:20 UTC 2018"))
.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(true)
.name("EXAMPLE-name-Value")
.sourceId(241L).build())))
.patternCount(979)
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(522L)
.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(754L)
.argumentType(920L)
.argumentId(292L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(416L)
.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(867L)
.argumentType(515L)
.argumentId(897L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(211L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.component("EXAMPLE-component-Value")
.description("EXAMPLE-description-Value")
.editVersion(771L)
.metaFunctionId(698L)
.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(181L)
.order(441L)
.isSystem(false)
.lookupColumn("EXAMPLE-lookupColumn-Value")
.lookupColumnPosition(269L)
.lookupDisplayName("EXAMPLE-lookupDisplayName-Value")
.lookupMode(178L)
.lookupTable("EXAMPLE-lookupTable-Value")
.sourceId(57L).build())))
.sourceId(168L)
.name("EXAMPLE-name-Value")
.isSecureContent(false)
.isSystem(false)
.isAutoAssociationEnabled(true)
.isAutoAssociationOverride(true)
.ruleId(463L)
.typeName("EXAMPLE-typeName-Value")
.typeDisplayName("EXAMPLE-typeDisplayName-Value")
.warningConfig(366L)
.metadataFields(new ArrayList<>(Arrays.asList(LogAnalyticsSourceMetadataField.builder()
.fieldName("EXAMPLE-fieldName-Value")
.isEnabled(false)
.isSystem(true)
.key("EXAMPLE-key-Value")
.sourceName("EXAMPLE-sourceName-Value").build())))
.labelDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsLabelDefinition.builder()
.editVersion(579L)
.isSystem(false)
.sourceId(885L)
.labelName("EXAMPLE-labelName-Value").build())))
.entityTypes(new ArrayList<>(Arrays.asList(LogAnalyticsSourceEntityType.builder()
.sourceId(346L)
.entityType("EXAMPLE-entityType-Value")
.entityTypeCategory("EXAMPLE-entityTypeCategory-Value")
.entityTypeDisplayName("EXAMPLE-entityTypeDisplayName-Value").build())))
.isTimezoneOverride(false)
.timeUpdated(new Date("Thu Mar 19 20:39:56 UTC 2026"))
.eventTypes(new ArrayList<>(Arrays.asList(EventType.builder()
.eventTypeName("EXAMPLE-eventTypeName-Value")
.specVersion("EXAMPLE-specVersion-Value")
.isEnabled(true)
.isSystem(true)
.timeUpdated(new Date("Tue May 05 12:05:38 UTC 2026")).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(856L)
.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(800L)
.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(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.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(false).build()))).build())
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.isInclude(true)
.isDefault(true)
.patternFilter(LogAnalyticsPatternFilter.builder()
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(true)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.patternId(396L)
.sourceId(382L)
.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(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(870L)
.isSystem(false)
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.sourceId(600L)
.labelDisplayName("EXAMPLE-labelDisplayName-Value")
.storageField("EXAMPLE-storageField-Value")
.labelName("EXAMPLE-labelName-Value")
.isInlineLabelExistingInDatabase(true).build())))
.associationCount(23)
.associationEntity(new ArrayList<>(Arrays.asList(LogAnalyticsAssociation.builder()
.failureMessage("EXAMPLE-failureMessage-Value")
.agentId("ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value")
.timeLastAttempted(new Date("Wed Jun 14 13:40:44 UTC 2028"))
.retryCount(193L)
.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(180L)
.isEnabled(true)
.fieldName("EXAMPLE-fieldName-Value")
.hashType(140)
.dataFilterId(659L)
.isSystem(false)
.matchRegularExpression("EXAMPLE-matchRegularExpression-Value")
.order(222L)
.path("EXAMPLE-path-Value")
.replacementString("EXAMPLE-replacementString-Value")
.sourceId(911L)
.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(807L)
.facetPriority(454L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(false)
.isLargeData(true)
.isMultiValued(true)
.isPrimary(false)
.isSystem(true)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(false)
.rangeFacetEligible(178L)
.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(501L)
.facetPriority(953L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(true)
.isLargeData(false)
.isMultiValued(false)
.isPrimary(false)
.isSystem(false)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(false)
.rangeFacetEligible(787L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.extendedFieldDefinitionId(249L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldDisplayName("EXAMPLE-fieldDisplayName-Value")
.savedRegularExpressionName("EXAMPLE-savedRegularExpressionName-Value")
.extendedFieldId(158L).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(246L)
.isSystem(true)
.regularExpression("EXAMPLE-regularExpression-Value")
.sourceId(624L)
.timeUpdated(new Date("Sun Jun 12 00:03:50 UTC 2016")).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.Low).build())))
.countUsageInAlertRule(274L)
.countUsageInSource(340L)
.id("EXAMPLE-id-Value")
.suggestType(972L)
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(282L)
.impact("EXAMPLE-impact-Value")
.isSystem(true)
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelView.Priority.High)
.recommendation("EXAMPLE-recommendation-Value")
.type(605L)
.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(624L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.groupingField("EXAMPLE-groupingField-Value")
.isEnabled(true)
.isSystem(false)
.displayName("EXAMPLE-displayName-Value")
.metricReference(333L)
.name("EXAMPLE-name-Value")
.metricType(LogAnalyticsMetric.MetricType.SumDistribution)
.isMetricSourceEnabled(false)
.operator(LogAnalyticsMetric.Operator.EqualIgnoreCase)
.entityType("EXAMPLE-entityType-Value")
.timeUpdated(new Date("Sun Sep 09 20:05:33 UTC 2007"))
.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(933L)
.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(355L)
.facetPriority(629L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(false)
.isLargeData(false)
.isMultiValued(true)
.isPrimary(false)
.isSystem(false)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(false)
.rangeFacetEligible(643L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(757L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(394L)
.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 Nov 17 11:41:28 UTC 2039"))
.logTypeTestRequestVersion(743)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(true)
.parserSequence(508)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(244L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(128L)
.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(182L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(false)
.isSystem(false)
.parserId(570L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(791L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(149L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(460L)
.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(624L)
.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(false).build()))).build())))
.parameters(new ArrayList<>(Arrays.asList(LogAnalyticsParameter.builder()
.defaultValue("EXAMPLE-defaultValue-Value")
.description("EXAMPLE-description-Value")
.isActive(true)
.name("EXAMPLE-name-Value")
.sourceId(762L).build())))
.patternCount(307)
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(320L)
.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(179L)
.argumentType(211L)
.argumentId(146L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(553L)
.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(506L)
.argumentType(741L)
.argumentId(662L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(482L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.component("EXAMPLE-component-Value")
.description("EXAMPLE-description-Value")
.editVersion(276L)
.metaFunctionId(532L)
.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(962L)
.order(104L)
.isSystem(false)
.lookupColumn("EXAMPLE-lookupColumn-Value")
.lookupColumnPosition(307L)
.lookupDisplayName("EXAMPLE-lookupDisplayName-Value")
.lookupMode(79L)
.lookupTable("EXAMPLE-lookupTable-Value")
.sourceId(505L).build())))
.sourceId(964L)
.name("EXAMPLE-name-Value")
.isSecureContent(true)
.isSystem(true)
.parsers(new ArrayList<>(Arrays.asList(LogAnalyticsParser.builder()
.content("EXAMPLE-content-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(753L)
.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(596L)
.facetPriority(846L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(false)
.isMultiValued(false)
.isPrimary(true)
.isSystem(false)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(false)
.rangeFacetEligible(424L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(846L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(553L)
.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("Sat Nov 25 05:35:38 UTC 2000"))
.logTypeTestRequestVersion(654)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(true)
.parserSequence(647)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(33L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(550L)
.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(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(881L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(false)
.isSystem(true)
.parserId(475L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(733L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(173L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(466L)
.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(224L)
.shouldTokenizeOriginalText(true)
.fieldDelimiter("EXAMPLE-fieldDelimiter-Value")
.fieldQualifier("EXAMPLE-fieldQualifier-Value")
.type(LogAnalyticsParser.Type.Regex)
.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(true).build()))).build())))
.isAutoAssociationEnabled(false)
.isAutoAssociationOverride(false)
.ruleId(236L)
.typeName("EXAMPLE-typeName-Value")
.typeDisplayName("EXAMPLE-typeDisplayName-Value")
.warningConfig(483L)
.metadataFields(new ArrayList<>(Arrays.asList(LogAnalyticsSourceMetadataField.builder()
.fieldName("EXAMPLE-fieldName-Value")
.isEnabled(false)
.isSystem(true)
.key("EXAMPLE-key-Value")
.sourceName("EXAMPLE-sourceName-Value").build())))
.labelDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsLabelDefinition.builder()
.editVersion(572L)
.isSystem(false)
.sourceId(687L)
.labelName("EXAMPLE-labelName-Value").build())))
.entityTypes(new ArrayList<>(Arrays.asList(LogAnalyticsSourceEntityType.builder()
.sourceId(82L)
.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(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(612L)
.facetPriority(372L)
.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(false)
.rangeFacetEligible(436L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(515L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(841L)
.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("Fri Nov 05 01:25:59 UTC 2021"))
.logTypeTestRequestVersion(764)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(true)
.parserSequence(223)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(895L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(520L)
.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(942L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(true)
.isSystem(true)
.parserId(314L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(135L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(844L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(313L)
.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(487L)
.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(true).build()))).build())))
.timeUpdated(new Date("Tue Aug 11 05:36:01 UTC 2015"))
.eventTypes(new ArrayList<>(Arrays.asList(EventType.builder()
.eventTypeName("EXAMPLE-eventTypeName-Value")
.specVersion("EXAMPLE-specVersion-Value")
.isEnabled(true)
.isSystem(true)
.timeUpdated(new Date("Sat Aug 13 19:07:47 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(true).build())))
.endpoints(new ArrayList<>(Arrays.asList(LogListTypeEndpoint.builder()
.listEndpoint(LogListEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(860L)
.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(44L)
.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())
.logEndpoints(new ArrayList<>(Arrays.asList(LogEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(587L)
.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.None)
.credentialName("EXAMPLE-credentialName-Value")
.credentialEndpoint(CredentialEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(217L)
.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(false)
.patternId(549L)
.isSystem(false)
.sourceId(79L)
.isAgentWarningSuppressed(false)
.patternText("EXAMPLE-patternText-Value")
.patternType(582L)
.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(984L)
.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(444L)
.argumentType(618L)
.argumentId(547L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(262L)
.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(139L)
.argumentType(807L)
.argumentId(72L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(646L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.component("EXAMPLE-component-Value")
.description("EXAMPLE-description-Value")
.editVersion(790L)
.metaFunctionId(541L)
.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(526L)
.order(278L)
.isSystem(false)
.lookupColumn("EXAMPLE-lookupColumn-Value")
.lookupColumnPosition(68L)
.lookupDisplayName("EXAMPLE-lookupDisplayName-Value")
.lookupMode(271L)
.lookupTable("EXAMPLE-lookupTable-Value")
.sourceId(828L).build())))
.sourceId(759L)
.name("EXAMPLE-name-Value")
.isSecureContent(false)
.isSystem(true)
.parsers(new ArrayList<>(Arrays.asList(LogAnalyticsParser.builder()
.content("EXAMPLE-content-Value")
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(288L)
.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(571L)
.facetPriority(91L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(false)
.isLargeData(true)
.isMultiValued(false)
.isPrimary(true)
.isSystem(false)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(false)
.rangeFacetEligible(878L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(390L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(116L)
.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("Mon Mar 19 14:03:54 UTC 2001"))
.logTypeTestRequestVersion(990)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(false)
.parserSequence(911)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(189L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(755L)
.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(false)
.pluginName("EXAMPLE-pluginName-Value")
.type("EXAMPLE-type-Value").build())))
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.name("EXAMPLE-name-Value").build())
.parserFunctionId(75L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(true)
.isSystem(false)
.parserId(753L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(731L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(282L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(670L)
.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(334L)
.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(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(656L)
.isSystem(true)
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.sourceId(538L)
.labelDisplayName("EXAMPLE-labelDisplayName-Value")
.storageField("EXAMPLE-storageField-Value")
.labelName("EXAMPLE-labelName-Value")
.isInlineLabelExistingInDatabase(false).build())))
.associationCount(704)
.associationEntity(new ArrayList<>(Arrays.asList(LogAnalyticsAssociation.builder()
.failureMessage("EXAMPLE-failureMessage-Value")
.agentId("ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value")
.timeLastAttempted(new Date("Sun Nov 11 16:44:33 UTC 2035"))
.retryCount(845L)
.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(846L)
.isEnabled(true)
.fieldName("EXAMPLE-fieldName-Value")
.hashType(909)
.dataFilterId(876L)
.isSystem(false)
.matchRegularExpression("EXAMPLE-matchRegularExpression-Value")
.order(580L)
.path("EXAMPLE-path-Value")
.replacementString("EXAMPLE-replacementString-Value")
.sourceId(891L)
.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(347L)
.facetPriority(581L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(false)
.isLargeData(true)
.isMultiValued(true)
.isPrimary(false)
.isSystem(true)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(false)
.rangeFacetEligible(879L)
.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(880L)
.facetPriority(705L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(false)
.isMultiValued(true)
.isPrimary(true)
.isSystem(true)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(true)
.rangeFacetEligible(489L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.extendedFieldDefinitionId(584L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldDisplayName("EXAMPLE-fieldDisplayName-Value")
.savedRegularExpressionName("EXAMPLE-savedRegularExpressionName-Value")
.extendedFieldId(61L).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(896L)
.isSystem(true)
.regularExpression("EXAMPLE-regularExpression-Value")
.sourceId(843L)
.timeUpdated(new Date("Sun May 15 05:33:03 UTC 2011")).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(650L)
.countUsageInSource(654L)
.id("EXAMPLE-id-Value")
.suggestType(562L)
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(487L)
.impact("EXAMPLE-impact-Value")
.isSystem(true)
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelView.Priority.Medium)
.recommendation("EXAMPLE-recommendation-Value")
.type(268L)
.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(621L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.groupingField("EXAMPLE-groupingField-Value")
.isEnabled(true)
.isSystem(false)
.displayName("EXAMPLE-displayName-Value")
.metricReference(166L)
.name("EXAMPLE-name-Value")
.metricType(LogAnalyticsMetric.MetricType.Sum)
.isMetricSourceEnabled(true)
.operator(LogAnalyticsMetric.Operator.ContainsIgnoreCase)
.entityType("EXAMPLE-entityType-Value")
.timeUpdated(new Date("Sun Jul 08 18:44:41 UTC 2007"))
.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(51L).build())))
.patternCount(905)
.patterns(new ArrayList<>(Arrays.asList(LogAnalyticsSourcePattern.builder()
.convertedText("EXAMPLE-convertedText-Value")
.dbParserId(687L)
.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(812L)
.facetPriority(93L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(true)
.isLargeData(true)
.isMultiValued(true)
.isPrimary(false)
.isSystem(false)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(false)
.rangeFacetEligible(262L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(490L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(749L)
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.isInclude(false)
.isDefault(true)
.patternFilter(LogAnalyticsPatternFilter.builder()
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(true)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.patternId(347L)
.sourceId(709L)
.version("EXAMPLE-version-Value").build())
.alias("EXAMPLE-alias-Value")
.description("EXAMPLE-description-Value")
.isEnabled(false)
.patternId(526L)
.isSystem(true)
.sourceId(703L)
.isAgentWarningSuppressed(false)
.patternText("EXAMPLE-patternText-Value")
.patternType(99L)
.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(903L)
.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(375L)
.argumentType(367L)
.argumentId(606L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(280L)
.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(231L)
.argumentType(721L)
.argumentId(603L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(352L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.component("EXAMPLE-component-Value")
.description("EXAMPLE-description-Value")
.editVersion(92L)
.metaFunctionId(619L)
.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(681L)
.order(495L)
.isSystem(false)
.lookupColumn("EXAMPLE-lookupColumn-Value")
.lookupColumnPosition(679L)
.lookupDisplayName("EXAMPLE-lookupDisplayName-Value")
.lookupMode(442L)
.lookupTable("EXAMPLE-lookupTable-Value")
.sourceId(968L).build())))
.sourceId(958L)
.name("EXAMPLE-name-Value")
.isSecureContent(false)
.isSystem(false)
.isAutoAssociationEnabled(true)
.isAutoAssociationOverride(true)
.ruleId(369L)
.typeName("EXAMPLE-typeName-Value")
.typeDisplayName("EXAMPLE-typeDisplayName-Value")
.warningConfig(130L)
.metadataFields(new ArrayList<>(Arrays.asList(LogAnalyticsSourceMetadataField.builder()
.fieldName("EXAMPLE-fieldName-Value")
.isEnabled(false)
.isSystem(true)
.key("EXAMPLE-key-Value")
.sourceName("EXAMPLE-sourceName-Value").build())))
.labelDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsLabelDefinition.builder()
.editVersion(921L)
.isSystem(true)
.sourceId(445L)
.labelName("EXAMPLE-labelName-Value").build())))
.entityTypes(new ArrayList<>(Arrays.asList(LogAnalyticsSourceEntityType.builder()
.sourceId(421L)
.entityType("EXAMPLE-entityType-Value")
.entityTypeCategory("EXAMPLE-entityTypeCategory-Value")
.entityTypeDisplayName("EXAMPLE-entityTypeDisplayName-Value").build())))
.isTimezoneOverride(true)
.timeUpdated(new Date("Thu Dec 15 21:38:28 UTC 2044"))
.eventTypes(new ArrayList<>(Arrays.asList(EventType.builder()
.eventTypeName("EXAMPLE-eventTypeName-Value")
.specVersion("EXAMPLE-specVersion-Value")
.isEnabled(true)
.isSystem(true)
.timeUpdated(new Date("Thu May 29 11:01:16 UTC 2036")).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(912L)
.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(28L)
.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.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())))
.ruleId(142L)
.typeName("EXAMPLE-typeName-Value")
.warningConfig(338L)
.metadataFields(new ArrayList<>(Arrays.asList(LogAnalyticsSourceMetadataField.builder()
.fieldName("EXAMPLE-fieldName-Value")
.isEnabled(false)
.isSystem(true)
.key("EXAMPLE-key-Value")
.sourceName("EXAMPLE-sourceName-Value").build())))
.labelDefinitions(new ArrayList<>(Arrays.asList(LogAnalyticsLabelDefinition.builder()
.editVersion(359L)
.isSystem(true)
.sourceId(230L)
.labelName("EXAMPLE-labelName-Value").build())))
.entityTypes(new ArrayList<>(Arrays.asList(LogAnalyticsSourceEntityType.builder()
.sourceId(398L)
.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(872L)
.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(810L)
.facetPriority(770L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(true)
.isLargeData(false)
.isMultiValued(false)
.isPrimary(false)
.isSystem(true)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(true)
.rangeFacetEligible(785L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(5L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(702L)
.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 Aug 02 17:05:43 UTC 2046"))
.logTypeTestRequestVersion(460)
.parserIgnorelineCharacters("EXAMPLE-parserIgnorelineCharacters-Value")
.isHidden(false)
.parserSequence(835)
.parserTimezone("EXAMPLE-parserTimezone-Value")
.parserFilter(LogAnalyticsParserFilter.builder()
.id("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(62L)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.parserId(491L)
.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(994L)
.parserFunctionName("EXAMPLE-parserFunctionName-Value")
.isEnabled(false)
.isSystem(true)
.parserId(885L)
.parserName("EXAMPLE-parserName-Value")
.parserMetaPluginName("EXAMPLE-parserMetaPluginName-Value")
.parserFunctionPriority(945L)
.parserFunctionParameters(new ArrayList<>(Arrays.asList(LogAnalyticsParserFunctionParameter.builder()
.parserFunctionId(618L)
.parserFunctionParameterName("EXAMPLE-parserFunctionParameterName-Value")
.parserFunctionParameterId(669L)
.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(587L)
.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(true)
.fieldName("EXAMPLE-fieldName-Value")
.labelConditionId(184L)
.isSystem(false)
.labelConditionOperator("EXAMPLE-labelConditionOperator-Value")
.sourceId(113L)
.labelDisplayName("EXAMPLE-labelDisplayName-Value")
.storageField("EXAMPLE-storageField-Value")
.labelName("EXAMPLE-labelName-Value")
.isInlineLabelExistingInDatabase(true).build())))
.associationCount(626)
.associationEntity(new ArrayList<>(Arrays.asList(LogAnalyticsAssociation.builder()
.failureMessage("EXAMPLE-failureMessage-Value")
.agentId("ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value")
.timeLastAttempted(new Date("Mon Oct 29 03:38:21 UTC 2018"))
.retryCount(239L)
.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(937L)
.isEnabled(false)
.fieldName("EXAMPLE-fieldName-Value")
.hashType(269)
.dataFilterId(930L)
.isSystem(false)
.matchRegularExpression("EXAMPLE-matchRegularExpression-Value")
.order(425L)
.path("EXAMPLE-path-Value")
.replacementString("EXAMPLE-replacementString-Value")
.sourceId(271L)
.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(129L)
.facetPriority(23L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(true)
.isLargeData(true)
.isMultiValued(false)
.isPrimary(false)
.isSystem(false)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(false)
.isMetricValueEligible(false)
.rangeFacetEligible(899L)
.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(354L)
.facetPriority(155L)
.name("EXAMPLE-name-Value")
.isFacetEligible(false)
.isHighCardinality(false)
.isLargeData(false)
.isMultiValued(false)
.isPrimary(false)
.isSystem(false)
.isSummarizable(false)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(false)
.rangeFacetEligible(891L)
.isTableEligible(true)
.unitType("EXAMPLE-unitType-Value").build())
.extendedFieldDefinitionId(212L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldDisplayName("EXAMPLE-fieldDisplayName-Value")
.savedRegularExpressionName("EXAMPLE-savedRegularExpressionName-Value")
.extendedFieldId(408L).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(43L)
.isSystem(true)
.regularExpression("EXAMPLE-regularExpression-Value")
.sourceId(259L)
.timeUpdated(new Date("Thu Feb 07 22:39:52 UTC 2013")).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(521L)
.countUsageInSource(280L)
.id("EXAMPLE-id-Value")
.suggestType(136L)
.description("EXAMPLE-description-Value")
.displayName("EXAMPLE-displayName-Value")
.editVersion(821L)
.impact("EXAMPLE-impact-Value")
.isSystem(false)
.name("EXAMPLE-name-Value")
.priority(LogAnalyticsLabelView.Priority.Medium)
.recommendation("EXAMPLE-recommendation-Value")
.type(302L)
.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(291L)
.fieldName("EXAMPLE-fieldName-Value")
.fieldValues(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
.groupingField("EXAMPLE-groupingField-Value")
.isEnabled(false)
.isSystem(true)
.displayName("EXAMPLE-displayName-Value")
.metricReference(851L)
.name("EXAMPLE-name-Value")
.metricType(LogAnalyticsMetric.MetricType.SumDistribution)
.isMetricSourceEnabled(false)
.operator(LogAnalyticsMetric.Operator.ContainsIgnoreCase)
.entityType("EXAMPLE-entityType-Value")
.timeUpdated(new Date("Sun Dec 24 02:49:21 UTC 2023"))
.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(650L).build())))
.patternCount(494)
.patterns(new ArrayList<>(Arrays.asList(LogAnalyticsSourcePattern.builder()
.convertedText("EXAMPLE-convertedText-Value")
.dbParserId(672L)
.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(972L)
.facetPriority(76L)
.name("EXAMPLE-name-Value")
.isFacetEligible(true)
.isHighCardinality(false)
.isLargeData(true)
.isMultiValued(false)
.isPrimary(false)
.isSystem(true)
.isSummarizable(true)
.mappedValue("EXAMPLE-mappedValue-Value")
.isMetricKeyEligible(true)
.isMetricValueEligible(false)
.rangeFacetEligible(130L)
.isTableEligible(false)
.unitType("EXAMPLE-unitType-Value").build())
.parserFieldId(573L)
.parserFieldExpression("EXAMPLE-parserFieldExpression-Value")
.parserFieldName("EXAMPLE-parserFieldName-Value")
.storageFieldName("EXAMPLE-storageFieldName-Value")
.parserFieldIntegratorName("EXAMPLE-parserFieldIntegratorName-Value")
.parserName("EXAMPLE-parserName-Value")
.parserFieldSequence(858L)
.structuredColumnInfo("EXAMPLE-structuredColumnInfo-Value").build())))
.isInclude(true)
.isDefault(true)
.patternFilter(LogAnalyticsPatternFilter.builder()
.agentVersion("EXAMPLE-agentVersion-Value")
.isInUse(false)
.operatingSystem("EXAMPLE-operatingSystem-Value")
.patternId(899L)
.sourceId(232L)
.version("EXAMPLE-version-Value").build())
.alias("EXAMPLE-alias-Value")
.description("EXAMPLE-description-Value")
.isEnabled(false)
.patternId(661L)
.isSystem(false)
.sourceId(121L)
.isAgentWarningSuppressed(true)
.patternText("EXAMPLE-patternText-Value")
.patternType(996L)
.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(187L)
.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(370L)
.argumentType(263L)
.argumentId(89L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(176L)
.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(861L)
.argumentType(89L)
.argumentId(453L)
.argumentLookupColumn("EXAMPLE-argumentLookupColumn-Value")
.argumentLookupColumnPosition(118L)
.argumentValue("EXAMPLE-argumentValue-Value")
.argumentReference("EXAMPLE-argumentReference-Value").build())))
.component("EXAMPLE-component-Value")
.description("EXAMPLE-description-Value")
.editVersion(654L)
.metaFunctionId(50L)
.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(148L)
.order(854L)
.isSystem(true)
.lookupColumn("EXAMPLE-lookupColumn-Value")
.lookupColumnPosition(851L)
.lookupDisplayName("EXAMPLE-lookupDisplayName-Value")
.lookupMode(483L)
.lookupTable("EXAMPLE-lookupTable-Value")
.sourceId(300L).build())))
.sourceId(870L)
.name("EXAMPLE-name-Value")
.isSecureContent(false)
.isSystem(false)
.isAutoAssociationEnabled(true)
.isAutoAssociationOverride(false)
.ruleId(601L)
.typeName("EXAMPLE-typeName-Value")
.typeDisplayName("EXAMPLE-typeDisplayName-Value")
.warningConfig(453L)
.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(389L)
.isSystem(true)
.sourceId(43L)
.labelName("EXAMPLE-labelName-Value").build())))
.entityTypes(new ArrayList<>(Arrays.asList(LogAnalyticsSourceEntityType.builder()
.sourceId(69L)
.entityType("EXAMPLE-entityType-Value")
.entityTypeCategory("EXAMPLE-entityTypeCategory-Value")
.entityTypeDisplayName("EXAMPLE-entityTypeDisplayName-Value").build())))
.isTimezoneOverride(false)
.timeUpdated(new Date("Mon Dec 31 22:23:07 UTC 2046"))
.eventTypes(new ArrayList<>(Arrays.asList(EventType.builder()
.eventTypeName("EXAMPLE-eventTypeName-Value")
.specVersion("EXAMPLE-specVersion-Value")
.isEnabled(false)
.isSystem(false)
.timeUpdated(new Date("Fri Nov 19 12:15:15 UTC 2010")).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(LogListTypeEndpoint.builder()
.listEndpoint(LogListEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(688L)
.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(3L)
.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.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(636L)
.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(836L)
.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(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(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())))
.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(LogListTypeEndpoint.builder()
.listEndpoint(LogListEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(932L)
.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.None)
.credentialName("EXAMPLE-credentialName-Value")
.credentialEndpoint(CredentialEndpoint.builder()
.name("EXAMPLE-name-Value")
.description("EXAMPLE-description-Value")
.model("EXAMPLE-model-Value")
.endpointId(133L)
.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(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(154L)
.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(497L)
.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();
UpsertSourceRequest upsertSourceRequest = UpsertSourceRequest.builder()
.namespaceName("EXAMPLE-namespaceName-Value")
.upsertLogAnalyticsSourceDetails(upsertLogAnalyticsSourceDetails)
.createLikeSourceId(902)
.isIncremental(true)
.isIgnoreWarning(true)
.opcRetryToken("EXAMPLE-opcRetryToken-Value")
.opcRequestId("P6B45A5IC04KZMTW6VE9<unique_ID>")
.ifMatch("EXAMPLE-ifMatch-Value").build();
/* Send request to the Client */
UpsertSourceResponse response = client.upsertSource(upsertSourceRequest);
}
}