# LogSearchHit
## Properties
**ts** | **String** | timestamp of the log line itself, not of the file containing it |
**host** | **String** | |
**level** | **String** | |
**target** | Option<**String**> | the tracing target that emitted the line | [optional]
**message** | **String** | |
**file_path** | **String** | the log file the line came from |
**line_no** | **i32** | offset of the line within its file |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)