Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

fbalicchia/graylog-plugin-backup-configuration

Repository files navigation

BackupConfig Plugin for Graylog

Build Status

This plugin provides the possibility of saving and restore graylog environment configurations like registered user, dashboard, input etc.etc. To do this task the plugin uses directly mongorestore and mongodump command. At the moment is supported only unix-like os and dump can be stored only on filesystem and not on other Storage Service like s3 etc.etc

Required Graylog version: 2.0 and later

Installation

Download the plugin and place the .jar file in your Graylog plugin directory. The plugin directory is the plugins/ folder relative from your graylog-server directory by default and can be configured in your graylog.conf file. Restart graylog-server and you are done.

There is no yet a "ufficial" realease but is possibile to compile source like any other plugin

Usage

You can configure backup plugin Under System -> Configurations.

[]

Using update configuration button is possible adapt configuration to your environment. If not specified back data is saved under graylog data directory.

[]

Backup file follow the this naming convention graylogyyyyMMddHHmm.zip

For restore data is necessary to put backup file under restore folder. At the moment there is a limitation that under restore folder there is only zip without any directory.

  • Under System-configuration press Restore data button. If something fails the system show the corresponding error

[]

Otherwise if process ends successfully

[]

About

Plugin for dump and restore graylog configuration

Resources

License

Stars

Watchers

Forks

Packages

No packages published