<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: all incidents are missing in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/all-incidents-are-missing/m-p/1246122#M4231</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/226686"&gt;@SOPORTE_ART2SEC&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-path-to-node="24,0"&gt;While it could be a pointer issue, an empty incident list usually points to a desynchronization between the BoltDB files and the Indexing engine (Elasticsearch/OpenSearch).&amp;nbsp; Here are some things I'd check:&lt;/P&gt;
&lt;P data-path-to-node="24,0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="1" data-path-to-node="24,1"&gt;
&lt;LI&gt;
&lt;P data-path-to-node="24,1,0,0"&gt;Check Disk Space: If your data partition is &amp;gt;95% full, Elasticsearch goes into read-only mode. The files stay on disk, but XSOAR can't query them.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P data-path-to-node="24,1,1,0"&gt;Verify Indexer Service: Ensure the indexing service is running. If it crashed, a re-index command will fail silently or hang.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P data-path-to-node="24,1,2,0"&gt;Search for 'Flood' in Logs: Check server.log for 'disk watermark (x%) exceeded.' This is a common reason incidents stop appearing.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P data-path-to-node="24,1,3,0"&gt;Validation: Try to search for a specific Incident ID in the search bar. If it finds it by ID but won't show it in the list, it's definitely an indexing/filter issue.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jan 2026 10:34:34 GMT</pubDate>
    <dc:creator>kiwi</dc:creator>
    <dc:date>2026-01-21T10:34:34Z</dc:date>
    <item>
      <title>all incidents are missing</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/all-incidents-are-missing/m-p/1246029#M4229</link>
      <description>&lt;P&gt;Hi everyone&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All incidents from our cortex xsoar instance are missing or are not shown, but we don't have any filter. The info is still on the server because we can see all the .db files, we tried to re-index the database but this didn't solve the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any ideas what might be happening?&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2026 20:01:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/all-incidents-are-missing/m-p/1246029#M4229</guid>
      <dc:creator>SOPORTE_ART2SEC</dc:creator>
      <dc:date>2026-01-20T20:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: all incidents are missing</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/all-incidents-are-missing/m-p/1246053#M4230</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Your BoltDB files might be corrupted or the app server has lost its pointer to the data directory. Check the server.log for "permission denied" or "database is locked" errors, and verify that the db.indexes.dir path in your server configuration still correctly points to the volume where your .db files reside.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 05:12:43 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/all-incidents-are-missing/m-p/1246053#M4230</guid>
      <dc:creator>james221gee</dc:creator>
      <dc:date>2026-01-21T05:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: all incidents are missing</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/all-incidents-are-missing/m-p/1246122#M4231</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/226686"&gt;@SOPORTE_ART2SEC&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-path-to-node="24,0"&gt;While it could be a pointer issue, an empty incident list usually points to a desynchronization between the BoltDB files and the Indexing engine (Elasticsearch/OpenSearch).&amp;nbsp; Here are some things I'd check:&lt;/P&gt;
&lt;P data-path-to-node="24,0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="1" data-path-to-node="24,1"&gt;
&lt;LI&gt;
&lt;P data-path-to-node="24,1,0,0"&gt;Check Disk Space: If your data partition is &amp;gt;95% full, Elasticsearch goes into read-only mode. The files stay on disk, but XSOAR can't query them.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P data-path-to-node="24,1,1,0"&gt;Verify Indexer Service: Ensure the indexing service is running. If it crashed, a re-index command will fail silently or hang.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P data-path-to-node="24,1,2,0"&gt;Search for 'Flood' in Logs: Check server.log for 'disk watermark (x%) exceeded.' This is a common reason incidents stop appearing.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P data-path-to-node="24,1,3,0"&gt;Validation: Try to search for a specific Incident ID in the search bar. If it finds it by ID but won't show it in the list, it's definitely an indexing/filter issue.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 10:34:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/all-incidents-are-missing/m-p/1246122#M4231</guid>
      <dc:creator>kiwi</dc:creator>
      <dc:date>2026-01-21T10:34:34Z</dc:date>
    </item>
  </channel>
</rss>

