configuring.asciidoc 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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#ml-node[{ml} nodes].
  8. To use the {ml-features} to analyze your data, you can create an {anomaly-job}
  9. and 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. include::customurl.asciidoc[]
  31. include::aggregations.asciidoc[]
  32. include::detector-custom-rules.asciidoc[]
  33. include::categories.asciidoc[]
  34. include::populations.asciidoc[]
  35. include::transforms.asciidoc[]
  36. include::delayed-data-detection.asciidoc[]