We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c8b33 commit bc27476Copy full SHA for bc27476
packages/httpcheck/_dev/test/policy/test-eprcheck.expected
@@ -0,0 +1,28 @@
1
+inputs: []
2
+output_permissions:
3
+ default:
4
+ _elastic_agent_checks:
5
+ cluster:
6
+ - monitor
7
+ _elastic_agent_monitoring:
8
+ indices: []
9
+ uuid-for-permissions-on-related-indices:
10
+ indices:
11
+ - names:
12
+ - logs-*-*
13
+ privileges:
14
+ - auto_configure
15
+ - create_doc
16
+receivers:
17
+ httpcheck/componentid:
18
+ collection_interval: 1m
19
+ targets:
20
+ - endpoints:
21
+ - https://epr.elastic.co
22
+ method: GET
23
+secret_references: []
24
+service:
25
+ pipelines:
26
+ logs:
27
+ receivers:
28
+ - httpcheck/componentid
packages/httpcheck/_dev/test/policy/test-eprcheck.yml
@@ -0,0 +1,3 @@
+vars:
+ endpoints:
0 commit comments