forked from elastic/integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yml
81 lines (81 loc) · 2.31 KB
/
manifest.yml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
format_version: 1.0.0
name: nginx
title: Nginx
version: 0.5.0
license: basic
description: Nginx Integration
type: integration
categories:
- web
- security
release: experimental
conditions:
kibana.version: "^7.13.0"
screenshots:
- src: /img/nginx-metrics-overview.png
title: Nginx metrics overview
size: 3360x2302
type: image/png
- src: /img/nginx-logs-access-error.png
title: Nginx access and error logs
size: 3360x3590
type: image/png
- src: /img/nginx-logs-overview.png
title: Nginx logs overview
size: 3360x3590
type: image/png
icons:
- src: /img/logo_nginx.svg
title: logo nginx
size: 32x32
type: image/svg+xml
policy_templates:
- name: nginx
title: Nginx logs and metrics
description: Collect logs and metrics from Nginx instances
inputs:
- type: logfile
title: Collect logs from Nginx instances
description: Collecting Nginx access and error logs
- type: httpjson
title: Collect logs from third-party REST API (experimental)
description: Collect logs from third-party REST API (experimental)
vars:
- name: url
type: text
title: URL of Splunk Enterprise Server
description: i.e. scheme://host:port, path is automatic
show_user: true
required: true
default: https://server.example.com:8089
- name: username
type: text
title: Splunk REST API Username
show_user: true
required: true
- name: password
type: password
title: Splunk REST API Password
required: true
show_user: true
- name: ssl
type: yaml
title: SSL Configuration
description: i.e. certificate_authorities, supported_protocols, verification_mode etc.
multi: false
required: false
show_user: false
- type: nginx/metrics
vars:
- name: hosts
type: text
title: Hosts
multi: true
required: true
show_user: true
default:
- http://127.0.0.1:80
title: Collect metrics from Nginx instances
description: Collecting Nginx stub status metrics
owner:
github: elastic/integrations