-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mikaël ANDRE edited this page Apr 21, 2020
·
2 revisions
Mikaël ANDRE - Unified Communications Engineer at SFR Business
These files install_graylog.sh
and graylog_variables.cfg
are distributed under GNU GPL v3 license, see LICENSE.
Feel free to contact me by GitHub if you have any issues or suggest features.
- Processor type : 64Bits
- Operating System : CentOS
- OS versions : 6.5 to 6.7
- OS installation : Minimal
- Minimum RAM size : 1Go
- Minimum disk size : 60Go
Create new files in your home directory:
touch ~/install_graylog.sh
touch ~/graylog_variables.cfg
Edit both files with Vi editor:
vi ~/install_graylog.sh
vi ~/graylog_variables.cfg
In Vi console, press <I>
to go in edit mode,
- For install_graylog.sh file, paste content from Github,
- For graylog_variables.cfg file, paste content from Github
Press <ESCAPE>
to exit edit mode, type :x
and press <ENTER>
to save and close file. Give execute rights on install script:
chmod +x ~/install_graylog.sh
Depending the lauching mode, execute it with one of the following commands:
- In interactive mode:
~/install_graylog.sh -i
- In automated mode:
~/install_graylog.sh -a ~/graylog_variables.cfg