Skip to content

Releases: elastic/support-diagnostics

Elasticsearch Support Diagnostics 5.7

06 Mar 22:18
Compare
Choose a tag to compare

Fix for xpack settings.

Elasticsearch Support Diagnostics 5.6

28 Feb 22:36
Compare
Choose a tag to compare

Elasticsearch Support Diagnostics 5.5

24 Jan 15:02
Compare
Choose a tag to compare

Manifest changes
Replaced spaces from log/config directory name with underscores, removed and to shorten for parsing.

Elasticsearch Support Diagnostics 5.4

23 Dec 17:23
Compare
Choose a tag to compare

Fix for manifest formatting.

Elasticsearch Support Diagnostics 5.3

21 Dec 17:24
Compare
Choose a tag to compare

Access logs no longer collected by default. --accessLogs flag now required to trigger collection.

Elasticsearch Support Diagnostics 5.2

14 Dec 16:10
Compare
Choose a tag to compare

When elasticsearch.yml was written back out after running the password cleansing it was coming out as standard json output with no line breaks or formatting. All rewritten content will come out as flattened using the dot notation but order and line breaks should be there now.

Elasticsearch Support Diagnostics 5.1

02 Dec 16:08
Compare
Choose a tag to compare

Added manifest.json file containing diag version run, inputs used, time utility was run, host utility was run on, targeted host, and cluster name.

Elasticsearch Support Diagnostics 5.0

26 Oct 12:29
Compare
Choose a tag to compare

Minor fixes to address changes in REST API for 5.0
Refactor of some REST client functionality

Elasticsearch Support Diagnostics 2.1.2

25 Aug 11:44
Compare
Choose a tag to compare
  • Added authentication cache to basic authentication to address issue with anonymous access.
  • Added _shard_stores command to submitted REST list for version 5 runs.
  • Added check for zero based Compressed Oops. Note that this depends on the success of the JPS command so it will require that the diagnostic be run with sufficient authority at the system level.

Elasticsearch Support Diagnostics 2.1.1

04 Aug 15:36
Compare
Choose a tag to compare
  • Various fixes to the command syntaxes - Thanks Glen!
  • Enhanced timed repetitions functionality - when running in automated fashion at timed intervals the logs and configs will only be collected on the last run to save disk space and IO. System commands still run.
  • --noLogs added to suppress log/config file retrieval. System commands will still be run however.