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

0.9

Released on 27 May 2021

Features and enhancements:

  • Episilia Control Panel :

- Monitors health/metrics of episilia cluster

- Collects server tools health indicators/metrics and also runs additional health checks on episilia

  • Search Pod Memory improvement:

- Index in-memory size compaction leads to lower index warming memory.

- Use ops.index.memory.maxmb for search cache sizing. Reduces memory usage by queries.

Bug fixes:

  • Multi JSON Parsers in episilia-log-indexer for better performance i.e Multi threads are enabled now.

Config Changes:

  • All the servers now have to pass the client name and env for the Cpanel has the data stored under their unique env.

- client.name: epic

- client.env: prod

  • All the existing servers have got these new configs through which the required info for cpanel is handled.

- cpanel.data.topic: cpaneld

- cpanel.data.interval.seconds: 300

- out.kafka.metadata.broker.list: localhost:9092

  • ops.server.mode: gateway

Values based on :

- SERVER_MODE_INDEXER "indexer"

- SERVER_MODE_OPTIMIZER "optimizer"

- SERVER_MODE_SEARCH_REALTIME "search_realtime"

- SERVER_MODE_SEARCH_DATE_RANGE "search_daterange" (Historic search)

- SERVER_MODE_GATEWAY "gateway"

  • Some new config changes only for episilia-log-indexer

- out.kafka.metadata.broker.list: localhost:9092

- out.kafka.stage.topic: stagefiles #publish indexed files

- out.kafka.stage.group.topic: stagegroup #publish indexed files

- out.kafka.optimize.topic: optfiles # publish file names post optimization

- out.kafka.optimize.group.id: optimizer-group # kafka group used by optimizer for the above topics

- out.kafka.sign.payload: true

Previous0.10Next0.8

Last updated 3 years ago

🚀