configuring.asciidoc 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. [role="xpack"]
  2. [[ml-configuring]]
  3. == Configuring machine learning
  4. If you want to use {ml-features}, there must be at least one {ml} node in
  5. your cluster and all master-eligible nodes must have {ml} enabled. By default,
  6. all nodes are {ml} nodes. For more information about these settings, see
  7. {ref}/modules-node.html#modules-node-xpack[{ml} nodes].
  8. To use the {ml-features} to analyze your data, you must create a job and
  9. send your data to that job.
  10. * If your data is stored in {es}:
  11. ** You can create a {dfeed}, which retrieves data from {es} for analysis.
  12. ** You can use {kib} to expedite the creation of jobs and {dfeeds}.
  13. * If your data is not stored in {es}, you can
  14. {ref}/ml-post-data.html[POST data] from any source directly to an API.
  15. The results of {ml} analysis are stored in {es} and you can use {kib} to help
  16. you visualize and explore the results.
  17. For a tutorial that walks you through these configuration steps,
  18. see <<ml-getting-started>>.
  19. Though it is quite simple to analyze your data and provide quick {ml} results,
  20. gaining deep insights might require some additional planning and configuration.
  21. The scenarios in this section describe some best practices for generating useful
  22. {ml} results and insights from your data.
  23. * <<ml-configuring-url>>
  24. * <<ml-configuring-aggregation>>
  25. * <<ml-configuring-categories>>
  26. * <<ml-configuring-detector-custom-rules>>
  27. * <<ml-configuring-pop>>
  28. * <<ml-configuring-transform>>
  29. * <<ml-delayed-data-detection>>
  30. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/ml/customurl.asciidoc
  31. include::customurl.asciidoc[]
  32. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/ml/aggregations.asciidoc
  33. include::aggregations.asciidoc[]
  34. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/ml/detector-custom-rules.asciidoc
  35. include::detector-custom-rules.asciidoc[]
  36. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/ml/categories.asciidoc
  37. include::categories.asciidoc[]
  38. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/ml/populations.asciidoc
  39. include::populations.asciidoc[]
  40. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/ml/transforms.asciidoc
  41. include::transforms.asciidoc[]
  42. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/ml/delayed-data-detection.asciidoc
  43. include::delayed-data-detection.asciidoc[]