error-file.asciidoc 628 B

123456789101112
  1. [[error-file-path]]
  2. === JVM fatal error logs
  3. By default, Elasticsearch configures the JVM to write fatal error logs
  4. to the default logging directory (this is `/var/log/elasticsearch` for
  5. the <<rpm,RPM>> and <<deb,Debian>> package distributions, and the `logs`
  6. directory under the root of the Elasticsearch installation for the
  7. <<zip-targz,tar and zip>> archive distributions). These are logs
  8. produced by the JVM when it encounters a fatal error (e.g., a
  9. segmentation fault). If this path is not suitable for receiving logs,
  10. you should modify the entry `-XX:ErrorFile=...` in
  11. <<jvm-options,`jvm.options`>> to an alternate path.