diff --git a/curator.rst b/curator.rst index 0a7a77d3..e68c9799 100644 --- a/curator.rst +++ b/curator.rst @@ -15,27 +15,6 @@ From https://www.elastic.co/guide/en/elasticsearch/client/curator/current/about. Starting in Security Onion 2.4.40, Curator is no longer included in Security Onion. To learn more about index maintenance, please see the :ref:`elasticsearch` section. -Configuration -------------- - -Curator defaults to closing indices older than 30 days. Curator also deletes old indices to prevent your disk from filling up. - -Curator configuration can be found by going to :ref:`administration` --> Configuration --> curator. - -.. image:: images/config-item-curator.png - :target: _images/config-item-curator.png - -For more information about the Curator close and delete settings, please see the :ref:`elasticsearch` section. - -Diagnostic Logging ------------------- - -When Curator completes an action, it logs its activity in a log file found in ``/opt/so/log/curator/``. Depending on what you’re looking for, you may also need to look at the :ref:`docker` logs for the container: - -:: - - sudo docker logs so-curator - More Information ---------------- diff --git a/images/config-item-curator.png b/images/config-item-curator.png deleted file mode 100644 index 30fe3f93..00000000 Binary files a/images/config-item-curator.png and /dev/null differ