Commit Graph

212 Commits

Author SHA1 Message Date
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
Antoine Cotten fbb1fe49c3
doc: Add and clarify information about security 2019-07-03 12:02:28 +02:00
Antoine Cotten 2c5ad2e415
doc: Add links to "Configure * on Docker" pages 2019-06-30 21:00:20 +02:00
Antoine Cotten ef493617ab
doc: Give a realistic estimate of Kibana startup time
Closes #407
2019-06-29 15:33:24 +02:00
Antoine Cotten b651d9ecf1
Document minimum host specs
Closes #404
2019-06-28 23:38:22 +02:00
Antoine Cotten 253f4b5083
doc: Remove unnecessary quotes
Closes #406
2019-06-28 23:26:41 +02:00
Antoine Cotten d65e62b030
doc: Fix incorrect usage of logstash_system user
Closes #405
2019-06-28 23:24:22 +02:00
Antoine Cotten 6a97c20a25
Update to 7.2.0
Closes #409
2019-06-28 22:25:19 +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
mw-jko 270933fd9b
Upgrade to 6.7.0 (#377)
Closes #376
2019-04-04 12:13:10 +02:00
Anthony Lapenna 366e2bc5a2
Update to ELK 6.6.1 (#368) 2019-03-04 09:07:08 +13:00
Abdul Wakeel 1ab56c6a17 Upgrade to 6.6.0 (#362) 2019-02-09 19:33:24 +01:00
Walid a710c49610 Update to 6.5.4 (#345) 2018-12-23 16:28:30 +01:00
Nontawat Numor d5411a44d3 Upgrade to Version 6.5.2 (#339) 2018-12-11 09:06:12 +01:00
Antoine Cotten 9bbd587aec
Update to 6.5.1 (#335) 2018-12-07 16:35:53 +01:00
Harry Wood 539b5b8fc3 Fix usage anchor link (#334) 2018-11-14 23:35:21 +01:00
Kiryl Misachenka 938a98d03f Fix scale link anchor (#333) 2018-11-14 23:33:04 +01:00
Antoine Cotten 7398d67a86
Update to 6.4.2
closes #332
2018-10-23 18:07:20 +02:00
Antoine Cotten f286c5bc92
Fix required Docker version 2018-09-05 12:07:23 +02:00
Antoine Cotten a7defb1c2e
Support basic Docker Swarm deployment (#262) 2018-09-02 20:23:18 +02:00
gallofeliz c1dc5d1fe2 Update to 6.4.0 (#312) 2018-08-28 14:50:29 +02:00
Antoine Cotten 1419f9cbe0
Update to 6.3.2
Closes #306
2018-08-14 14:12:28 +02:00
ffknob cc2f64be2e Revert "Revert "Set ELK components version from .env file" (#206)" (#303)
This reverts commit 8f5b242d6a.
2018-08-14 12:45:01 +02:00
Antoine Cotten 5cedd31d44
branding: Rename ELK to Elastic stack
https://www.elastic.co/elk-stack
2018-06-21 10:51:37 +02:00
Antoine Cotten 591ecd1736
Point badge link to update PR 2018-06-21 10:32:21 +02:00
Remi Fouilloux c94a91856b Update to 6.3.0 (#286) 2018-06-18 09:26:33 +02:00
Dawit Nida 7e279b47b2 Update to v6.2.4 (#278) 2018-05-29 23:14:48 +02:00
Mario Kozjak c315453178 update to 6.2.3 (#267)
resolves #266
2018-04-17 11:56:54 +02:00
Ian Pender e800ca8d40 Shared drives hint for Docker for Windows users (#259) 2018-03-26 18:55:55 +02:00
Morgan Kobeissi ef48fb1a52 Update to 6.2.2 (#249) 2018-02-27 17:27:08 +01:00
Antoine Cotten 5652549b5c
Update to 6.2.1
Closes #245
2018-02-14 14:36:26 +01:00
Antoine Cotten 5ecccbe114
Update to 6.1.3
Closes #244
2018-02-07 18:37:04 +01:00
Bobspadger 283dbeb33b Add note about (re)building images (#225) 2018-01-10 14:20:27 +01:00
Antoine Cotten 13a9c66c99
Create index pattern via Kibana API
Closes #216
2018-01-02 20:56:31 +01:00
Lee Myring af2fe322bb Update version to 6.1.0 (#212)
Updated the version of the docker image tags to 6.1.0 and bumped
the version of the ELK badge

* Linked ELK badge to issue #212

The badge link to the pull request was not updated to reflect the
current pull request's number
2017-12-19 20:04:00 +01:00
Michał Siatkowski 8f5b242d6a Revert "Set ELK components version from .env file" (#206)
This reverts commit 5075cafea0.

Fixes #205
2017-12-01 10:58:07 +01:00
Khwunchai Jaengsawang 1cf9cb75e0 Fix typo in README (#201) 2017-11-24 12:34:05 +01:00
Piergiorgio Lucidi 5f1824f4f0
Update to 6.0.0 OSS Edition (#196) 2017-11-17 17:55:41 +01:00
gotjoshua 5075cafea0
Set ELK components version from .env file
Closes #189
2017-11-17 13:32:20 +01:00
ivanrome 0a7ec5eca4 Travis integration (#183) 2017-10-15 18:14:21 +02:00
Brint O'Hearn e8c1fc2d40 Release 5.6.3 (#182) 2017-10-14 17:33:41 +02:00
Edward Sharp f13fa06f48 Release 5.6.2 2017-10-05 10:36:53 +02:00
Antoine Cotten 38be331c16
Release 5.6.1
Closes #173
2017-09-23 20:29:35 +02:00
Antoine Cotten f7f08449f2
Release 5.5.2
hotfix previous commit
2017-08-28 12:39:24 +02:00
Antoine Cotten 725bc397d9
Release 5.5.3
Closes #165
2017-08-28 10:24:11 +02:00
Antoine Cotten 41dc16c734
Release 5.5.1
Closes #158
2017-08-03 12:38:15 +02:00
Antoine Cotten c165422603 Release 5.5.0
Closes #146
2017-07-10 21:18:40 +02:00
TomonoriSoejima ba1acc1fe5 Mention required img rebuild on Dockerfile change (#144) 2017-07-01 23:46:46 +02:00
Antoine Cotten 36ca7e52a5 Release 5.4.3
Closes #142
2017-06-30 15:35:38 +02:00
Antoine Cotten 4420ce1e82 Warn about bind mount pitfalls
ref #115
2017-06-27 11:49:36 +02:00
Antoine Cotten 5babdd23ad Release 5.4.2
Closes #139
2017-06-22 14:29:31 +02:00