forked from Lainports/freebsd-ports
- while here, remove forced IPv4 requirements, graylog is no longer so opinionated about this Reported by: pkg-fallout Sponsored by: SkunkWerks, GmbH
44 lines
1.2 KiB
Text
44 lines
1.2 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
|
|
|
|
If you are running on a dual-stack (ipv4+ipv6) system, you may need to
|
|
include the additional JVM tuning parameter:
|
|
|
|
-Djava.net.preferIPv4Stack=true
|
|
|
|
EOM
|
|
}
|
|
]
|