I am looking for a clear explanation for what is the difference between "Solutions" in log analytics workspace (recently marked "legacy") vs Application Insights/Container Insights/X Insights vs Workbooks that appear in both Log Analytics Workspaces and Application Insights.
Difference between Log Analytics Solutions, Insights and Workbooks
255 Views Asked by Piotr Gwiazda At
1
There are 1 best solutions below
Related Questions in AZURE
- How to update to the latest external Git in Azure Web App?
- I need an azure product that executes my intensive ffmpeg command then dies, and i only get charged for the delta. Any Tips?
- Inject AsyncCollector into a service
- mutual tls authentication between app service and function app
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- Application settings for production deployment slot in Azure App Services
- Encountered an error (ServiceUnavailable) from host runtime on Azure Function App
- Implementing Incremental consent when using both application and delegated permissions
- Invalid format for email address in WordPress on Azure app service
- Producer Batching Service Bus Vs Kafka
- Integrating Angular External IP with ClusterIP of .NET microservices on AKS
- Difficulty creating a data pipeline with Fabric Datafactory using REST
- Azure Batch for Excel VBA
- How to authenticate only Local and Guest users in Azure AD B2C and add custom claims in token?
- Azure Scale Sets and Parallel Jobs
Related Questions in AZURE-MONITOR
- OpenTelemetry in an multi-tenant ASP.NET Core app
- How to get the sizes of different Azure Blob Container inside Azure Storage Account on Grafana
- Is the legacy oms_agent addon required for ama container insights for AKS?
- Unable to receive metrics on Log Analytics workspace from a Windows VM in Azure
- Missing Application Insights and Monitor in Python Function App
- Can we execute az containerapp commands whenever a replica has been scaled up in an Azure container app?
- Azure blob to Azure monitor
- Creating Azure monitor alert rule using REST API
- Cannot find OpenTelemetry Tags and Events in Azure Application Insights
- Difference between Log Analytics Solutions, Insights and Workbooks
- grafana with azure iot hub and esp32
- where are stored the metrics used in the graphs?
- Azure Monitor Alert rule send notification to slack channel
- Authorization while querying ADB2C logs from LogAnalyticsWorkspace
- Get tenant displayName using Kusto queries
Related Questions in AZURE-MONITOR-WORKBOOKS
- Workbook parameter based on application version
- Multiple toint check
- Pie chart workbook
- Combine Resource graph query with Log queries in Azure Monitor Workbook
- Azure Workbook - Add a link to another grid
- Get tenant displayName using Kusto queries
- Azure workbook filtering based on a selection/click in a chart
- Azure Dashboard Refresh doesn't update the data
- AzureMetrics Table vs Metrics in Azure Dasboard
- Azure dashboard is not getting updated with new time range when pinned from workbook
- Active users and views in azure workbooks
- Error message when creating query against Resource Manager, in Azure Monitor Workbook
- Is it possible to call an Azure function from Azure Workbooks?
- Azure Resource Graph Explorer :: query Cost Management API
- Custom timeframe date range in azure workbooks as json body
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Solutions in Log Analytics Workspace: "Solutions" in Log Analytics Workspace refers to pre-packaged solutions or management packs that can be deployed to collect, analyze, and act on data from various sources. These solutions are designed to address specific scenarios or workloads, such as security, compliance, or performance monitoring. For reference check this Microsoft document.
Application Insights: It is a service in Azure that is designed for monitoring and gaining insights into the performance and usage of applications. It helps to track requests, exceptions, dependencies, and other telemetry data from applications. For reference check this Microsoft document.
Container Insights: It is part of Azure Monitor, focuses on monitoring and gaining insights into the performance of containers and orchestrators like Kubernetes. It provides information about container health, performance, and logs. For reference check this Microsoft document.
X Insights: The "X Insights" placeholder represents various specific services or features tailored for specific scenarios. For example, if there were a service named "Database Insights," it will focus on monitoring and gaining insights into database performance. For reference check this Microsoft document.
Workbooks: Workbooks are interactive, customizable reports in Azure Monitor that you can use to analyze and visualize data from your Log Analytics Workspace. It allows to create dashboards and reports to gain insights into your data. For reference check this Microsoft document.
Application Insights also supports Workbooks, allowing to create custom reports and dashboards specifically tailored to application monitoring and diagnostics.
In summary, "Solutions" in Log Analytics Workspace (Legacy) are pre-packaged configurations for specific scenarios, while Application Insights, Container Insights, and other "X Insights" services focus on monitoring and gaining insights into specific types of resources. Workbooks are a cross-cutting feature that allows you to create custom reports and dashboards in both Log Analytics Workspaces and Application Insights.
Example:Solution (log Analytics workspace) : I have solutions in my workspace which is
Performing AssessmentandSQL Vulnerability.SQL Vulnerabilitywill show any SQL vulnerability available in the source. you can add or deploy additional solutions from marketplace by clicking on+Add.Application Insights : It will show all data of Application which it is associated with. I have created a node.js function. and the application insight is showing all types of data related to that function.