Skip to content

Commit bc27476

Browse files
committed
Add policy tests
1 parent 32c8b33 commit bc27476

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
vars:
2+
endpoints:
3+
- https://epr.elastic.co

0 commit comments

Comments
 (0)