This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renamed files and folders with dash instead of space or underscore
- Loading branch information
Showing
60 changed files
with
89 additions
and
89 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## Application Insights examples | ||
<br/> | ||
##### [Find exceptions that failed requests](~/examples/application-insights/find-exceptions-that-failed-requests.md) | ||
##### [Percentiles of request duration](~/examples/application-insights/percentiles-of-request-duration-in-the-last-24-hours.md) | ||
##### [Top 10 custom events](~/examples/application-insights/top-10-custom-events.md) | ||
##### [Top 10 countries by traffic](~/examples/application-insights/pie-chart-the-top-10-countries-by-traffic.md) |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Command usage examples | ||
<br/> | ||
##### [Bar chart unstacked](~/examples/command-usage/bar-chart-unstacked.md) | ||
##### [Pie chart top 10 items](~/examples/command-usage/pie-chart-top-10-items.md) | ||
##### [Calculate multiple percentiles timechart](~/examples/command-usage/calculate-multiple-percentiles-timechart.md) | ||
##### [Join kind - inner](~/examples/command-usage/join-kind-inner.md) | ||
##### [Join - match on two fields](~/examples/command-usage/join-on-two-field-matches.md) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
## Log Analytics examples | ||
<br/> | ||
|
||
### Across all data types | ||
##### [Chart the record-count per table in the last 5 hours](~/examples/log-analytics/chart-the-record-count-per-table-in-the-last-5-hours.md) | ||
##### [Count all logs collected over the last hour, per type](~/examples/log-analytics/count-all-logs-collected-over-the-last-hour-per-type.md) | ||
|
||
### AzureDiagnostics | ||
##### [Count Azure diagnostics records per category](~/examples/log-analytics/count-azure-diagnostics-records-per-category.md) | ||
##### [Get a random record for each unique category](~/examples/log-analytics/get-a-random-record-for-each-unique-category.md) | ||
##### [Get the latest record per category](~/examples/log-analytics/get-the-latest-record-per-category.md) | ||
|
||
### Usage | ||
##### [Calculate the average size of perf usage reports per computer](~/examples/log-analytics/calculate-the-average-size-of-perf-usage-reports-per-computer.md) | ||
##### [Timechart latency percentiles 50 and 95](~/examples/log-analytics/timechart-latency-percentiles-50-and-95.md) | ||
##### [Usage of computer today](~/examples/log-analytics/usage-of-computers-today.md) | ||
|
||
### Heartbeat | ||
##### [Chart a week-over-week view of the number of computers sending data](~/examples/log-analytics/chart-a-week-over-week-view-of-the-number-of-computers-sending-data.md) | ||
##### [Find stale computers](~/examples/log-analytics/find-stale-computers.md) | ||
##### [Get the latest heartbeat record per computer IP](~/examples/log-analytics/get-latest-heartbeat-record-per-computer-ip.md) | ||
##### [Match protection and heartbeat records](~/examples/log-analytics/Match protection status records with heartbeat records.md) | ||
##### [Calculate availability rate for connected servers](~/examples/log-analytics/server-availability-rate.md) | ||
|
||
### Updates | ||
##### [Computers still missing updates](~/examples/log-analytics/computers-still-missing-updates.md) | ||
|
||
### ProtectionStatus | ||
##### [Computers with non-reporting protection status duration](~/examples/log-analytics/computers-with-non-reporting-protection-status-duration.md) | ||
##### [Match protection and heartbeat records](~/examples/log-analytics/match-protection-status-records-with-heartbeat-records.md) | ||
|
||
### NetworkMonitoring | ||
##### [Computers with unhealthy latency](~/examples/log-analytics/computers-with-unhealthy-latency.md) | ||
|
||
### Perf | ||
##### [Correlate computer memory and CPU](~/examples/log-analytics/correlate-computer-memory-and-cpu.md) | ||
##### [Perf CPU Utilization graph per computer](~/examples/log-analytics/perf-cpu-utilization-graph-per-computer.md) | ||
|
||
### Alert | ||
##### [Count alerts by severity per day](~/examples/log-analytics/count-and-chart-alerts-severity-per-day.md) | ||
##### [Get a numbered list of the latest alerts](~/examples/log-analytics/get-a-numbered-list-of-the-latest-alerts.md) | ||
|
||
### SecurityEvent | ||
##### [Count security events by activity ID](~/examples/log-analytics/count-security-events-by-activity-id.md) | ||
##### [Count security events related to permissions](~/examples/log-analytics/count-security-events-related-to-permissions.md) | ||
##### [Find accounts that failed to logon from computers on which we identify a security detection](~/examples/log-analytics/find-accounts-that-failed-to-logon-from-computers-on-which-we-identify-a-security-detection.md) | ||
##### [Is my security data available](~/examples/log-analytics/is-my-security-data-available.md) | ||
##### [Parse activity name and ID](~/examples/log-analytics/parse-activity-name-and-id.md) | ||
##### [Processes that used explicit credentials](~/examples/log-analytics/pie-chart-explicit-credentials-processes.md) | ||
##### [Top 5 running processes in the last 3 days](~/examples/log-analytics/top-5-running-processes-in-the-last-3-days.md) | ||
##### [Find repeating failed login attempts by the same account from different IPs](~/examples/log-analytics/find-repeating-failed-login-attempts-by-the-same-account-from-different-ips.md) | ||
##### [Find user accounts that failed to login over 5 times in 1 day](~/examples/log-analytics/find-user-accounts-that-failed-to-login-over-5-times-in-1-day.md) | ||
|
||
### Event | ||
##### [Search application-level events described as Cryptographic](~/examples/log-analytics/search-application-level-events-described-as-cryptographic.md) | ||
##### [Search events related to unmarshaling](~/examples/log-analytics/search-events-related-to-unmarshaling.md) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...t failed to login over 5 time in 1 day.md → ...-failed-to-login-over-5-times-in-1-day.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...atest heartbeat record per computer IP.md → ...atest-heartbeat-record-per-computer-ip.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## Smart Analytics - analyze application usage patterns | ||
|
||
##### [Detect disruptions with regression analysis](~/examples/smart-analytics/automated-detector-for-service-disruptions-based-on-app-trace-logs.md) | ||
##### [Rolling monthly active users (MAU)](~/examples/smart-analytics/sliding-window-calculations-rolling-mau.md) | ||
##### [Measure "user stickiness"](~/examples/smart-analytics/sliding-window-calculations-user-stickiness.md) | ||
##### [Cohort analysis](~/examples/smart-analytics/sliding-window-calculations-cohort-analysis.md) |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# [Log Analytics Examples](~/examples/Log Analytics.md) | ||
# [Application Insights Examples](~/examples/Application Insights.md) | ||
# [Command Usage](~/examples/Command Usage.md) | ||
# [Smart Analytics](~/examples/Smart Analytics.md) | ||
# [Examples GitHub repo](~/examples/GitHub Repo.md) | ||
# [Log Analytics Examples](~/examples/log-analytics.md) | ||
# [Application Insights Examples](~/examples/application-insights.md) | ||
# [Command Usage](~/examples/command-usage.md) | ||
# [Smart Analytics](~/examples/smart-analytics.md) | ||
# [Examples GitHub repo](~/examples/github-repo.md) |