Giter VIP home page Giter VIP logo

Comments (3)

amitdixit avatar amitdixit commented on August 25, 2024 1

Thanks Semih. Sure will do. So after 3 days I was able to log. For those who are stuck below are the steps.

  1. In my case my app and Fluentbit daemon are running in K8S , Elasticsearch, Fluentd, Kibana are running in Docker.
  2. Elastic search and Kibana version is 8.3.3 (Latest as of now, Many things have changed from version 7.**),
  3. Fluentd is missing the Elasticsearch plugin ; hence we need to implement a custom Fluentd image with configuration and plugins.
  4. If using Docker we need to use appropriate Host like host.docker.internal.
  5. Also just for sake of debugging just make ssl related security in elstic.yml file as false.

For reference sharing the repo.
https://github.com/amitdixit/efk-dotnet.git

from fluent-logging-demo.

amitdixit avatar amitdixit commented on August 25, 2024

Finaaly fixed it. So the issue was I needed to use host.docker.internal instead of 127.0.0.1. Also had to tweak Elasticsearch config files. I will update the repository soon.

from fluent-logging-demo.

senvardarsemih avatar senvardarsemih commented on August 25, 2024

Hi @amitdixit, glad to hear you solved it. The main reason for the "no upstream connections available" situation is usually about fluentd cannot reach elasticsearch. If you are in docker environment, it is necessary to make sure that the network settings are configured correctly.
Anyway, I'm so glad you figured it out. See you if you run into any other problems.

from fluent-logging-demo.

Related Issues (2)

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.