Site icon Graylog

Announcing Graylog v2.1.0-beta.1

Today we are releasing the first beta version of Graylog v2.1. It is the first feature-complete release of the 2.1 pre-GA series and ready for your feedback. You can find a changelog and overview of new features in this post.

DOWNLOAD

Download Graylog 2.1.0-beta.1:

NEW FEATURES SINCE ALPHA.2

Here are the new features since the last Graylog v2.1 alpha release:

MESSAGE DECORATORS

This new feature allows you to mutate message values on search result pages automatically. A classic example would be to change the numerical severity level of a syslog message (level=4) to a human readable string like level=warning (4).

We’ll ship standard decorators but you can also write your own using our plugin system. Another really cool way to use this feature is to select a message processing pipeline that every message of the current search result page will run through. Mutation logic can get pretty powerful when using the pipelines.

More example use-cases are:

The decorator config is always bound to streams, so you can have standard mutations per stream.

SSO & PLUGGABLE AUTHENTICATION

Graylog has always supported the built-in user/password and LDAP authentication methods but this release finally makes the authentication methods pluggable. The first plugin we released is for Single-Sign-On (SSO).

The SSO plugin supports automatic login and user account creation based on trusted HTTP headers set by an authentication proxy.

MORE CHANGES

COLLECTOR SIDECAR PLUGIN

PIPELINES PROCESSOR PLUGIN

WE LOVE YOUR FEEDBACK

We need feedback about what’s working and what’s broken in order to help everyone get the most out of Graylog v2.1. There are a variety of ways to provide feedback, all of which can be found on our community resources page:

We’re super excited about releasing 2.1, and we value your feedback. So please go try out the Beta and let us know what you think!

Exit mobile version