Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
renamed files and folders with dash instead of space or underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
noakup committed May 6, 2018
1 parent 5e0a22e commit d3c1f6c
Show file tree
Hide file tree
Showing 60 changed files with 89 additions and 89 deletions.
6 changes: 0 additions & 6 deletions Application Insights.md

This file was deleted.

7 changes: 0 additions & 7 deletions Command Usage.md

This file was deleted.

56 changes: 0 additions & 56 deletions Log Analytics.md

This file was deleted.

6 changes: 0 additions & 6 deletions Smart Analytics.md

This file was deleted.

6 changes: 6 additions & 0 deletions application-insights.md
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)
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ requests
```

The output will look like this:
<p><img src="~/examples/images/top_10_countries_by_traffic.png" alt="top 10 countries by traffic"></p>
<p><img src="~/examples/images/top-10-countries-by-traffic.png" alt="top 10 countries by traffic"></p>
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ customEvents
```

The output will look like this:
<p><img src="~/examples/images/top_10_custom_events.png" alt="top 10 custom events"></p>
<p><img src="~/examples/images/top-10-custom-events.png" alt="top 10 custom events"></p>
7 changes: 7 additions & 0 deletions command-usage.md
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.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ requests
```

The output will look like this:
<p><img src="~/examples/images/top_10_countries_by_traffic.png" alt="top 10 countries by traffic"></p>
<p><img src="~/examples/images/top-10-countries-by-traffic.png" alt="top 10 countries by traffic"></p>
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
56 changes: 56 additions & 0 deletions log-analytics.md
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)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Find user accounts that failed to login over 5 time in 1 day
## Find user accounts that failed to login over 5 times in 1 day
#### #let #join #project-away
<!-- article_id: 3108‎2017‏‎03827034 -->

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Get latest heartbeat record per computer IP
## Get the latest heartbeat record per computer IP
#### #arg_max
<!-- article_id: 3107‎2017‏‎03827022 -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Note that this way we give a little leeway for missing heartbeat reports each ho
Instead of expecting a report every 5 or 10 minutes, we only mark a computer as "unavailable" if we didn't get any report from it during a full hour.

At this point we get a number for each computer, something like this:
<p><img src="~/examples/images/availability_hours.png" alt="server availability hours"></p>
<p><img src="~/examples/images/availability-hours.png" alt="server availability hours"></p>

So we know the number of hours each computer was available during the set time range. But what does it mean? how many hours were there altogether?

Expand All @@ -61,5 +61,5 @@ Finally we calculate the ratio between available hours and total hours:
```
and get this:

<p><img src="~/examples/images/availability_rate.png" alt="server availability rate"></p>
<p><img src="~/examples/images/availability-rate.png" alt="server availability rate"></p>

6 changes: 6 additions & 0 deletions smart-analytics.md
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)
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ customEvents
```

The output will look like this:
<p><img src="~/examples/images/rolling_mau.png" alt="rolling mau"></p>
<p><img src="~/examples/images/rolling-mau.png" alt="rolling mau"></p>
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ on Timestamp
```

The output will look like this:
<p><img src="~/examples/images/user_stickiness.png" alt="user stickiness"></p>
<p><img src="~/examples/images/user-stickiness.png" alt="user stickiness"></p>
10 changes: 5 additions & 5 deletions toc.md
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)

0 comments on commit d3c1f6c

Please sign in to comment.