freebsd-ports/sysutils/graylog/files/pkg-message.in
Dave Cottlehuber aa336976bc sysutils/graylog: update to 4.0 and change license to SSPL
graylog 4.0 and higher now use a new license, the SSPL. For more
details, see https://www.graylog.org/post/graylog-v4-0-licensing-sspl

Submitted by:	Charles Gonçalves <charles@freebsdbrasil.com.br>
Reviewed by:	dch (maintainer)
Sponsored by:	SkunkWerks, GmbH
Differential Revision:	https://reviews.freebsd.org/D27253
2021-01-06 13:32:23 +00:00

38 lines
1.1 KiB
Text

[
{ type: install
message: <<EOM
Please see %%ETCDIR%% for sample versions of graylog.conf, log4j.xml, and
and adjust them for your configuration.
For GeoIP support you need to install the net/GeoIP port and
configure the path to the GeoIP databases in the Graylog Web Interface.
When running graylog in a jail, you need to set enforce_statfs for the jail.
For a single-node installation, install:
- databases/mongodb40 or higher
- textproc/elasticsearch6 or higher
And ensure that the elasticsearch cluster name matches that used by graylog.
EOM
}
{ type: upgrade
message: <<EOM
graylog now has a *minimum* dependency of elasticsearch6 or higher. You
may need to re-index after upgrading to ES6, please refer to graylog
docs for more details.
- textproc/elasticsearch6 or higher
- databases/mongodb40 or higher
Remember to backup both MongoDB & ES6 databases before upgrading Graylog
itself.
Beginning with v4.0, Graylog Open Source is licensed under the
Server Side Public License (SSPL). For more details, see
https://www.graylog.org/post/graylog-v4-0-licensing-sspl
EOM
}
]