Commit Graph

11 Commits

Author SHA1 Message Date
Antoine Cotten b11cc1cd7c
fix(doc): Update branch in links to Elastic repos 2022-09-20 16:22:57 +02:00
Antoine Cotten 6704d9f1d7
Update to v8.0.0 (#544)
List of changes impacting docker-elk:

- [logstash]: The output to Elasticsearch is handled as a data stream.

  Starting with v8.0.0, the `elasticsearch` output for Logstash sends
  log data to a data stream instead of `logstash-*` indices by default.
  The name of the default data stream is `logs-generic-default`.
  docker-elk remains unopinionated and simply uses Elastic's defaults
  like it always has, so users who prefer to retain the old behaviour
  need to explicitly opt-out of data streams in their Logstash
  pipelines.

  Refs:
  - https://www.elastic.co/guide/en/elasticsearch/reference/current/data-streams.html
  - https://www.elastic.co/guide/en/logstash/current/plugins-outputs-elasticsearch.html#plugins-outputs-elasticsearch-data-streams

- [logstash]: The (legacy) monitoring data collection is now disabled.

  This feature was deprecated since v7.9.0, and removed in v8.0.0.

  Ref: https://www.elastic.co/guide/en/logstash/current/monitoring-internal-collection-legacy.html

- [kibana]: An index pattern for `logs-*` indices is automatically
  created.

  It used to be required to manually create an index pattern for indices
  managed by Logstash, even when using the default Logstash indices.
  This is no longer the case since the output data is now being handled
  as a data stream, and Kibana automatically creates index patterns for
  these.

- [elasticsearch]: The command line tool `elasticsearch-setup-passwords`
  was deprecated in favour of a new `elasticsearch-reset-password` tool.

  Passwords for built-in users must now be generated one by one.

  Ref: https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-passwords.html

- [enterprise-search]: Kibana is now the new management interface, and
  the only one available moving forward.

  The old standalone Enterprise Search interface was removed in v8.0.0.

  Ref: https://www.elastic.co/guide/en/enterprise-search/current/user-interfaces.html
2022-02-10 17:19:04 +01:00
Antoine Cotten b63dc65ebb
Update links to sources of base images 2019-08-04 22:19:05 +02:00
Antoine Cotten a873e6815d
Update to 7.1.1
Closes #401
2019-06-18 13:27:52 +02:00
Kshitij Gupta 05e527c503 Update to Elastic 7.0.1 (#382) 2019-05-07 10:49:19 +02:00
Antoine Cotten e8e238f00c
Enable Stack Features (X-Pack) and trial by default (#387)
Co-authored-by: Willian Soares <willian@unidesk.com.br>
2019-05-06 23:51:40 +02:00
Antoine Cotten 5ecccbe114
Update to 6.1.3
Closes #244
2018-02-07 18:37:04 +01:00
Piergiorgio Lucidi 5f1824f4f0
Update to 6.0.0 OSS Edition (#196) 2017-11-17 17:55:41 +01:00
lbausch 55bfa14bd5 Fix link to default logstash config (#193) 2017-11-12 11:09:04 +01:00
Mark Davidson aa06a825eb Update to 5.4 (#120)
Includes required change for logstash config and disables the new machine learning functionality in x-pack by default.
2017-05-08 17:13:05 +02:00
Antoine Cotten 52f43a4a72 Disable X-Pack monitoring in Logstash conf
Fixes #98
2017-03-02 11:22:39 +01:00