troubleshooting.asciidoc 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. [role="xpack"]
  2. [testenv="basic"]
  3. [[dataframe-troubleshooting]]
  4. == Troubleshooting {transforms}
  5. [subs="attributes"]
  6. ++++
  7. <titleabbrev>Troubleshooting</titleabbrev>
  8. ++++
  9. Use the information in this section to troubleshoot common problems.
  10. include::{stack-repo-dir}/help.asciidoc[tag=get-help]
  11. If you encounter problems with your {transforms}, you can gather more
  12. information from the following files and APIs:
  13. * Lightweight audit messages are stored in `.data-frame-notifications-*`. Search
  14. by your `transform_id`.
  15. * The
  16. {ref}/get-transform-stats.html[get {transform} statistics API]
  17. provides information about the {transform} status and failures.
  18. * If the {transform} exists as a task, you can use the
  19. {ref}/tasks.html[task management API] to gather task information. For example:
  20. `GET _tasks?actions=data_frame/transforms*&detailed`. Typically, the task exists
  21. when the {transform} is in a started or failed state.
  22. * The {es} logs from the node that was running the {transform} might
  23. also contain useful information. You can identify the node from the notification
  24. messages. Alternatively, if the task still exists, you can get that information
  25. from the get {transform} statistics API. For more information, see
  26. {ref}/logging.html[Logging configuration].