Skip to content
Merged
Changes from 1 commit
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
15 changes: 15 additions & 0 deletions blog-service/2024-11-07-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: scanned_partition_count field computation change (Search)
image: https://help.sumologic.com/img/sumo-square.png
keywords:
- count
- search-operator
- log-search
hide_table_of_contents: true
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

We're happy to announce a change in the computation for the `scanned_partition_count` search audit index field. Previously, we were using incorrect computation to calculate the value for the `scanned_partition_count` field. With this change, the incorrect computation is fixed and now you will obtain the correct number of partitions scanned for the respective search.
Loading