Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Update documentation with latest OVA changes (#557)
Browse files Browse the repository at this point in the history
* Update file locations

* Remove outdated graylog-ctl page

* Update openstack documentation

* Update vagrant installation

* Update OVA installation

* Fix indentation error

* Remove missing reference

* Update more documentation referring to graylog-ctl

* Removed unused OVA parts. Update AWS page

* Fix review comments

* Fix orphan directive
  • Loading branch information
edmundoa authored and Marius Sturm committed Feb 12, 2019
1 parent 0aaf8fc commit e95ecf5
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 727 deletions.
2 changes: 0 additions & 2 deletions includes/plugin-installation-locations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

* - Installation Method
- Directory
* - :doc:`/pages/installation/virtual_machine_appliances`
- ``/opt/graylog/plugins/``
* - :doc:`/pages/installation/operating_system_packages`
- ``/usr/share/graylog-server/plugin/``
* - :doc:`/pages/installation/manual_setup`
Expand Down
3 changes: 2 additions & 1 deletion pages/configuration.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _graylog_configuration:

*******************
Configuring Graylog
*******************
Expand All @@ -6,7 +8,6 @@ Configuring Graylog
:titlesonly:

configuration/server.conf
configuration/graylog_ctl
configuration/web_interface
configuration/load_balancers
configuration/https
Expand Down
66 changes: 4 additions & 62 deletions pages/configuration/file_location.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Graylog
+-----------------------+--------------------------------------+
| Plugins | ``/usr/share/graylog-server/plugin`` |
+-----------------------+--------------------------------------+
| Binaries | ``/usr/share/graylog-server/bin`` |
+-----------------------+--------------------------------------+
| Scripts | ``/usr/share/graylog-server/scripts``|
+-----------------------+--------------------------------------+
| JVM settings | ``/etc/default/graylog-server`` |
Expand Down Expand Up @@ -92,6 +94,8 @@ Graylog
+-----------------------+--------------------------------------+
| Plugins | ``/usr/share/graylog-server/plugin`` |
+-----------------------+--------------------------------------+
| Binaries | ``/usr/share/graylog-server/bin`` |
+-----------------------+--------------------------------------+
| Scripts | ``/usr/share/graylog-server/scripts``|
+-----------------------+--------------------------------------+
| JVM settings | ``/etc/sysconfig/graylog-server`` |
Expand Down Expand Up @@ -137,65 +141,3 @@ MongoDB
| Log files | ``/var/log/mongodb/`` |
+---------------+-----------------------+


Omnibus package
===============

This paragraph covers Graylog installations via OVA, on AWS (via AMI), and on OpenStack using the `Graylog Omnibus package <https://github.com/Graylog2/omnibus-graylog2#readme>`_.

.. _omnibus-graylog:

Graylog
-------

+-----------------------+---------------------------------------------------------+
| | File system path |
+=======================+=========================================================+
| Configuration | ``/opt/graylog/conf/graylog.conf`` |
+-----------------------+---------------------------------------------------------+
| Logging configuration | ``/opt/graylog/conf/log4j2.xml`` |
+-----------------------+---------------------------------------------------------+
| Plugins | ``/opt/graylog/plugin`` |
+-----------------------+---------------------------------------------------------+
| JVM settings | :ref:`/etc/graylog/graylog-settings.json <graylog-ctl>` |
+-----------------------+---------------------------------------------------------+
| Message journal files | ``/var/opt/graylog/data/journal`` |
+-----------------------+---------------------------------------------------------+
| Log files | ``/var/log/graylog/server/`` |
+-----------------------+---------------------------------------------------------+


.. _omnibus-elasticsearch:

Elasticsearch
-------------

.. note:: These are only the most common file locations. Please refer to the `Elasticsearch documentation <https://www.elastic.co/guide/en/elasticsearch/reference/2.3/setup-dir-layout.html#default-paths>`__ for a comprehensive list of default file locations.

+---------------+---------------------------------------------------------+
| | File system path |
+===============+=========================================================+
| Configuration | ``/opt/graylog/conf/elasticsearch/`` |
+---------------+---------------------------------------------------------+
| JVM settings | :ref:`/etc/graylog/graylog-settings.json <graylog-ctl>` |
+---------------+---------------------------------------------------------+
| Data files | ``/var/opt/graylog/data/elasticsearch`` |
+---------------+---------------------------------------------------------+
| Log files | ``/var/log/graylog/elasticsearch/`` |
+---------------+---------------------------------------------------------+


.. _omnibus-mongodb:

MongoDB
-------

+---------------+---------------------------------------------------------+
| | File system path |
+===============+=========================================================+
| Configuration | :ref:`/etc/graylog/graylog-settings.json <graylog-ctl>` |
+---------------+---------------------------------------------------------+
| Data files | ``/var/opt/graylog/data/mongodb`` |
+---------------+---------------------------------------------------------+
| Log files | ``/var/log/graylog/mongodb/`` |
+---------------+---------------------------------------------------------+
Loading

0 comments on commit e95ecf5

Please sign in to comment.