{"id":13405952,"url":"https://github.com/deviantony/docker-elk","last_synced_at":"2025-05-12T05:34:31.445Z","repository":{"id":23463556,"uuid":"26827696","full_name":"deviantony/docker-elk","owner":"deviantony","description":"The Elastic stack (ELK) powered by Docker and Compose.","archived":false,"fork":false,"pushed_at":"2025-05-08T18:31:05.000Z","size":865,"stargazers_count":17803,"open_issues_count":4,"forks_count":6895,"subscribers_count":340,"default_branch":"main","last_synced_at":"2025-05-12T02:51:22.030Z","etag":null,"topics":["docker","docker-compose","elasticsearch","elk","kibana","logstash","searchguard"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deviantony.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-11-18T20:07:47.000Z","updated_at":"2025-05-10T12:15:29.000Z","dependencies_parsed_at":"2023-09-24T02:13:29.763Z","dependency_job_id":"653cdada-8c33-4957-b8d0-42f5c94bab0c","html_url":"https://github.com/deviantony/docker-elk","commit_stats":{"total_commits":447,"total_committers":69,"mean_commits":6.478260869565218,"dds":0.5055928411633109,"last_synced_commit":"5b1c37acce68a5bb9a450edf111f678db0217e1b"},"previous_names":[],"tags_count":13,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deviantony%2Fdocker-elk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deviantony%2Fdocker-elk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deviantony%2Fdocker-elk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deviantony%2Fdocker-elk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deviantony","download_url":"https://codeload.github.com/deviantony/docker-elk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253672736,"owners_count":21945483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","elasticsearch","elk","kibana","logstash","searchguard"],"created_at":"2024-07-30T19:02:16.923Z","updated_at":"2025-05-12T05:34:31.422Z","avatar_url":"https://github.com/deviantony.png","language":"Shell","readme":"# Elastic stack (ELK) on Docker\n\n[![Elastic Stack version](https://img.shields.io/badge/Elastic%20Stack-9.0.1-00bfb3?style=flat\u0026logo=elastic-stack)](https://www.elastic.co/blog/category/releases)\n[![Build Status](https://github.com/deviantony/docker-elk/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/deviantony/docker-elk/actions/workflows/ci.yml?query=branch%3Amain)\n[![Join the chat](https://badges.gitter.im/Join%20Chat.svg)](https://app.gitter.im/#/room/#deviantony_docker-elk:gitter.im)\n\nRun the latest version of the [Elastic stack][elk-stack] with Docker and Docker Compose.\n\nIt gives you the ability to analyze any data set by using the searching/aggregation capabilities of Elasticsearch and\nthe visualization power of Kibana.\n\nBased on the [official Docker images][elastic-docker] from Elastic:\n\n* [Elasticsearch](https://github.com/elastic/elasticsearch/tree/main/distribution/docker)\n* [Logstash](https://github.com/elastic/logstash/tree/main/docker)\n* [Kibana](https://github.com/elastic/kibana/tree/main/src/dev/build/tasks/os_packages/docker_generator)\n\nOther available stack variants:\n\n* [`tls`](https://github.com/deviantony/docker-elk/tree/tls): TLS encryption enabled in Elasticsearch, Kibana (opt in),\n  and Fleet\n\n\u003e [!IMPORTANT]\n\u003e [Platinum][subscriptions] features are enabled by default for a [trial][license-mngmt] duration of **30 days**. After\n\u003e this evaluation period, you will retain access to all the free features included in the Open Basic license seamlessly,\n\u003e without manual intervention required, and without losing any data. Refer to the [How to disable paid\n\u003e features](#how-to-disable-paid-features) section to opt out of this behaviour.\n\n---\n\n## tl;dr\n\n```sh\ndocker compose up setup\n```\n\n```sh\ndocker compose up\n```\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/user-attachments/assets/6f67cbc0-ddee-44bf-8f4d-7fd2d70f5217\"\u003e\n  \u003cimg alt=\"Animated demo\" src=\"https://github.com/user-attachments/assets/501a340a-e6df-4934-90a2-6152b462c14a\"\u003e\n\u003c/picture\u003e\n\n---\n\n## Philosophy\n\nWe aim at providing the simplest possible entry into the Elastic stack for anybody who feels like experimenting with\nthis powerful combo of technologies. This project's default configuration is purposely minimal and unopinionated. It\ndoes not rely on any external dependency, and uses as little custom automation as necessary to get things up and\nrunning.\n\nInstead, we believe in good documentation so that you can use this repository as a template, tweak it, and make it _your\nown_. [sherifabdlnaby/elastdocker][elastdocker] is one example among others of project that builds upon this idea.\n\n---\n\n## Contents\n\n1. [Requirements](#requirements)\n   * [Host setup](#host-setup)\n   * [Docker Desktop](#docker-desktop)\n     * [Windows](#windows)\n     * [macOS](#macos)\n1. [Usage](#usage)\n   * [Bringing up the stack](#bringing-up-the-stack)\n   * [Initial setup](#initial-setup)\n     * [Setting up user authentication](#setting-up-user-authentication)\n     * [Injecting data](#injecting-data)\n   * [Cleanup](#cleanup)\n   * [Version selection](#version-selection)\n1. [Configuration](#configuration)\n   * [How to configure Elasticsearch](#how-to-configure-elasticsearch)\n   * [How to configure Kibana](#how-to-configure-kibana)\n   * [How to configure Logstash](#how-to-configure-logstash)\n   * [How to disable paid features](#how-to-disable-paid-features)\n   * [How to scale out the Elasticsearch cluster](#how-to-scale-out-the-elasticsearch-cluster)\n   * [How to re-execute the setup](#how-to-re-execute-the-setup)\n   * [How to reset a password programmatically](#how-to-reset-a-password-programmatically)\n1. [Extensibility](#extensibility)\n   * [How to add plugins](#how-to-add-plugins)\n   * [How to enable the provided extensions](#how-to-enable-the-provided-extensions)\n1. [JVM tuning](#jvm-tuning)\n   * [How to specify the amount of memory used by a service](#how-to-specify-the-amount-of-memory-used-by-a-service)\n   * [How to enable a remote JMX connection to a service](#how-to-enable-a-remote-jmx-connection-to-a-service)\n1. [Going further](#going-further)\n   * [Plugins and integrations](#plugins-and-integrations)\n\n## Requirements\n\n### Host setup\n\n* [Docker Engine][docker-install] version **18.06.0** or newer\n* [Docker Compose][compose-install] version **2.0.0** or newer\n* 1.5 GB of RAM\n\n\u003e [!NOTE]\n\u003e Especially on Linux, make sure your user has the [required permissions][linux-postinstall] to interact with the Docker\n\u003e daemon.\n\nBy default, the stack exposes the following ports:\n\n* 5044: Logstash Beats input\n* 50000: Logstash TCP input\n* 9600: Logstash monitoring API\n* 9200: Elasticsearch HTTP\n* 9300: Elasticsearch TCP transport\n* 5601: Kibana\n\n\u003e [!WARNING]\n\u003e Elasticsearch's [bootstrap checks][bootstrap-checks] were purposely disabled to facilitate the setup of the Elastic\n\u003e stack in development environments. For production setups, we recommend users to set up their host according to the\n\u003e instructions from the Elasticsearch documentation: [Important System Configuration][es-sys-config].\n\n### Docker Desktop\n\n#### Windows\n\nIf you are using the legacy Hyper-V mode of _Docker Desktop for Windows_, ensure that [File\nSharing][desktop-filesharing] is enabled for the `C:` drive.\n\n#### macOS\n\nThe default configuration of _Docker Desktop for Mac_ allows mounting files from `/Users/`, `/Volume/`, `/private/`,\n`/tmp` and `/var/folders` exclusively. Make sure the repository is cloned in one of those locations or follow the\ninstructions from the [documentation][desktop-filesharing] to add more locations.\n\n## Usage\n\n\u003e [!WARNING]\n\u003e You must rebuild the stack images with `docker compose build` whenever you switch branch or update the\n\u003e [version](#version-selection) of an already existing stack.\n\n### Bringing up the stack\n\nClone this repository onto the Docker host that will run the stack with the command below:\n\n```sh\ngit clone https://github.com/deviantony/docker-elk.git\n```\n\nThen, initialize the Elasticsearch users and groups required by docker-elk by executing the command:\n\n```sh\ndocker compose up setup\n```\n\nIf everything went well and the setup completed without error, start the other stack components:\n\n```sh\ndocker compose up\n```\n\n\u003e [!NOTE]\n\u003e You can also run all services in the background (detached mode) by appending the `-d` flag to the above command.\n\nGive Kibana about a minute to initialize, then access the Kibana web UI by opening \u003chttp://localhost:5601\u003e in a web\nbrowser and use the following (default) credentials to log in:\n\n* user: *elastic*\n* password: *changeme*\n\n\u003e [!NOTE]\n\u003e Upon the initial startup, the `elastic`, `logstash_internal` and `kibana_system` Elasticsearch users are initialized\n\u003e with the values of the passwords defined in the [`.env`](.env) file (_\"changeme\"_ by default). The first one is the\n\u003e [built-in superuser][builtin-users], the other two are used by Kibana and Logstash respectively to communicate with\n\u003e Elasticsearch. This task is only performed during the _initial_ startup of the stack. To change users' passwords\n\u003e _after_ they have been initialized, please refer to the instructions in the next section.\n\n### Initial setup\n\n#### Setting up user authentication\n\n\u003e [!NOTE]\n\u003e Refer to [Security settings in Elasticsearch][es-security] to disable authentication.\n\n\u003e [!WARNING]\n\u003e Starting with Elastic v8.0.0, it is no longer possible to run Kibana using the bootstrapped privileged `elastic` user.\n\nThe _\"changeme\"_ password set by default for all aforementioned users is **unsecure**. For increased security, we will\nreset the passwords of all aforementioned Elasticsearch users to random secrets.\n\n1. Reset passwords for default users\n\n    The commands below reset the passwords of the `elastic`, `logstash_internal` and `kibana_system` users. Take note\n    of them.\n\n    ```sh\n    docker compose exec elasticsearch bin/elasticsearch-reset-password --batch --user elastic\n    ```\n\n    ```sh\n    docker compose exec elasticsearch bin/elasticsearch-reset-password --batch --user logstash_internal\n    ```\n\n    ```sh\n    docker compose exec elasticsearch bin/elasticsearch-reset-password --batch --user kibana_system\n    ```\n\n    If the need for it arises (e.g. if you want to [collect monitoring information][ls-monitoring] through Beats and\n    other components), feel free to repeat this operation at any time for the rest of the [built-in\n    users][builtin-users].\n\n1. Replace usernames and passwords in configuration files\n\n    Replace the password of the `elastic` user inside the `.env` file with the password generated in the previous step.\n    Its value isn't used by any core component, but [extensions](#how-to-enable-the-provided-extensions) use it to\n    connect to Elasticsearch.\n\n    \u003e [!NOTE]\n    \u003e In case you don't plan on using any of the provided [extensions](#how-to-enable-the-provided-extensions), or\n    \u003e prefer to create your own roles and users to authenticate these services, it is safe to remove the\n    \u003e `ELASTIC_PASSWORD` entry from the `.env` file altogether after the stack has been initialized.\n\n    Replace the password of the `logstash_internal` user inside the `.env` file with the password generated in the\n    previous step. Its value is referenced inside the Logstash pipeline file (`logstash/pipeline/logstash.conf`).\n\n    Replace the password of the `kibana_system` user inside the `.env` file with the password generated in the previous\n    step. Its value is referenced inside the Kibana configuration file (`kibana/config/kibana.yml`).\n\n    See the [Configuration](#configuration) section below for more information about these configuration files.\n\n1. Restart Logstash and Kibana to re-connect to Elasticsearch using the new passwords\n\n    ```sh\n    docker compose up -d logstash kibana\n    ```\n\n\u003e [!NOTE]\n\u003e Learn more about the security of the Elastic stack at [Secure the Elastic Stack][sec-cluster].\n\n#### Injecting data\n\nLaunch the Kibana web UI by opening \u003chttp://localhost:5601\u003e in a web browser, and use the following credentials to log\nin:\n\n* user: *elastic*\n* password: *\\\u003cyour generated elastic password\u003e*\n\nNow that the stack is fully configured, you can go ahead and inject some log entries.\n\nThe shipped Logstash configuration allows you to send data over the TCP port 50000. For example, you can use one of the\nfollowing commands — depending on your installed version of `nc` (Netcat) — to ingest the content of the log file\n`/path/to/logfile.log` in Elasticsearch, via Logstash:\n\n```sh\n# Execute `nc -h` to determine your `nc` version\n\ncat /path/to/logfile.log | nc -q0 localhost 50000          # BSD\ncat /path/to/logfile.log | nc -c localhost 50000           # GNU\ncat /path/to/logfile.log | nc --send-only localhost 50000  # nmap\n```\n\nYou can also load the sample data provided by your Kibana installation.\n\n### Cleanup\n\nElasticsearch data is persisted inside a volume by default.\n\nIn order to entirely shutdown the stack and remove all persisted data, use the following Docker Compose command:\n\n```sh\ndocker compose down -v\n```\n\n### Version selection\n\nThis repository stays aligned with the latest version of the Elastic stack. The `main` branch tracks the current major\nversion (9.x).\n\nTo use a different version of the core Elastic components, simply change the version number inside the [`.env`](.env)\nfile. If you are upgrading an existing stack, remember to rebuild all container images using the `docker compose build`\ncommand.\n\n\u003e [!IMPORTANT]\n\u003e Always pay attention to the [official upgrade instructions][upgrade] for each individual component before performing a\n\u003e stack upgrade.\n\nOlder major versions are also supported on separate branches:\n\n* [`release-8.x`](https://github.com/deviantony/docker-elk/tree/release-8.x): 8.x series\n* [`release-7.x`](https://github.com/deviantony/docker-elk/tree/release-7.x): 7.x series (End-of-Life)\n* [`release-6.x`](https://github.com/deviantony/docker-elk/tree/release-6.x): 6.x series (End-of-life)\n* [`release-5.x`](https://github.com/deviantony/docker-elk/tree/release-5.x): 5.x series (End-of-life)\n\n## Configuration\n\n\u003e [!IMPORTANT]\n\u003e Configuration is not dynamically reloaded, you will need to restart individual components after any configuration\n\u003e change.\n\n### How to configure Elasticsearch\n\nThe Elasticsearch configuration is stored in [`elasticsearch/config/elasticsearch.yml`][config-es].\n\nYou can also specify the options you want to override by setting environment variables inside the Compose file:\n\n```yml\nelasticsearch:\n\n  environment:\n    network.host: _non_loopback_\n    cluster.name: my-cluster\n```\n\nPlease refer to the following documentation page for more details about how to configure Elasticsearch inside Docker\ncontainers: [Install Elasticsearch with Docker][es-docker].\n\n### How to configure Kibana\n\nThe Kibana default configuration is stored in [`kibana/config/kibana.yml`][config-kbn].\n\nYou can also specify the options you want to override by setting environment variables inside the Compose file:\n\n```yml\nkibana:\n\n  environment:\n    SERVER_NAME: kibana.example.org\n```\n\nPlease refer to the following documentation page for more details about how to configure Kibana inside Docker\ncontainers: [Install Kibana with Docker][kbn-docker].\n\n### How to configure Logstash\n\nThe Logstash configuration is stored in [`logstash/config/logstash.yml`][config-ls].\n\nYou can also specify the options you want to override by setting environment variables inside the Compose file:\n\n```yml\nlogstash:\n\n  environment:\n    LOG_LEVEL: debug\n```\n\nPlease refer to the following documentation page for more details about how to configure Logstash inside Docker\ncontainers: [Configuring Logstash for Docker][ls-docker].\n\n### How to disable paid features\n\nYou can cancel an ongoing trial before its expiry date — and thus revert to a basic license — either from the [License\nManagement][license-mngmt] panel of Kibana, or using Elasticsearch's `start_basic` [Licensing API][license-apis]. Please\nnote that the second option is the only way to recover access to Kibana if the license isn't either switched to `basic`\nor upgraded before the trial's expiry date.\n\nChanging the license type by switching the value of Elasticsearch's `xpack.license.self_generated.type` setting from\n`trial` to `basic` (see [License settings][license-settings]) will only work **if done prior to the initial setup.**\nAfter a trial has been started, the loss of features from `trial` to `basic` _must_ be acknowledged using one of the two\nmethods described in the first paragraph.\n\n### How to scale out the Elasticsearch cluster\n\nFollow the instructions from the Wiki: [Scaling out Elasticsearch](https://github.com/deviantony/docker-elk/wiki/Elasticsearch-cluster)\n\n### How to re-execute the setup\n\nTo run the setup container again and re-initialize all users for which a password was defined inside the `.env` file,\nsimply \"up\" the `setup` Compose service again:\n\n```console\n$ docker compose up setup\n ⠿ Container docker-elk-elasticsearch-1  Running\n ⠿ Container docker-elk-setup-1          Created\nAttaching to docker-elk-setup-1\n...\ndocker-elk-setup-1  | [+] User 'monitoring_internal'\ndocker-elk-setup-1  |    ⠿ User does not exist, creating\ndocker-elk-setup-1  | [+] User 'beats_system'\ndocker-elk-setup-1  |    ⠿ User exists, setting password\ndocker-elk-setup-1 exited with code 0\n```\n\n### How to reset a password programmatically\n\nIf for any reason your are unable to use Kibana to change the password of your users (including [built-in\nusers][builtin-users]), you can use the Elasticsearch API instead and achieve the same result.\n\nIn the example below, we reset the password of the `elastic` user (notice \"/user/elastic\" in the URL):\n\n```sh\ncurl -XPOST -D- 'http://localhost:9200/_security/user/elastic/_password' \\\n    -H 'Content-Type: application/json' \\\n    -u elastic:\u003cyour current elastic password\u003e \\\n    -d '{\"password\" : \"\u003cyour new password\u003e\"}'\n```\n\n## Extensibility\n\n### How to add plugins\n\nTo add plugins to any ELK component you have to:\n\n1. Add a `RUN` statement to the corresponding `Dockerfile` (eg. `RUN logstash-plugin install logstash-filter-json`)\n1. Add the associated plugin code configuration to the service configuration (eg. Logstash input/output)\n1. Rebuild the images using the `docker compose build` command\n\n### How to enable the provided extensions\n\nA few extensions are available inside the [`extensions`](extensions) directory. These extensions provide features which\nare not part of the standard Elastic stack, but can be used to enrich it with extra integrations.\n\nThe documentation for these extensions is provided inside each individual subdirectory, on a per-extension basis. Some\nof them require manual changes to the default ELK configuration.\n\n## JVM tuning\n\n### How to specify the amount of memory used by a service\n\nThe startup scripts for Elasticsearch and Logstash can append extra JVM options from the value of an environment\nvariable, allowing the user to adjust the amount of memory that can be used by each component:\n\n| Service       | Environment variable |\n|---------------|----------------------|\n| Elasticsearch | ES_JAVA_OPTS         |\n| Logstash      | LS_JAVA_OPTS         |\n\nTo accommodate environments where memory is scarce (Docker Desktop for Mac has only 2 GB available by default), the Heap\nSize allocation is capped by default in the `docker-compose.yml` file to 512 MB for Elasticsearch and 256 MB for\nLogstash. If you want to override the default JVM configuration, edit the matching environment variable(s) in the\n`docker-compose.yml` file.\n\nFor example, to increase the maximum JVM Heap Size for Logstash:\n\n```yml\nlogstash:\n\n  environment:\n    LS_JAVA_OPTS: -Xms1g -Xmx1g\n```\n\nWhen these options are not set:\n\n* Elasticsearch starts with a JVM Heap Size that is [determined automatically][es-heap].\n* Logstash starts with a fixed JVM Heap Size of 1 GB.\n\n### How to enable a remote JMX connection to a service\n\nAs for the Java Heap memory (see above), you can specify JVM options to enable JMX and map the JMX port on the Docker\nhost.\n\nUpdate the `{ES,LS}_JAVA_OPTS` environment variable with the following content (I've mapped the JMX service on the port\n18080, you can change that). Do not forget to update the `-Djava.rmi.server.hostname` option with the IP address of your\nDocker host (replace **DOCKER_HOST_IP**):\n\n```yml\nlogstash:\n\n  environment:\n    LS_JAVA_OPTS: -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=18080 -Dcom.sun.management.jmxremote.rmi.port=18080 -Djava.rmi.server.hostname=DOCKER_HOST_IP -Dcom.sun.management.jmxremote.local.only=false\n```\n\n## Going further\n\n### Plugins and integrations\n\nSee the following Wiki pages:\n\n* [External applications](https://github.com/deviantony/docker-elk/wiki/External-applications)\n* [Popular integrations](https://github.com/deviantony/docker-elk/wiki/Popular-integrations)\n\n[elk-stack]: https://www.elastic.co/elastic-stack/\n[elastic-docker]: https://www.docker.elastic.co/\n[subscriptions]: https://www.elastic.co/subscriptions\n[es-security]: https://www.elastic.co/docs/reference/elasticsearch/configuration-reference/security-settings\n[license-settings]: https://www.elastic.co/docs/reference/elasticsearch/configuration-reference/license-settings\n[license-mngmt]: https://www.elastic.co/docs/deploy-manage/license/manage-your-license-in-self-managed-cluster\n[license-apis]: https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-license\n\n[elastdocker]: https://github.com/sherifabdlnaby/elastdocker\n\n[docker-install]: https://docs.docker.com/get-started/get-docker/\n[compose-install]: https://docs.docker.com/compose/install/\n[linux-postinstall]: https://docs.docker.com/engine/install/linux-postinstall/\n[desktop-filesharing]: https://docs.docker.com/desktop/settings-and-maintenance/settings/#file-sharing\n\n[bootstrap-checks]: https://www.elastic.co/docs/deploy-manage/deploy/self-managed/bootstrap-checks\n[es-sys-config]: https://www.elastic.co/docs/deploy-manage/deploy/self-managed/important-system-configuration\n[es-heap]: https://www.elastic.co/docs/deploy-manage/deploy/self-managed/important-settings-configuration#heap-size-settings\n\n[builtin-users]: https://www.elastic.co/docs/deploy-manage/users-roles/cluster-or-deployment-auth/built-in-users\n[ls-monitoring]: https://www.elastic.co/docs/reference/logstash/monitoring-with-metricbeat\n[sec-cluster]: https://www.elastic.co/docs/deploy-manage/security#cluster-or-deployment-security-features\n\n[config-es]: ./elasticsearch/config/elasticsearch.yml\n[config-kbn]: ./kibana/config/kibana.yml\n[config-ls]: ./logstash/config/logstash.yml\n\n[es-docker]: https://www.elastic.co/docs/deploy-manage/deploy/self-managed/install-elasticsearch-with-docker\n[kbn-docker]: https://www.elastic.co/docs/deploy-manage/deploy/self-managed/install-kibana-with-docker\n[ls-docker]: https://www.elastic.co/docs/reference/logstash/docker-config\n\n[upgrade]: https://www.elastic.co/docs/deploy-manage/upgrade/deployment-or-cluster/self-managed\n\n\u003c!-- markdownlint-configure-file\n{\n  \"MD033\": {\n    \"allowed_elements\": [ \"picture\", \"source\", \"img\" ]\n  }\n}\n--\u003e\n","funding_links":[],"categories":["Shell","Shell (473)","数据搜索引擎","logstash","Uncategorized","DevOps","Observability \u0026 Monitoring"],"sub_categories":["网络服务_其他","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeviantony%2Fdocker-elk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeviantony%2Fdocker-elk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeviantony%2Fdocker-elk/lists"}