-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add nginx ML module tutorial #3878
Conversation
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
This pull request does not have a backport label. Could you fix it @mdbirnstiehl? 🙏
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some editorial suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left two tiny suggestions, please take or leave them. LGTM! 🎉
Hi, @agithomas / @alex-fedotyev 👋 Can you please provide feedback on this PR when you have a second? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This tutorial is going to be extremely useful.
Minor suggestions added.
@mdbirnstiehl , In here provides the configuration of ML jobs. Are you considering including a section on how to create this configuration and the steps to follow to bundle them under an integration package? |
@agithomas Would this be an alternative to setting up the ML jobs in Kibana (this section in the tutorial)? Do you think this would provide value over the Kibana set up? I'm not familiar with the process, but would be happy to include it if you could provide some detail. |
Currently, we build dashboards for a specific integration in Kibana, Export them and make it as a part of a package ( When we decide to extend the ML jobs to other integration packages , similar to how it is done here , it will be useful for the integration developers. If this can be facilitated through |
I don't want this addition to block this PR. Let's open a follow-up issue for that so we can merge this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐦
(cherry picked from commit bc6d9b5)
(cherry picked from commit bc6d9b5)
(cherry picked from commit bc6d9b5) Co-authored-by: Mike Birnstiehl <[email protected]>
(cherry picked from commit bc6d9b5) Co-authored-by: Mike Birnstiehl <[email protected]>
This PR closes #3809.
Add a section in the nginx onboarding tutorial that shows users how to use built-in ML jobs to detect anomalies in their access logs.