Graylog2 / graylog2-images

Ready to run machine images
Apache License 2.0
238 stars 91 forks source link

Disable Automatic Content Packs #131

Closed fraser-m closed 8 years ago

fraser-m commented 8 years ago

Hi,

Is it possible to disable the default, automatic content packs that come with the AWS AMI image? This would be helpful for us to make the streams, dashboards and inputs a bit easier on the eye.

Looking at the AMI, there are JSON files that are in /opt/graylog/server/contentpacks I can remove these, however it looks like the content pack is automatically loaded into MongoDB. Can this be disabled or do I have to run some form of Mongo script to remove them?

Cheers, Fraser

mariussturm commented 8 years ago

Take a look at the contentpacks* settings in the graylog.conf file. You can also change them by using Docker environment variables like -e GRAYLOG_CONTENT_PACKS_LOADER_ENABLED=false