Log Search

Learn about the various search functionalities within the Kloudfuse log search engine.

We support three main search types:

Facet Search

Enables searching based on auto-detected key-value pairs (facets) associated with your logs. This is the fastest search method. Facets also have a notion of a data type.

Term Search

Focuses on individual terms or keywords within your log messages. This method offers a good balance between speed and flexibility.

Grep Search

Provides exact pattern matching for precise searches. This is the slowest but most accurate search type.

To understand the differences between term search and grep search, see Term search vs grep search.