Commit Graph

243 Commits

Author SHA1 Message Date
docker-elk-updater[bot] c9241ca86f
Update to v8.8.0 2023-05-28 00:27:08 +00:00
docker-elk-updater[bot] c6978b0e99
Update to v8.7.1 2023-05-03 16:45:17 +00:00
Antoine Cotten 43716a84ad
feat: make execution of 'setup' container manual
Closes #798
2023-05-03 18:18:10 +02:00
Antoine Cotten 41204d822d
doc: Emphasize setup step, reorganize introduction
In preparation for #798
2023-05-02 11:19:06 +02:00
docker-elk-updater[bot] d9bbfe30b7
Update to v8.7.0 2023-04-02 01:16:02 +00:00
Antoine Cotten 151888429d
doc: Update links to Docker Desktop file sharing
The previous links are no longer redirected and send users to the Quick
Start page.
2023-03-18 00:36:15 +01:00
Antoine Cotten 907a0703d8
doc: Remove unnecessary prompt symbol in console cmds
This forces users to manually remove the symbol after copying commands
using GitHub's inline copy button.
2023-03-18 00:08:09 +01:00
Antoine Cotten 5f497953f9
doc: Mention `git clone` command
Related to #837
2023-03-18 00:02:59 +01:00
Antoine Cotten f695ab93c4
doc: Disambiguate `nc` flags usage for data ingestion
Fixes #835
2023-03-17 23:54:12 +01:00
docker-elk-updater[bot] 12460ed079
Update to v8.6.2 2023-02-17 08:25:03 +00:00
Antoine Cotten ae21be1c5e
doc: Update link to Gitter chat room
https://blog.gitter.im/2023/02/13/gitter-has-fully-migrated-to-matrix/
2023-02-13 20:19:05 +01:00
docker-elk-updater[bot] 717966a2be
Set FLEET_SERVER_HOST explicitly 2023-02-01 00:08:22 +00:00
docker-elk-updater[bot] be973ec739
Update to v8.5.3 2022-12-11 00:26:57 +00:00
docker-elk-updater[bot] 67baf969b2
Update to v8.5.2 2022-11-27 00:27:43 +00:00
Antoine Cotten e7587965fd
doc: Describe how to re-execute the setup after init 2022-11-18 21:43:35 +01:00
Antoine Cotten 654a18dcdb
feat(ext/beats): Monitor using unprivileged user
Both the collection and storage of monitoring data are now performed
using the unpriviliged built-in users 'remote_monitoring_user' and
'beats_system' respectively, instead of the 'elastic' superuser.
2022-11-18 17:10:20 +01:00
docker-elk-updater[bot] 384e50bfcd
Update to v8.5.1 2022-11-16 22:37:25 +00:00
Antoine Cotten 347ef2bfd8
doc: Update description of tls branch 2022-11-16 16:36:50 +01:00
Antoine Cotten fdfd1eb71c
doc: Update link to Compose v2 2022-11-16 16:15:30 +01:00
Antoine Cotten c7ed1b56f2
doc: Remove mentions to X-Pack
X-Pack is no longer relevant. Most of its features have been included
free of charge in Elastic products since version 6.3 under the Elastic
License v2.

Refs.
 - https://www.elastic.co/what-is/open-x-pack
 - https://www.elastic.co/pricing/faq/licensing
2022-11-16 16:03:39 +01:00
docker-elk-updater[bot] 5247df5787
Update to v8.5.0 2022-11-06 07:52:36 +01:00
docker-elk-updater[bot] 8d99ebbe3f
Update to v8.4.3 2022-10-09 00:31:32 +00:00
docker-elk-updater[bot] fd33e7ccbb
Update to v8.4.2 2022-09-25 06:22:08 +00:00
Antoine Cotten b11cc1cd7c
fix(doc): Update branch in links to Elastic repos 2022-09-20 16:22:57 +02:00
Daniel Abbatt 0f93372ea4
fix(doc): Typo in link label 2022-09-01 08:04:33 +02:00
docker-elk-updater[bot] 0dfc4bb99e
Update to v8.4.1 2022-08-30 16:56:10 +00:00
docker-elk-updater[bot] 5b939e457e
Update to v8.4.0 2022-08-25 09:33:50 +00:00
docker-elk-updater[bot] fff0c8fc98
Update to v8.3.3 2022-07-31 00:25:25 +00:00
Evan b6eb747a4a
fix: Logstash TCP input uses IANA registered port 5000 2022-07-17 00:00:38 +02:00
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