troubleshooting.asciidoc 1.2 KB

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