Graylog2 Server Versions Save

Free and open log management

0.21.0-beta4

9 years ago

This is the release announcement for the fourth beta of the new line of development of Graylog2, 0.21. This version underwent big redesigns of major parts to increase its testability and therefore – in the long run – its stability.

We have also put some effort into making the REST API more usable by returning consumable (JSON) error messages and extracting high level Java artifacts to help others developers making use of it.

Other than that we have a number of new features, which include:

Support for configurable alarm callbacks per stream, which are called when an alert condition is triggered for a stream. It is already coming with support for templatable e-mails and http calls. Support for configurable message outputs, to allow forwarding of complete streams to another Graylog instance. A new and more extensive plugin API which offers the possibility to extend with your own (and 3rd party) inputs, message filters, alarm callbacks and message outputs. All inputs which are not queue-based deliver incoming messages into a newly designed MapDB-based input buffer if the internal ring buffer has reached its capacity. This input buffer is persisted to disk to prevent message loss in case of a crash. This helps to reduce memory usage especially during peak loads while not losing any messages during runtime. Inputs are now pausable and resumable using the web interface or the REST API. The data model has not changed since 0.20.x, so an in-place upgrade of your installation is possible. If you encounter any errors or unexpected behaviour, please make us aware of it by reporting this to the mailing list or create an issue on Github.

Since the first and second beta release of 0.21 we have fixed a number of issues concerning startup/shutdown of the server and general message processing performance in situations with unreliable name resolving.

Since the third beta release of 0.21 we have fixed one bug which made the search unusable in some cases and another bug which broke logging in to the web interface.

0.21.0-beta3

9 years ago

This is the release announcement for the third beta of the new line of development of Graylog2, 0.21. This version underwent big redesigns of major parts to increase its testability and therefore – in the long run – its stability.

We have also put some effort into making the REST API more usable by returning consumable (JSON) error messages and extracting high level Java artifacts to help others developers making use of it.

Other than that we have a number of new features, which include:

Support for configurable alarm callbacks per stream, which are called when an alert condition is triggered for a stream. It is already coming with support for templatable e-mails and http calls. Support for configurable message outputs, to allow forwarding of complete streams to another Graylog instance. A new and more extensive plugin API which offers the possibility to extend with your own (and 3rd party) inputs, message filters, alarm callbacks and message outputs. All inputs which are not queue-based deliver incoming messages into a newly designed MapDB-based input buffer if the internal ring buffer has reached its capacity. This input buffer is persisted to disk to prevent message loss in case of a crash. This helps to reduce memory usage especially during peak loads while not losing any messages during runtime. Inputs are now pausable and resumable using the web interface or the REST API. The data model has not changed since 0.20.x, so an in-place upgrade of your installation is possible. If you encounter any errors or unexpected behaviour, please make us aware of it by reporting this to the mailing list or create an issue on Github.

Since the first and second beta release of 0.21 we have fixed a number of issues concerning startup/shutdown of the server and general message processing performance in situations with unreliable name resolving.

0.21.0-beta2

9 years ago

This is the release announcement for the second beta of the new line of development of Graylog2, 0.21. This version underwent big redesigns of major parts to increase its testability and therefore – in the long run – its stability.

We have also put some effort into making the REST API more usable by returning consumable (JSON) error messages and extracting high level Java artifacts to help others developers making use of it.

Other than that we have a number of new features, which include:

  • Support for configurable alarm callbacks per stream, which are called when an alert condition is triggered for a stream. It is already coming with support for templatable e-mails and http calls.
  • Support for configurable message outputs, to allow forwarding of complete streams to another Graylog instance.
  • A new and more extensive plugin API which offers the possibility to extend with your own (and 3rd party) inputs, message filters, alarm callbacks and message outputs.
  • All inputs which are not queue-based deliver incoming messages into a newly designed MapDB-based input buffer if the internal ring buffer has reached its capacity. This input buffer is persisted to disk to prevent message loss in case of a crash. This helps to reduce memory usage especially during peak loads while not losing any messages during runtime.
  • Inputs are now pausable and resumable using the web interface or the REST API.

The data model has not changed since 0.20.x, so an in-place upgrade of your installation is possible. If you encounter any errors or unexpected behaviour, please make us aware of it by reporting this to the mailing list or create an issue on Github.

Since the first beta release of 0.21 we have fixed a number of issues concerning startup/shutdown of the server and general message processing performance in situations with unreliable name resolving.

0.21.0-beta1

9 years ago

This is the release announcement for the first beta of the new line of development of Graylog2, 0.21. This version underwent big redesigns of major parts to increase its testability and therefore - in the long run - its stability. We have also put some effort into making the REST API more usable by returning consumable (JSON) error messages and extracting high level Java artifacts to help others developers making use of it. Other than that we have a number of new features, which include:

  • Support for configurable alarm callbacks per stream, which are called when an alert condition is triggered for a stream. It is already coming with support for templatable e-mails and http calls.
  • Support for configurable message outputs, to allow forwarding of complete streams to another Graylog instance.
  • A new and more extensive plugin API which offers the possibility to extend with your own (and 3rd party) inputs, message filters, alarm callbacks and message outputs.
  • All inputs which are not queue-based deliver incoming messages into a newly designed MapDB-based input buffer if the internal ring buffer has reached its capacity. This input buffer is persisted to disk to prevent message loss in case of a crash. This helps to reduce memory usage especially during peak loads while not losing any messages during runtime.
  • Inputs are now pausable and resumable using the web interface or the REST api.

The data model has not changed since 0.20.x, so an in-place upgrade of your installation is possible. If you encounter any errors or unexpected behaviour, please make us aware of it by reporting this to the mailing list or create an issue on Github.

0.20.6

9 years ago

This is the final release of Graylog2 v0.20.6. You should run it with graylog2-web-interface v0.20.6.

Installation instructions: http://support.torch.sh/help/kb/graylog2-server/installing-graylog2-server-v020x-on-nix-systems

This release includes a fix for a notification problem for deleted streams, a resource leak fix as well as some better defaults for AMQP inputs.

Please refer to the list of fixed issues: https://github.com/Graylog2/graylog2-server/issues?milestone=29&state=closed

0.20.5

9 years ago

This is the final release of Graylog2 v0.20.5. You should run it with graylog2-web-interface v0.20.5.

Installation instructions: http://support.torch.sh/help/kb/graylog2-server/installing-graylog2-server-v020x-on-nix-systems

This release is only updating documentation regarding the stream rule time limiting configuration variables, the code is unchanged from v0.20.4.

To avoid version number confusion graylog2-radio is also included, but it is exactly the same as v0.20.4.

0.20.4

9 years ago

This is the final release of Graylog2 v0.20.4. You should run it with graylog2-web-interface v0.20.4.

Installation instructions: http://support.torch.sh/help/kb/graylog2-server/installing-graylog2-server-v020x-on-nix-systems

This release fixes a number of bugs related to the Kafka Radio input as well as limiting a potential performance impact when accidentally using slow stream rules.

Please refer to the list of fixed issues at https://github.com/Graylog2/graylog2-server/issues?milestone=27&state=closed

0.20.3

9 years ago

This is the final release of Graylog2 v0.20.3. You must run it with graylog2-web-interface v0.20.3.

Release blog post, release notes and upgrade instructions are forthcoming and will be linked here.

Installation instructions: http://support.torch.sh/help/kb/graylog2-server/installing-graylog2-server-v020x-on-nix-systems

0.20.2

9 years ago

This is the final release of Graylog2 v0.20.2. You must run it with graylog2-web-interface v0.20.2.

Release blog post, release notes and upgrade instructions: http://blog.graylog2.org/graylog2-v0-20-2-has-been-released/

Installation instructions: http://support.torch.sh/help/kb/graylog2-server/installing-graylog2-server-v020x-on-nix-systems

0.20.2-rc.1

10 years ago

This is the first RC release of Graylog2 v0.20.2. You must run it with graylog2-web-interface v0.20.2-rc.1.

This is a RC release. It is supposed to run very stable and is feature complete but may still contain bugs. We are also open to change the UI and smaller features based on user feedback.

Release blog post and release notes: http://blog.torch.sh/graylog2-v0-20-2-rc-1-has-been-released/

Installation instructions: http://support.torch.sh/help/kb/graylog2-server/installing-graylog2-server-v020x-on-nix-systems

Upgrading from v0.20.1

There are no breaking changes but a few new configuration variables. Please read the linked release notes carefully to find out new features you might have to activate first.