Graylog2 / Graylog2/graylog2-server

Replace JMTE with Freemarker

Open
#18,507 0 comments 0 reactions 0 assignees View on GitHub
bug triaged
Dominant language
Java
Stars
8.1k
Forks
1.1k
Avg merge
1d 20h
Merged PRs (30d)
217

Description

## Expected Behavior
Graylog should use a single template engine to provide a consistent experience across all features.

## Current Behavior
Currently, we have a mix of JMTE (notifications, decorators, event fields, audit formatting, archive file names, and probably others) and Freemarker (rule builder and sidecar configurations).

## Possible Solution
Since users will have custom templates, we must provide an upgrade path.
The current plan is:
* Add Freemarker support in all places where JMTE is currently available for the user.
* Deprecate the JMTE option in 6.1.
* Automatically convert JMTE templates to Freemarker where possible.
* Prompt user to change over to Freemarker and highlight where conversion failed.
* Remove JTME support in 7.0.

* Graylog Version: 6.0

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.