Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions source/user-manual/wazuh-dashboard/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,3 +287,29 @@ Check the following log files:
.. note::

The Wazuh indexer uses the ``/var/log`` folder to store logs by default.


Indexer-connector bulk indexing failures
-----------------------------------------

When the indexer-connector processes a bulk indexing operation, individual
documents may fail even when the server returns a general success response.
These failures are logged in ``/var/ossec/logs/ossec.log``.

To check for bulk indexing failures, run:

.. code-block:: console

# cat /var/ossec/logs/ossec.log | grep -i "Indexing failure"

A failure log entry looks like:

.. code-block:: none

ERROR: Indexing failure for index operation (status 400): document missing field

To check for version conflicts that were automatically handled:

.. code-block:: console

# cat /var/ossec/logs/ossec.log | grep -i "version conflict"