IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

CB Response: How To Disable Fuzzy Facets

CB Response: How To Disable Fuzzy Facets

Environment

  • CB Response Server: 6.2.x and Higher
  • Linux: All Supported Versions

Objective

Explain how to disable fuzzy facets (search fuzzing) when necessary

Resolution

WARNING: Disabling Fuzzy Facets in environments with a lot of events will likely have performance impact during facet loading

  1. Open /etc/cb/cb.conf
  2. Locate the Fuzzy Facets flag
    CoreServicesEnableFuzzyProcessFacets=True
  3. Update the value from True to False
    CoreServicesEnableFuzzyProcessFacets=False
  4. Save changes to /etc/cb/cb/conf
  5. Restart services
    service cb-enterprise restart

Additional Notes

  • Fuzzy facets improve performance of returning search results, but can require more specific searches to return the desired results reliably
  • With fuzzy facets turned on the Filters portion of the Process Search page may not display all expected values or options unless more specific search terms are used
    • process_name:svchost.exe may only show a Parent of services.exe in the left-hand filters
    • process_name:svchost.exe -parent_name:services.exe may show no additional Parent options but still a large estimated count of results
    • process_name:svchost.exe parent_name:* -parent_name:services.exe would yield additional Parent processes and a more accurate estimated count

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎03-01-2019
Views:
329
Contributors