## Log Search

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

We support three main search types:

### [Facet Search](https://docs.kloudfuse.com/platform/3.2.5/log-search-facet/)

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](https://docs.kloudfuse.com/platform/3.2.5/log-search-term/)

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

### [Grep Search](https://docs.kloudfuse.com/platform/3.2.5/log-search-grep/)

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