├── .mailmap ├── ISSUE_TEMPLATE.md ├── PULL_REQUEST_TEMPLATE.md └── README.md /.mailmap: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | Oliver Zeigermann 21 | Oliver Zeigermann 22 | -------------------------------------------------------------------------------- /ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | # Graylog Web Interface has moved 2 | 3 | As of Graylog 2.0 the web interface has been merged into the [Graylog2/graylog2-server](https://github.com/Graylog2/graylog2-server/issues) repository. Please file any issues there. 4 | 5 | The issues in this repository will not be updated but are preserved for reference reasons. 6 | -------------------------------------------------------------------------------- /PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | # Graylog Web Interface has moved 2 | 3 | As of Graylog 2.0 the web interface has been merged into the [Graylog2/graylog2-server](https://github.com/Graylog2/graylog2-server/issues) repository. Please file any issues there. 4 | 5 | The issues in this repository will not be updated but are preserved for reference reasons. 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | The Graylog Web Interface has moved and become a module in the server repository at https://github.com/Graylog2/graylog2-server 2 | 3 | After Graylog 1.3 the projects have been merged. If you are looking for the Graylog 1.3 Web Interface, please choose the "1.3" branch in the Github UI or visit https://github.com/Graylog2/graylog2-web-interface/tree/1.3 for any later version please see the Server repository. 4 | 5 | This repository will be kept for reference, but apart from the 1.3 release is no longer active. To file bug reports, please visit https://github.com/Graylog2/graylog2-server/issues and indicate the version and module of Graylog you have found a bug in. --------------------------------------------------------------------------------