-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Filebeat setup error on machine-learning #19964
Comments
Pinging @elastic/integrations (Team:Integrations) |
I have also downloaded the latest BC for 7.9, but the binary does not provide a |
@kvch that was a typo in my description it's not filebeat --setup it's filebeat setup. |
Have you modified the configuration files? If yes, could you please share it? I have tried reproducing the issue multiple times with different configurations. So far no success. |
@kvch it is with security enabled, machine learning is not part of OSS maybe that is why it is not seen there? I have not tried it. The config only has my security settings, as follows:
|
Pinging @elastic/integrations-services (Team:Services) |
I have retried with security enabled with both trial and basic licence. Still nothing. I also tested with OSS and not OSS version. No error at all. Could you please share your debug logs? |
@liza-mae What exactly did you do when got the error. The output you have pasted here seems inconsistent with the command you used. Did you run |
@kvch I ran |
Thanks. |
…0241) ## What does this PR do? This PR disables running `setup --machine-learning` on its own. From now on `setup --machine-learning --dashboards` has to be specified to enable ML jobs. ## Why is it important? ML jobs require an index template pattern in Kibana. If it is not configured, loading the jobs fails. However, loading this asset is done by the dashboards step of setup. Loading index template patterns are too tightly coupled with Kibana and dashboards and it needs refactoring. As this code is way too complex and going to be removed soon, I opted for a workaround instead of a fix. ## Related issues Closes #19964 Closes #12998 Closes #20022
…astic#20241) This PR disables running `setup --machine-learning` on its own. From now on `setup --machine-learning --dashboards` has to be specified to enable ML jobs. ML jobs require an index template pattern in Kibana. If it is not configured, loading the jobs fails. However, loading this asset is done by the dashboards step of setup. Loading index template patterns are too tightly coupled with Kibana and dashboards and it needs refactoring. As this code is way too complex and going to be removed soon, I opted for a workaround instead of a fix. Closes elastic#19964 Closes elastic#12998 Closes elastic#20022 (cherry picked from commit ca7ce29)
…0241) (#20266) This PR disables running `setup --machine-learning` on its own. From now on `setup --machine-learning --dashboards` has to be specified to enable ML jobs. ML jobs require an index template pattern in Kibana. If it is not configured, loading the jobs fails. However, loading this asset is done by the dashboards step of setup. Loading index template patterns are too tightly coupled with Kibana and dashboards and it needs refactoring. As this code is way too complex and going to be removed soon, I opted for a workaround instead of a fix. Closes #19964 Closes #12998 Closes #20022 (cherry picked from commit ca7ce29)
…astic#20241) (elastic#20266) This PR disables running `setup --machine-learning` on its own. From now on `setup --machine-learning --dashboards` has to be specified to enable ML jobs. ML jobs require an index template pattern in Kibana. If it is not configured, loading the jobs fails. However, loading this asset is done by the dashboards step of setup. Loading index template patterns are too tightly coupled with Kibana and dashboards and it needs refactoring. As this code is way too complex and going to be removed soon, I opted for a workaround instead of a fix. Closes elastic#19964 Closes elastic#12998 Closes elastic#20022 (cherry picked from commit 4ebf884)
Install and run ES/Kibana.
Install Filebeat.
Run
Not sure if this related to another issue I opened #12998 and it is now just throwing a different error in 7.9 or if it is a new error.
The text was updated successfully, but these errors were encountered: