Elasticsearch and Kibana Installation with Docker Compose | How to install Elasticsearch in docker

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 12

  • @GrafanaSzkolenie
    @GrafanaSzkolenie 8 месяцев назад +3

    Good video. My suggestion is to use env variable instead od changing config file manually and restaring elasticsearch.
    - xpack.security.enabled=false
    - xpack.security.enrollment.enabled=false

  • @eherlitz
    @eherlitz 9 месяцев назад +6

    Great, but you could have added the xpack environment variables to the compose file, eg.
    environment:
    - xpack.security.enabled=false
    - xpack.security.enrollment.enabled=false

    • @KGPTalkie
      @KGPTalkie  9 месяцев назад +1

      Yes. This can be also done.

    • @mohamedfouadmarzouk
      @mohamedfouadmarzouk 5 месяцев назад +2

      It is always good to read the comments, thanks for this info!!!!

  • @ahoangdinh3690
    @ahoangdinh3690 9 месяцев назад +1

    I do the same but It returns elasticsearch.AuthenticationException: AuthenticationException(401, 'security_exception', 'missing authentication credentials for REST request [/]'). Why?

  • @kartikeymishra2673
    @kartikeymishra2673 11 месяцев назад +1

    can we follow these steps while installing these onto aws ec2 ubuntu server via docker ?

    • @KGPTalkie
      @KGPTalkie  11 месяцев назад +1

      Yes. Exactly same process.

    • @kartikeymishra2673
      @kartikeymishra2673 11 месяцев назад

      @@KGPTalkie
      I am facing these terminal errors
      kib8 | [2023-11-13T05:37:11.368+00:00][FATAL][root] Error: [config validation of [elasticsearch].hosts]: types that failed validation:
      kib8 | - [config validation of [elasticsearch].hosts.0]: expected URI with scheme [http|https].
      kib8 | - [config validation of [elasticsearch].hosts.1]: could not parse array value from json input
      kib8 | at ensureValidConfiguration (/usr/share/kibana/node_modules/@kbn/core-config-server-internal/src/ensure_valid_configuration.js:23:11)
      kib8 | at Server.preboot (/usr/share/kibana/node_modules/@kbn/core-root-server-internal/src/server.js:154:5)
      kib8 | at Root.preboot (/usr/share/kibana/node_modules/@kbn/core-root-server-internal/src/root/index.js:46:14)
      kib8 | at bootstrap (/usr/share/kibana/node_modules/@kbn/core-root-server-internal/src/bootstrap.js:89:9)
      kib8 | at Command. (/usr/share/kibana/src/cli/serve/serve.js:179:5)
      kib8 |
      kib8 | FATAL Error: [config validation of [elasticsearch].hosts]: types that failed validation:
      kib8 | - [config validation of [elasticsearch].hosts.0]: expected URI with scheme [http|https].
      kib8 | - [config validation of [elasticsearch].hosts.1]: could not parse array value from json input
      kib8 |

  • @BandarAlmarri-zm2th
    @BandarAlmarri-zm2th 11 месяцев назад +2

    you added everything including covid guidance but not the source code ? hahaha