Can we query blog storage log in Azure Monitor Logs? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceHow to display azure app service's web server log on Azure log Analytics?Azure Log Analytics and Azure App Service Access Logs, can they be connected?Admin consent flow for azure monitor (insights) apiAzure Web Apps Monitoring Metrics and App Service PlanLog Analytics API does not show in the AAD registered app API listProgrammatic method to identify Azure Log Analytics Available SKUsAzure Monitor alert cross-resource log search errorKusto — generate data diff / delta --NSG Flow Logs don't appear in Azure MonitorProblem seeing custom application log in Azure Log AnalyticsAzure Storage Monitoring Total capacity problem
Unexpected result with right shift after bitwise negation
What items from the Roman-age tech-level could be used to deter all creatures from entering a small area?
How does modal jazz use chord progressions?
Replacing HDD with SSD; what about non-APFS/APFS?
Fishing simulator
Active filter with series inductor and resistor - do these exist?
Is there a service that would inform me whenever a new direct route is scheduled from a given airport?
How should I respond to a player wanting to catch a sword between their hands?
Stars Make Stars
How many things? AとBがふたつ
Using "nakedly" instead of "with nothing on"
Is 1 ppb equal to 1 μg/kg?
Stopping real property loss from eroding embankment
Stop battery usage [Ubuntu 18]
Is there a documented rationale why the House Ways and Means chairman can demand tax info?
Classification of bundles, Postnikov towers, obstruction theory, local coefficients
Statistical model of ligand substitution
What to do with post with dry rot?
How to rotate it perfectly?
Training a classifier when some of the features are unknown
How is simplicity better than precision and clarity in prose?
When is phishing education going too far?
How can players take actions together that are impossible otherwise?
If I can make up priors, why can't I make up posteriors?
Can we query blog storage log in Azure Monitor Logs?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
The Ask Question Wizard is Live!
Data science time! April 2019 and salary with experienceHow to display azure app service's web server log on Azure log Analytics?Azure Log Analytics and Azure App Service Access Logs, can they be connected?Admin consent flow for azure monitor (insights) apiAzure Web Apps Monitoring Metrics and App Service PlanLog Analytics API does not show in the AAD registered app API listProgrammatic method to identify Azure Log Analytics Available SKUsAzure Monitor alert cross-resource log search errorKusto — generate data diff / delta --NSG Flow Logs don't appear in Azure MonitorProblem seeing custom application log in Azure Log AnalyticsAzure Storage Monitoring Total capacity problem
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
My application stores logs in blog storage as that is the setting in App Service. My understanding is there are IIS logs in app service and they go to the blob storage as well.
A)Here it is mentioned that "All log data in Azure Monitor is retrieved using a log query written with the Kusto query language"
B) But here it is mentioned that we need to do it manually:
- Create workspace
- Convert storage log to Json
- Post logs to workspace
- And only now you can query
Which one is true?
- A: Do nothing and query logs from storage explorer
- B: Migrate manually
Imagine if A is true then how do I know which table or DB shown on the explorer has the data from blog storage. And how do I differentiate between IIS logs?
azure-log-analytics azure-monitoring
add a comment |
My application stores logs in blog storage as that is the setting in App Service. My understanding is there are IIS logs in app service and they go to the blob storage as well.
A)Here it is mentioned that "All log data in Azure Monitor is retrieved using a log query written with the Kusto query language"
B) But here it is mentioned that we need to do it manually:
- Create workspace
- Convert storage log to Json
- Post logs to workspace
- And only now you can query
Which one is true?
- A: Do nothing and query logs from storage explorer
- B: Migrate manually
Imagine if A is true then how do I know which table or DB shown on the explorer has the data from blog storage. And how do I differentiate between IIS logs?
azure-log-analytics azure-monitoring
add a comment |
My application stores logs in blog storage as that is the setting in App Service. My understanding is there are IIS logs in app service and they go to the blob storage as well.
A)Here it is mentioned that "All log data in Azure Monitor is retrieved using a log query written with the Kusto query language"
B) But here it is mentioned that we need to do it manually:
- Create workspace
- Convert storage log to Json
- Post logs to workspace
- And only now you can query
Which one is true?
- A: Do nothing and query logs from storage explorer
- B: Migrate manually
Imagine if A is true then how do I know which table or DB shown on the explorer has the data from blog storage. And how do I differentiate between IIS logs?
azure-log-analytics azure-monitoring
My application stores logs in blog storage as that is the setting in App Service. My understanding is there are IIS logs in app service and they go to the blob storage as well.
A)Here it is mentioned that "All log data in Azure Monitor is retrieved using a log query written with the Kusto query language"
B) But here it is mentioned that we need to do it manually:
- Create workspace
- Convert storage log to Json
- Post logs to workspace
- And only now you can query
Which one is true?
- A: Do nothing and query logs from storage explorer
- B: Migrate manually
Imagine if A is true then how do I know which table or DB shown on the explorer has the data from blog storage. And how do I differentiate between IIS logs?
azure-log-analytics azure-monitoring
azure-log-analytics azure-monitoring
asked Mar 22 at 7:47
Blue CloudsBlue Clouds
1,28211534
1,28211534
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Log Analytics can read the logs for the following services that write diagnostics to table storage or IIS logs written to blob storage:
- Service Fabric Clusters
- Virtual Machines
- Web/Worker Roles
However IIS logs from Azure Websites are not currently supported as out of box solution.
Documentation Reference.
You have to either perform it manual or automate the process to read from storage blob and send it to either Log Analytics/Application Insights as per your requirement.
Other related SO thread on same issue -
Azure Log Analytics and Azure App Service Access Logs, can they be connected
How to display azure app services web server log on Azure Log Analytics
You can always share your feedback and up vote the feature request here.
Hope it helps.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55295023%2fcan-we-query-blog-storage-log-in-azure-monitor-logs%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Log Analytics can read the logs for the following services that write diagnostics to table storage or IIS logs written to blob storage:
- Service Fabric Clusters
- Virtual Machines
- Web/Worker Roles
However IIS logs from Azure Websites are not currently supported as out of box solution.
Documentation Reference.
You have to either perform it manual or automate the process to read from storage blob and send it to either Log Analytics/Application Insights as per your requirement.
Other related SO thread on same issue -
Azure Log Analytics and Azure App Service Access Logs, can they be connected
How to display azure app services web server log on Azure Log Analytics
You can always share your feedback and up vote the feature request here.
Hope it helps.
add a comment |
Log Analytics can read the logs for the following services that write diagnostics to table storage or IIS logs written to blob storage:
- Service Fabric Clusters
- Virtual Machines
- Web/Worker Roles
However IIS logs from Azure Websites are not currently supported as out of box solution.
Documentation Reference.
You have to either perform it manual or automate the process to read from storage blob and send it to either Log Analytics/Application Insights as per your requirement.
Other related SO thread on same issue -
Azure Log Analytics and Azure App Service Access Logs, can they be connected
How to display azure app services web server log on Azure Log Analytics
You can always share your feedback and up vote the feature request here.
Hope it helps.
add a comment |
Log Analytics can read the logs for the following services that write diagnostics to table storage or IIS logs written to blob storage:
- Service Fabric Clusters
- Virtual Machines
- Web/Worker Roles
However IIS logs from Azure Websites are not currently supported as out of box solution.
Documentation Reference.
You have to either perform it manual or automate the process to read from storage blob and send it to either Log Analytics/Application Insights as per your requirement.
Other related SO thread on same issue -
Azure Log Analytics and Azure App Service Access Logs, can they be connected
How to display azure app services web server log on Azure Log Analytics
You can always share your feedback and up vote the feature request here.
Hope it helps.
Log Analytics can read the logs for the following services that write diagnostics to table storage or IIS logs written to blob storage:
- Service Fabric Clusters
- Virtual Machines
- Web/Worker Roles
However IIS logs from Azure Websites are not currently supported as out of box solution.
Documentation Reference.
You have to either perform it manual or automate the process to read from storage blob and send it to either Log Analytics/Application Insights as per your requirement.
Other related SO thread on same issue -
Azure Log Analytics and Azure App Service Access Logs, can they be connected
How to display azure app services web server log on Azure Log Analytics
You can always share your feedback and up vote the feature request here.
Hope it helps.
answered Mar 25 at 18:37
bharathn-msftbharathn-msft
913
913
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55295023%2fcan-we-query-blog-storage-log-in-azure-monitor-logs%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown