You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cisco_duo/manifest.yml
+31-15Lines changed: 31 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
format_version: "3.0.2"
2
2
name: cisco_duo
3
3
title: Cisco Duo
4
-
version: "2.0.4"
4
+
version: "2.0.5"
5
5
description: Collect logs from Cisco Duo with Elastic Agent.
6
6
type: integration
7
7
categories:
@@ -48,13 +48,6 @@ policy_templates:
48
48
title: Hostname
49
49
description: Hostname for the Cisco Duo Admin API (Add https:// before the hostname).
50
50
required: true
51
-
- name: enable_request_tracer
52
-
type: bool
53
-
title: Enable request tracing
54
-
multi: false
55
-
required: false
56
-
show_user: false
57
-
description: The request tracer logs requests and responses to the agent's local file-system for debugging configurations. Enabling this request tracing compromises security and should only be used for debugging. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-httpjson.html#_request_tracer_filename) for details.
58
51
- name: integration_key
59
52
type: text
60
53
title: Integration Key
@@ -74,22 +67,30 @@ policy_templates:
74
67
required: true
75
68
show_user: true
76
69
default: 1m
77
-
title: Collect Cisco Duo logs via API v1
78
-
description: Collect Cisco Duo Administrator, Offline Enrollment, Summary, and Telephony (legacy) logs
79
-
- type: cel
80
-
vars:
81
-
- name: hostname
70
+
- name: rate_limit
82
71
type: text
83
-
title: Hostname
84
-
description: Hostname for the Cisco Duo Admin API. All API methods use your API hostname, https://api-XXXXXXXX.duosecurity.com. Obtain this value from the Duo Admin Panel and use it exactly as shown there.
72
+
title: Rate limit
73
+
description: "The maximum per endpoint request rate, in requests per second (e.g. 0.5 reqs/sec for 30 reqs/min)."
74
+
default: "0.5"
75
+
multi: false
85
76
required: true
77
+
show_user: false
86
78
- name: enable_request_tracer
87
79
type: bool
88
80
title: Enable request tracing
89
81
multi: false
90
82
required: false
91
83
show_user: false
92
84
description: The request tracer logs requests and responses to the agent's local file-system for debugging configurations. Enabling this request tracing compromises security and should only be used for debugging. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-httpjson.html#_request_tracer_filename) for details.
85
+
title: Collect Cisco Duo logs via API v1
86
+
description: Collect Cisco Duo Administrator, Offline Enrollment, Summary, and Telephony (legacy) logs
87
+
- type: cel
88
+
vars:
89
+
- name: hostname
90
+
type: text
91
+
title: Hostname
92
+
description: Hostname for the Cisco Duo Admin API. All API methods use your API hostname, https://api-XXXXXXXX.duosecurity.com. Obtain this value from the Duo Admin Panel and use it exactly as shown there.
93
+
required: true
93
94
- name: integration_key
94
95
type: text
95
96
title: Integration Key
@@ -109,6 +110,21 @@ policy_templates:
109
110
required: true
110
111
show_user: true
111
112
default: 1m
113
+
- name: rate_limit
114
+
type: text
115
+
title: Rate limit
116
+
description: "The maximum per endpoint request rate, in requests per second (e.g. 0.5 reqs/sec for 30 reqs/min)."
117
+
default: "0.5"
118
+
multi: false
119
+
required: true
120
+
show_user: false
121
+
- name: enable_request_tracer
122
+
type: bool
123
+
title: Enable request tracing
124
+
multi: false
125
+
required: false
126
+
show_user: false
127
+
description: The request tracer logs requests and responses to the agent's local file-system for debugging configurations. Enabling this request tracing compromises security and should only be used for debugging. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-httpjson.html#_request_tracer_filename) for details.
112
128
title: Collect Cisco Duo logs via API v2
113
129
description: Collect Cisco Duo Authentication, and Telephony logs
0 commit comments