LogoLogo
  • Overview
  • Product Docs
    • 🪄Installation
    • 🔎Searching Logs
    • 🛠️Episilia Tools
  • Release Notes
    • 🚀3.0.1
    • 🚀3.0.0
    • 🚀2.1.5
    • 🚀2.1.4
    • 🚀2.1.3
    • 🚀2.1.2
    • 🚀2.1.1
    • 🚀2.1.0
    • 🚀2.0
    • 🚀1.2.6
    • 🚀1.2.5
    • 🚀1.2.4
    • 🚀1.2.3
    • 🚀1.2.2
    • 🚀1.2.1
    • 🚀1.2.0
    • 🚀1.1.4
    • 🚀1.1.3
    • 🚀1.1.2
    • 🚀1.1.0
    • 🚀1.0.1
    • 🚀1.0.0
    • 🚀1.0.0.RC1
    • 🚀0.12
    • 🚀0.11
    • 🚀0.10
    • 🚀0.9
    • 🚀0.8
    • 🚀0.7.2
    • 🚀0.7
    • 🚀0.6.1
    • 🚀0.6
    • 🚀0.5.1
    • 🚀0.5
    • 🚀0.4.1
    • 🚀0.4
    • 🚀0.3
    • 🚀0.2
    • 🚀0.1
Powered by GitBook
On this page
  • Features and Enhancements:
  • Bug fixes:
  • Config changes:
  1. Release Notes

1.2.6

Released on 17 Jul 2022

Features and Enhancements:

  • Kafka with SASL authentication is now compatible with Episilia.

  • Dependencies and base images are upgraded to latest compatible versions.

Bug fixes:

No Bug Fixes

Config changes:

  1. Config changes for Internal kafka (redpanda)

+ kafka.metadata.broker.list: localhost:9092 # The kafka broker

- kafka.internal.broker.list: redpanda:9092 # The kafka broker

2. To support SASL config

// indexer:
      broker:
        list: localhost:9092 # The kafka broker for logs. If this is not set, it will use the default broker
        security.mode: login # values are [none|login|oauth|kerberos]
        security.protocol: SASL_SSL #plaintext, ssl, sasl_plaintext, sasl_ssl
      sasl:
        mechanism: SCRAM-SHA-512 #PLAIN, SCRAM-SHA-256, SCRAM-SHA-512, OAUTHBEARER, GSSAPI
        username: episilia
        password: episilia123
Previous2.0Next1.2.5

Last updated 1 year ago

🚀