Menu
Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
Enterprise
Open source
LogRowModel interface
Signature
typescript
export interface LogRowModel
Import
typescript
import { LogRowModel } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
dataFrame | DataFrame | |
duplicates | number | |
entry | string | |
entryFieldIndex | number | |
hasAnsi | boolean | |
hasUnescapedContent | boolean | |
labels | Labels | |
logLevel | LogLevel | |
raw | string | |
rowIndex | number | |
searchWords | string[] | |
timeEpochMs | number | |
timeEpochNs | string | |
timeFromNow | string | |
timeLocal | string | |
timeUtc | string | |
uid | string | |
uniqueLabels | Labels |
dataFrame property
Signature
typescript
dataFrame: DataFrame;
duplicates property
Signature
typescript
duplicates?: number;
entry property
Signature
typescript
entry: string;
entryFieldIndex property
Signature
typescript
entryFieldIndex: number;
hasAnsi property
Signature
typescript
hasAnsi: boolean;
hasUnescapedContent property
Signature
typescript
hasUnescapedContent: boolean;
labels property
Signature
typescript
labels: Labels;
logLevel property
Signature
typescript
logLevel: LogLevel;
raw property
Signature
typescript
raw: string;
rowIndex property
Signature
typescript
rowIndex: number;
searchWords property
Signature
typescript
searchWords?: string[];
timeEpochMs property
Signature
typescript
timeEpochMs: number;
timeEpochNs property
Signature
typescript
timeEpochNs: string;
timeFromNow property
Signature
typescript
timeFromNow: string;
timeLocal property
Signature
typescript
timeLocal: string;
timeUtc property
Signature
typescript
timeUtc: string;
uid property
Signature
typescript
uid: string;
uniqueLabels property
Signature
typescript
uniqueLabels?: Labels;
Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:

Getting started with the Grafana LGTM Stack
In this webinar, we’ll demo how to get started using the LGTM Stack: Loki for logs, Grafana for visualization, Tempo for traces, and Mimir for metrics.

Getting started with Grafana dashboard design (EMEA Timezone)
In this webinar, you'll learn how to design stylish and easily accessible Grafana dashboards that tell a story.

Unify your data with Grafana plugins: Datadog, Splunk, MongoDB, and more
In this webinar, learn how to leverage Grafana's plugin ecosystem for access to 80+ data sources, including plugins for Datadog, Splunk, MongoDB, and more.