GithubHelp home page GithubHelp logo

xeraa / elastic-docker Goto Github PK

View Code? Open in Web Editor NEW
151.0 7.0 74.0 57 KB

Development setups for Elasticsearch and Kibana with docker-compose

License: MIT License

elasticsearch kibana elastic docker docker-compose

elastic-docker's Introduction

Docker & Elastic

This repository contains a few examples of how to run Elasticsearch and Kibana 7.x and 8.x in Docker Compose for local development and testing. Using the official images and binding them to the default ports. Tested with the latest version of the Docker daemon.

Older examples for version 6.x and 7.x are in the Elastic Stack 7 + 6 release.

Official

This is a minor adaptation of the Docker Compose example from the official documentation with a self-signed certificate. The main difference is that the certificates are only generated once (automatically) and stored in the folder official/.certs/, so that they are easier to use.

Change into the official/ folder and run Elasticsearch and Kibana.

  • Start: docker-compose up
  • Remove: docker-compose down -v

Connect to Elasticsearch at https://localhost:9200 and Kibana at http://localhost:5601 (without TLS). To query Elasticsearch with cURL run curl --cacert .certs/ca/ca.crt -u elastic https://localhost:9200 and enter the ELASTIC_PASSWORD password from the official/.env file.

Insecure

Don't do this. But if you must: Change into the insecure/ folder and run Elasticsearch and Kibana without authentication or TLS.

  • Start: docker-compose up
  • Remove: docker-compose down -v

Connect to Elasticsearch at http://localhost:9200 and Kibana at http://localhost:5601.

elastic-docker's People

Contributors

patsevanton avatar xeraa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

elastic-docker's Issues

elastic search 6.5.4 using log4j 2.11.1

We are using these
MediaWiki 1.35.3
PHP 7.4.23 (apache2handler)
MySQL 8.0.26
Lua 5.1.5
Elasticsearch 6.5.4 , Java 1.8.0
As we cannot upgrade elastic search to upper version , Mediawiki 1.35.3 supports only elastic search 6.5.4 version.

in Elasticsearch 6.5.4 version of elastic search we have found that we have Log4j 2.11.1

So according to one artical we have added Dlog4j2.formatMsgNoLookups=true
/etc/elasticserach/jvm.options

and restarted the elastic server, pls let me know if anything else i need to do for Log4j2 security issue.
I have not removed the JndiLookup class yet.

Please suggest.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.