-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplugin.json
42 lines (42 loc) · 1.08 KB
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
"type": "datasource",
"name": "Cribl Search",
"id": "criblcloud-search-datasource",
"metrics": true,
"backend": true,
"alerting": true,
"executable": "gpx_search_datasource",
"info": {
"description": "Cribl Search",
"author": {
"name": "Cribl, Inc."
},
"keywords": ["datasource", "cribl", "search", "query", "data", "engine", "it", "security", "observability"],
"logos": {
"small": "img/cribl_logo.svg",
"large": "img/cribl_logo.svg"
},
"links": [],
"screenshots": [
{
"name": "Configuration",
"path": "img/screenshot_config.png"
},
{
"name": "Querying (Adhoc)",
"path": "img/screenshot_adhoc_query.png"
},
{
"name": "Querying (Saved/Scheduled)",
"path": "img/screenshot_saved_query.png"
}
],
"version": "%VERSION%",
"updated": "%TODAY%"
},
"dependencies": {
"grafanaDependency": ">=10.4.0",
"plugins": []
}
}