Commit Graph

264 Commits

Author SHA1 Message Date
docker-elk-updater[bot] b64709602b
Update to v8.3.2 2022-07-10 00:28:03 +00:00
docker-elk-updater[bot] 6f73c4f528
Update to v8.3.1 2022-07-03 00:27:08 +00:00
docker-elk-updater[bot] 384e3320e2
Update to v8.2.3 2022-06-19 11:37:38 +00:00
Antoine Cotten 003b94d565
doc: Mention known incompatibilities with Compose < 1.26
Closes #698
2022-06-03 11:18:14 +02:00
docker-elk-updater[bot] 3e2230e09a
Update to v8.2.2 2022-05-29 00:24:41 +00:00
Antoine Cotten 1557e27bff
doc: Render notes and warnings using GitHub admonitions
https://github.com/github/feedback/discussions/16925
2022-05-21 12:14:56 +02:00
Antoine Cotten 4319be7cd0
fix: Revert removal of -Xms JVM option
Logstash has '-Xms1g' set inside 'config/jvm.options', so either -Xms
must be set, or -Xmx must be greater than 1g (which is too high of a
default for docker-elk).

Elastic explicitly recommends setting -Xms and -Xmx to the same value
for Elasticsearch:
  https://www.elastic.co/guide/en/elasticsearch/reference/8.2/advanced-configuration.html#set-jvm-heap-size
2022-05-16 21:29:08 +02:00
Antoine Cotten 239099874a
chore: Raise max heap size of Elasticsearch to 512 MB
This value should be a sane default. Modern versions require more
resources, and nowadays any consumer hardware should be able to have
access to this amount of memory.

Additionally, do not set a lower bound on the heap size, so that unused
space isn't unnecessarily committed to the JVM.
2022-05-16 20:53:17 +02:00
docker-elk-updater[bot] 164588d301
Update to v8.2.0 2022-05-08 00:25:12 +00:00
docker-elk-updater[bot] 5d844f3c91
Update to v8.1.3 2022-04-24 00:23:56 +00:00
docker-elk-updater[bot] d9d43c2a40
Update to v8.1.2 2022-04-03 00:21:55 +00:00
docker-elk-updater[bot] 2ec05d65b2
Update to v8.1.1 2022-03-27 00:22:47 +00:00
docker-elk-updater[bot] 0f5dcf1d70
Update to v8.1.0 2022-03-13 08:10:50 +00:00
Antoine Cotten 1f26484b61
doc: Mention support for Compose V2
Closes #684
2022-03-12 17:25:20 +01:00
Antoine Cotten 488a88b4ca
doc: Revert in-paragraph string replacement by update bot 2022-03-06 11:02:29 +01:00
docker-elk-updater[bot] 21aa0ce9af
Update to v8.0.1 2022-03-06 10:00:13 +00:00
Antoine Cotten 159c934ad2
doc: Bump minimum Compose version requirement to 1.26.0
Prior to this version, surrounding quotes (single and double) were
preserved in values coming from the '.env' file, which is counter
intuitive and goes against the recommended practice of quoting values
containing special characters, such as passwords.

Closes #677
2022-02-28 15:33:50 +01:00
Antoine Cotten 9a52c6cf5f
chore: Update animated demo for v8.0.0 2022-02-28 12:03:18 +01:00
Antoine Cotten 924a1e5987
chore: Update Compose file version to 3.7
Allows enabling the 'init' option in the 'setup' service.

Requires Docker 18.06.0 and Compose 1.22.0.
2022-02-28 09:50:52 +01:00
Antoine Cotten 0a9c3ebd2c
doc: Update "Philosophy" section to reflect latest changes
We do use a small amount of custom setup automation now.
2022-02-28 09:02:44 +01:00
Antoine Cotten 9877b39900
Automate management of required roles and user passwords (#671) 2022-02-21 11:19:43 +01:00
Antoine Cotten a82e95d94e
doc: Provide examples of config overrides via env vars 2022-02-11 19:51:43 +01:00
Antoine Cotten b77b7fb66a
fix: Swap flag with service name in Compose command
Related to #667
2022-02-11 19:10:58 +01:00
Antoine Cotten 370ebbfaf4
doc: Update "Initial Setup" section for v8.0.0
Starting with Elastic v8.0.0, it is no longer possible to run Kibana
using the bootstraped privileged `elastic` user.

Closes #666
2022-02-11 14:48:00 +01: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
docker-elk-updater[bot] 1a30af6e11
Update to v7.17.0 2022-02-04 14:37:42 +00:00
docker-elk-updater[bot] ff35064836
Update to v7.16.3 2022-01-16 00:20:34 +00:00
docker-elk-updater[bot] 691ffd8764
Update to v7.16.2 2021-12-20 16:01:32 +00:00
docker-elk-updater[bot] c7f4a8eac0
Update to v7.16.1 2021-12-13 16:18:54 +00:00
docker-elk-updater[bot] 4e6c8712fe
Update to v7.16.0 2021-12-12 11:30:14 +00:00
Yuri Pereira Constante 01a0cf94d5
Podman and SELinux compatible volume declaration (#639) 2021-11-29 09:28:17 +01:00
docker-elk-updater[bot] 8055143d52
Update to v7.15.2 2021-11-11 14:36:47 +00:00
Antoine Cotten 6f8117e2d8
doc: Increase resolution of animated demo, compress GIF 2021-11-07 11:46:55 +01:00
Antoine Cotten e8d16db9b6
doc: Add animated demo to README 2021-11-06 20:38:49 +01:00
Antoine Cotten 5ffa296608
doc: Add note about cancelling an ongoing trial 2021-10-30 18:55:06 +02:00
github-actions[bot] b2e2aa792c
Update to v7.15.1 (#631)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2021-10-26 19:41:15 +02:00
Antoine Cotten 791150114a
Update instructions for Docker Desktop 2021-09-23 23:00:17 +02:00
Antoine Cotten 47fb64f9c6
Update link to security reference
The tutorial page was deleted and links to this reference page.
2021-09-23 22:02:48 +02:00
Antoine Cotten f79ac77ad0
Update to v7.15.0 2021-09-23 21:52:55 +02:00
Antoine Cotten 5103d46859
Update to v7.14.1 2021-09-02 15:39:46 +02:00
Antoine Cotten 05768d135e
Update to v7.14.0 (#612) 2021-08-11 16:20:56 +02:00
github-actions[bot] 3ed2a5a2d4
Update to v7.13.4 (#607)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2021-07-25 08:37:34 +02:00
github-actions[bot] 42e537e743
Update to v7.13.2 (#595)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2021-06-20 19:14:43 +02:00
github-actions[bot] 6af589b4a7
Update to v7.13.1 (#594)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2021-06-06 22:11:34 +02:00
Conor O'Callaghan 3b61be9559
Update to v7.13.0 (#593) 2021-05-26 16:18:01 +02:00
github-actions[bot] b3498d18ca
Update to v7.12.1 (#591)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2021-05-02 16:05:01 +02:00
github-actions[bot] 37dc3c1d4a
Update to v7.12.0 (#584)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2021-03-28 18:12:34 +02:00
github-actions[bot] 3c455d61ca
Update to v7.11.2 (#580)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2021-03-11 19:24:44 +01:00
github-actions[bot] f9235f2105
Update to v7.11.1 (#577)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2021-02-21 10:34:24 +01:00
github-actions[bot] 75ebebcebb
Update to v7.11.0 (#575)
ci: Update Enterprise Search test for v3 index

App Search API keys are now encrypted in Elasticsearch, so we simply
ensure they exist and don't try to read their value.
2021-02-11 13:48:22 +01:00
Antoine Cotten 980c5c480f
Rename master branch to main (#571) 2021-01-20 08:12:56 +13:00
github-actions[bot] b4dc43e583
Update to v7.10.2 (#570)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2021-01-16 22:29:47 +01:00
Antoine Cotten a14d68b261
Remove misleading note about rebase policy
All secondary branches are regularly rebased onto master, not only the
tls branch.
2021-01-16 22:24:51 +01:00
github-actions[bot] 29b988195c
Update to v7.10.1 (#556)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2020-12-13 09:50:09 +01:00
github-actions[bot] 1bee7e1c09
Update to v7.10.0 (#553)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2020-11-11 16:55:48 +01:00
github-actions[bot] 6f6266a605
Update to v7.9.3 (#551)
Co-authored-by: antoineco <antoineco@users.noreply.github.com>
2020-11-09 14:56:51 +01:00
Antoine Cotten fe2aead437
Point version badge at Elastic's releases blog 2020-11-09 13:46:13 +01:00
Antoine Cotten 78d3a85d7a
doc: Fix numbering in Initial setup section 2020-10-25 13:15:44 +01:00
Antoine Cotten 65ab6443c8
Explain the project's philosophy (#545) 2020-10-18 23:13:53 +02:00
Antoine Cotten ace6e71cff
Enable linter for Markdown files 2020-10-18 20:32:23 +02:00
Antoine Cotten b908c5b2ec
Add Action to track dead links in docs 2020-10-18 18:49:57 +02:00
Antoine Cotten a4f4e8fd39
Enable Logstash's Beats input by default
The configuration from the official Docker image includes it by default:
https://github.com/elastic/logstash/blob/7.9/docker/data/logstash/pipeline/default.conf

More information about the Beats input plugin:
https://www.elastic.co/guide/en/logstash/current/plugins-inputs-beats.html
2020-10-18 11:48:25 +02:00
Antoine Cotten 4adbafd19f
Document Logstash monitoring port 2020-10-18 11:48:24 +02:00
Antoine Cotten a447a2c597
Add Elastic Stack logo to ELK badge 2020-10-17 22:37:25 +02:00
Antoine Cotten e9d5d8f97b
Use implicit Markdown list numbering 2020-10-17 15:41:03 +02:00
Antoine Cotten 8aeef2f30c
Clarify what happens at the end of the trial 2020-10-17 15:39:15 +02:00
Antoine Cotten b6592d6c34
Add TLS to stack variants
Closes #402
2020-10-17 12:45:58 +02:00
Antoine Cotten 788b88c148
Update links in README 2020-10-17 12:45:48 +02:00
Antoine Cotten 4676f21ee8
CI badge link shows runs filtered by branch 2020-10-14 03:30:32 +02:00
Antoine Cotten b599285dac
Move CI flow from Travis CI to GitHub Actions 2020-10-14 00:32:17 +02:00
Antoine Cotten 081589dd18
Update to v7.9.2
Closes #539
2020-10-09 11:57:40 +02:00
Antoine Cotten fd704c4b7c
Document how to reset a password 2020-09-17 13:44:59 +02:00
Antoine Cotten d2ff4a5f22
Update to v7.9.1
Closes #529
2020-09-08 11:32:03 +02:00
BubbaJames fbe0fa29b9
Replace block quotes with emphasis; bold warnings, italic info (#524)
Co-authored-by: Antoine Cotten <hello@acotten.com>
2020-08-20 10:48:31 +02:00
Antoine Cotten c0dcc2489b
Update to v7.8.0 2020-06-30 10:06:40 +02:00
Antoine Cotten ffc52a9c89
Update to v7.7.1 2020-06-10 15:29:38 +02:00
Alkan ARSLAN a7175e265b
Update to 7.6.2 (#482)
Co-authored-by: Antoine Cotten <hello@acotten.com>
2020-04-19 14:44:16 +02:00
Antoine Cotten c6950f8580
Update table of contents 2020-04-01 16:54:30 +02:00
Antoine Cotten 4156c0cb99
docs: Document supported major versions (#474) 2020-03-13 08:44:03 +13:00
Antoine Cotten b000267d86
travis: Move reusable functions to bash lib 2020-03-04 22:47:21 +01:00
Antoine Cotten c680149e42
Update to 7.6.0
Closes #473
2020-03-02 18:06:25 +01:00
Antoine Cotten 660ae0e824
doc: Increase minimum Compose version
Versions below 1.20.0 do not pass proxy settings to containers created
by Compose. Therefore, we discourage users from using those versions.

Closes #465
2020-03-02 17:55:35 +01:00
Antoine Cotten b91b5c3866
docs: Update link to 'Built-in users' page 2020-02-27 15:47:42 +01:00
Antoine Cotten d743e6e78b
docs: Use warning signs for critical information 2020-02-27 11:01:56 +01:00
Antoine Cotten 0291e8c84d
Update a few links 2020-02-26 14:53:06 +01:00
Omer botenski 1088419286
Link to Linux post-install instructions (#461)
Co-authored-by: Antoine Cotten <hello@acotten.com>
2020-02-25 16:45:55 +01:00
Antoine Cotten fe6432bc0d
Provide short instructions to create index pattern
Fixes #464
2020-02-11 15:44:35 +01:00
Antoine Cotten 1d5d04baf5
Update to 7.5.1
Closes #462
2020-01-15 14:29:30 +01:00
Antoine Cotten f5c6aa4f42
Emphasize that the repo is to be cloned on the Docker host
Closes #134
2019-12-18 19:07:30 +01:00
Antoine Cotten 6a7902b548
Update to 7.5.0
Closes #456
2019-12-17 14:51:15 +01:00
Antoine Cotten 8f55c5a9d8
Clarify usage of netcat commands
Closes #452
2019-12-05 18:45:37 +01:00
Antoine Cotten d7f5deb6ff
Clarify set up of built-in users (#450) 2019-11-26 14:56:27 +01:00
Benny O 6d16363f7c Update to 7.4.1 (#442) 2019-10-29 16:18:01 +01:00
Anthony Lapenna 1e8b471344
Persist Elasticsearch data by default via named volume (#430)
* Persist Elasticsearch data by default via named volume

* update volume declaration to long format

* Update README
2019-09-11 07:29:48 +12:00
Antoine Cotten 979d227658
Use v3 volume syntax 2019-09-09 17:04:57 +02:00
Antoine Cotten 600488a5bd
Update to 7.3.1
Closes #428
2019-09-09 10:54:42 +02:00
Antoine Cotten 8ce7b5c6ec
Increase minimum memory requirement
Closes #419
2019-08-04 22:30:59 +02:00
Antoine Cotten c3e5eef81d
Update to 7.2.1
Closes #421
2019-08-04 22:26:56 +02:00
Antoine Cotten b63dc65ebb
Update links to sources of base images 2019-08-04 22:19:05 +02:00
Antoine Cotten d697ac9dd5
doc: Point users to important system configurations
Closes #415
2019-07-17 15:42:08 +02:00