Skip to content

Commit ed3e554

Browse files
author
John Schulz
committed
Remove a stray example. Re-bundle
1 parent 87f0503 commit ed3e554

File tree

3 files changed

+0
-96
lines changed

3 files changed

+0
-96
lines changed

x-pack/plugins/ingest_manager/common/openapi/bundled.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,50 +1425,6 @@
14251425
"new_package_policy": {
14261426
"title": "NewPackagePolicy",
14271427
"type": "object",
1428-
"x-examples": {
1429-
"example-1": {
1430-
"enabled": true,
1431-
"title": "This is a nice title for human",
1432-
"package": {
1433-
"name": "epm/nginx",
1434-
"version": "1.7.0"
1435-
},
1436-
"namespace": "prod",
1437-
"use_output": "long_term_storage",
1438-
"inputs": [
1439-
{
1440-
"type": "logs",
1441-
"streams": [
1442-
{
1443-
"enabled": true,
1444-
"dataset": "nginx.acccess",
1445-
"paths": [
1446-
"/var/log/nginx/access.log"
1447-
]
1448-
},
1449-
{
1450-
"enabled": true,
1451-
"dataset": "nginx.error",
1452-
"paths": [
1453-
"/var/log/nginx/error.log"
1454-
]
1455-
}
1456-
]
1457-
},
1458-
{
1459-
"type": "nginx/metrics",
1460-
"streams": [
1461-
{
1462-
"id": "id string",
1463-
"enabled": true,
1464-
"dataset": "nginx.stub_status",
1465-
"metricset": "stub_status"
1466-
}
1467-
]
1468-
}
1469-
]
1470-
}
1471-
},
14721428
"description": "",
14731429
"properties": {
14741430
"enabled": {

x-pack/plugins/ingest_manager/common/openapi/bundled.yaml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -889,32 +889,6 @@ components:
889889
new_package_policy:
890890
title: NewPackagePolicy
891891
type: object
892-
x-examples:
893-
example-1:
894-
enabled: true
895-
title: This is a nice title for human
896-
package:
897-
name: epm/nginx
898-
version: 1.7.0
899-
namespace: prod
900-
use_output: long_term_storage
901-
inputs:
902-
- type: logs
903-
streams:
904-
- enabled: true
905-
dataset: nginx.acccess
906-
paths:
907-
- /var/log/nginx/access.log
908-
- enabled: true
909-
dataset: nginx.error
910-
paths:
911-
- /var/log/nginx/error.log
912-
- type: nginx/metrics
913-
streams:
914-
- id: id string
915-
enabled: true
916-
dataset: nginx.stub_status
917-
metricset: stub_status
918892
description: ''
919893
properties:
920894
enabled:

x-pack/plugins/ingest_manager/common/openapi/components/schemas/new_package_policy.yaml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
11
title: NewPackagePolicy
22
type: object
3-
x-examples:
4-
example-1:
5-
enabled: true
6-
title: This is a nice title for human
7-
package:
8-
name: epm/nginx
9-
version: 1.7.0
10-
namespace: prod
11-
use_output: long_term_storage
12-
inputs:
13-
- type: logs
14-
streams:
15-
- enabled: true
16-
dataset: nginx.acccess
17-
paths:
18-
- /var/log/nginx/access.log
19-
- enabled: true
20-
dataset: nginx.error
21-
paths:
22-
- /var/log/nginx/error.log
23-
- type: nginx/metrics
24-
streams:
25-
- id: id string
26-
enabled: true
27-
dataset: nginx.stub_status
28-
metricset: stub_status
293
description: ''
304
properties:
315
enabled:

0 commit comments

Comments
 (0)