freebsd-ports/sysutils/graylog/files/pkg-message.in
Dave Cottlehuber 6d4f32562b sysutils/graylog: amend .sample to comply with tighter build rules
- while here, remove forced IPv4 requirements, graylog is no longer so
  opinionated about this

Reported by:	pkg-fallout
Sponsored by:	SkunkWerks, GmbH
2021-03-29 08:44:06 +00:00

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
}
]