Add context to Azure integration documentation#3072
Add context to Azure integration documentation#3072ellis-elastic merged 22 commits intoelastic:mainfrom
Conversation
added links to Microsoft's documentation and tidied up the markdown
removed spaces in links.
tommyers-elastic
left a comment
There was a problem hiding this comment.
changes look good! - can we get this rebased and merged?
added links to supplier's documentation
|
Looks like this needs to be built again:
|
|
Updated to match the new documentation guidelines for integrations (#3433). Also changed from a minor bump to a patch release. |
🌐 Coverage report
|
| Use the Azure logs integration to collect logs from Azure. | ||
| Then visualize that data in Kibana, create alerts to notify you if something goes wrong, | ||
| and reference data when troubleshooting an issue. | ||
|
|
There was a problem hiding this comment.
Reviewers: I'd love to add an example here. Can you help?
To assist, here's what we have for the system integration:
For example, if you wanted to be notified when less than 10% of the disk space is still available, you
could install the System integration to send file system metrics to Elastic.
Then, you could view real-time updates to disk space used on your system in Kibana's [Metrics System] Overview dashboard.
You could also set up a new rule in the Elastic Observability Metrics app to alert you when the percent free is
less than 10% of the total disk space.
There was a problem hiding this comment.
I don't know if there is an Elastic style rule on this, but IMHO "you must" would be better than "you have to".
You could even use the RFC 2119 rules.
There was a problem hiding this comment.
@bmorelli25, for the example, I have a couple of ideas we can work on:
- Azure sign-in logs are often used in security scenarios, like tracking the number of failed sign-in attempts and detecting possible brute force attacks.
- Azure activity logs deliver information like a VM failed to start because we exceeded a quota limit. We want to keep track of these events to better plan our capacity and negotiations with Azure representatives.
There was a problem hiding this comment.
@zmoog these are perfect! Added. Let me know what you think.
@ellis-elastic agreed.
colleenmcginnis
left a comment
There was a problem hiding this comment.
I left a few comments about consistency!
Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com>
Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com>
Adds context to the Azure integration documentation