This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.

📜 Configuration

Configuration UI

Jitsu Internals

Jitsu Server

1.15.0 - 25 Oct 2020

We're are pleased to announce a 1.15.0. Here's the list of most exciting features:

  • Admin Endpoints. Is my EventNative doing well? What is the status of connections to destinations, how many nodes are live, and what's the structure of the latest events? Now you can get all those answers through admin end-points, a secured HTTP diagnostic interface. Read more about Admin Endpoints »
  • Reloadable Configs. Can I change the EventNative configuration and apply it without restart. Yes, you can! If you change destinations or API keys. Those sections can be downloaded from an external resource — file or HTTP end-point. The configuration will be refreshed automatically. Read more about reloadable configuration sections »
  • System Metrics with Prometheus. We choose Prometheus over Graphite and other metric collection platforms as a first integration because. We think Prometheus is the most reliable, efficient, and modern monitoring system. Also, it's written in Go :) Yay, Golang mafia! Read more about metrics »
  • Mapping Improvements. Boring, but very important feature! Now mapping can be 'strict' — only fields listed in mapping rules will remain in the resulting object, all other fields will be removed. Read more about mapping & schemas »
  • Docker Optimization. ❤️Great thanks to our contributors! Our docker image became 3 times smaller!

See more detailed changelog on GitHub