mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 20:32:24 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
26 lines
567 B
Markdown
26 lines
567 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "LogsParsers"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## LogsParsers variable
|
|
|
|
### LogsParsers variable
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
LogsParsers: {
|
|
[name: string]: LogsParser;
|
|
}
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { LogsParsers } from '@grafana/data';
|
|
```
|