Skip to content

Commit

Permalink
IngestionMode Flag (Azure#9654)
Browse files Browse the repository at this point in the history
* IngestionMode Flag

* fix for missing bracket

* diganostic with an A
  • Loading branch information
tofriedl authored and 00Kai0 committed Oct 12, 2020
1 parent fb3315c commit e782bc0
Show file tree
Hide file tree
Showing 21 changed files with 96 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,20 @@
"publicNetworkAccessForQuery": {
"description": "The network access type for accessing Application Insights query.",
"$ref": "#/definitions/PublicNetworkAccessType"
},
"IngestionMode": {
"type": "string",
"description": "Indicates the flow of the ingestion.",
"default": "ApplicationInsights",
"enum": [
"ApplicationInsights",
"ApplicationInsightsWithDiagnosticSettings",
"LogAnalytics"
],
"x-ms-enum": {
"name": "IngestionMode",
"modelAsString": true
}
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "ApplicationInsights"
}
}
},
Expand Down Expand Up @@ -71,7 +72,8 @@
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "ApplicationInsights"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "ApplicationInsights"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "ApplicationInsights"
}
},
{
Expand Down Expand Up @@ -60,7 +61,8 @@
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "ApplicationInsights"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "ApplicationInsights"
}
},
{
Expand Down Expand Up @@ -61,7 +62,8 @@
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "ApplicationInsights"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "ApplicationInsights"
}
}
},
Expand Down Expand Up @@ -76,7 +77,8 @@
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "ApplicationInsights"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "ApplicationInsights"
}
}
},
Expand Down Expand Up @@ -83,7 +84,8 @@
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "ApplicationInsights"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,20 @@
"publicNetworkAccessForQuery": {
"description": "The network access type for accessing Application Insights query.",
"$ref": "#/definitions/PublicNetworkAccessType"
},
"IngestionMode": {
"type": "string",
"description": "Indicates the flow of the ingestion.",
"default": "LogAnalytics",
"enum": [
"ApplicationInsights",
"ApplicationInsightsWithDiagnosticSettings",
"LogAnalytics"
],
"x-ms-enum": {
"name": "IngestionMode",
"modelAsString": true
}
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc",
"DisableIpMasking": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "LogAnalytics"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc",
"DisableIpMasking": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "LogAnalytics"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"ConnectionString": "InstrumentationKey=dc5931c7-a7ad-4ad0-89d6-123456789abc",
"DisableIpMasking": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "LogAnalytics"
}
},
{
Expand All @@ -58,7 +59,8 @@
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc",
"DisableIpMasking": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "LogAnalytics"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"ConnectionString": "InstrumentationKey=dc5931c7-a7ad-4ad0-89d6-123456789abc",
"DisableIpMasking": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "LogAnalytics"
}
},
{
Expand All @@ -59,7 +60,8 @@
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc",
"DisableIpMasking": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "LogAnalytics"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc",
"DisableIpMasking": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "LogAnalytics"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc",
"DisableIpMasking": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "LogAnalytics"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,20 @@
"$ref": "#/definitions/PrivateLinkScopedResource"
},
"description": "List of linked private link scope resources."
},
"IngestionMode": {
"type": "string",
"description": "Indicates the flow of the ingestion.",
"default": "ApplicationInsights",
"enum": [
"ApplicationInsights",
"ApplicationInsightsWithDiagnosticSettings",
"LogAnalytics"
],
"x-ms-enum": {
"name": "IngestionMode",
"modelAsString": true
}
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"RetentionInDays": 90,
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc",
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false
"ImmediatePurgeDataOn30Days": false,
"IngestionMode": "ApplicationInsights"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"RetentionInDays": 90,
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc",
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false
"ImmediatePurgeDataOn30Days": false,
"IngestionMode": "ApplicationInsights"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"RetentionInDays": 90,
"ConnectionString": "InstrumentationKey=dc5931c7-a7ad-4ad0-89d6-123456789abc",
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false
"ImmediatePurgeDataOn30Days": false,
"IngestionMode": "ApplicationInsights"
}
},
{
Expand All @@ -56,7 +57,8 @@
"RetentionInDays": 90,
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc",
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false
"ImmediatePurgeDataOn30Days": false,
"IngestionMode": "ApplicationInsights"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"RetentionInDays": 90,
"ConnectionString": "InstrumentationKey=dc5931c7-a7ad-4ad0-89d6-123456789abc",
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false
"ImmediatePurgeDataOn30Days": false,
"IngestionMode": "ApplicationInsights"
}
},
{
Expand All @@ -57,7 +58,8 @@
"RetentionInDays": 90,
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc",
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false
"ImmediatePurgeDataOn30Days": false,
"IngestionMode": "ApplicationInsights"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"RetentionInDays": 90,
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc",
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false
"ImmediatePurgeDataOn30Days": false,
"IngestionMode": "ApplicationInsights"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"RetentionInDays": 90,
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc",
"DisableIpMasking": false,
"ImmediatePurgeDataOn30Days": false
"ImmediatePurgeDataOn30Days": false,
"IngestionMode": "ApplicationInsights"
}
}
}
Expand Down

0 comments on commit e782bc0

Please sign in to comment.