configuring.asciidoc 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. [role="xpack"]
  2. [[ml-configuring]]
  3. == Configuring machine learning
  4. If you want to use {xpackml} 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 {xpackml} 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-pop>>
  27. * <<ml-configuring-transform>>
  28. * <<ml-configuring-detector-custom-rules>>
  29. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/ml/customurl.asciidoc
  30. include::customurl.asciidoc[]
  31. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/ml/aggregations.asciidoc
  32. include::aggregations.asciidoc[]
  33. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/ml/categories.asciidoc
  34. include::categories.asciidoc[]
  35. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/ml/populations.asciidoc
  36. include::populations.asciidoc[]
  37. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/ml/transforms.asciidoc
  38. include::transforms.asciidoc[]
  39. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/ml/detector-custom-rules.asciidoc
  40. include::detector-custom-rules.asciidoc[]