Skip to content

Commit 2663738

Browse files
committed
Revert clumsy delete of multiple_versions files πŸ™ƒ
1 parent de1610a commit 2663738

8 files changed

Lines changed: 90 additions & 0 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
- name: data_stream.type
2+
type: constant_keyword
3+
description: >
4+
Data stream type.
5+
- name: data_stream.dataset
6+
type: constant_keyword
7+
description: >
8+
Data stream dataset.
9+
- name: data_stream.namespace
10+
type: constant_keyword
11+
description: >
12+
Data stream namespace.
13+
- name: '@timestamp'
14+
type: date
15+
description: >
16+
Event timestamp.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
title: Test Dataset
2+
3+
type: logs
4+
5+
elasticsearch:
6+
index_template.mappings:
7+
dynamic: false
8+
index_template.settings:
9+
index.lifecycle.name: reference
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Test package
2+
3+
This is a test package for testing installing or updating to an out-of-date package
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
format_version: 1.0.0
2+
name: multiple_versions
3+
title: Package install/update test
4+
description: This is a test package for installing or updating a package
5+
version: 0.1.0
6+
categories: []
7+
release: beta
8+
type: integration
9+
license: basic
10+
owner:
11+
github: elastic/fleet
12+
13+
requirement:
14+
elasticsearch:
15+
versions: '>7.7.0'
16+
kibana:
17+
versions: '>7.7.0'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
- name: data_stream.type
2+
type: constant_keyword
3+
description: >
4+
Data stream type.
5+
- name: data_stream.dataset
6+
type: constant_keyword
7+
description: >
8+
Data stream dataset.
9+
- name: data_stream.namespace
10+
type: constant_keyword
11+
description: >
12+
Data stream namespace.
13+
- name: '@timestamp'
14+
type: date
15+
description: >
16+
Event timestamp.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
title: Test Dataset
2+
3+
type: logs
4+
5+
elasticsearch:
6+
index_template.mappings:
7+
dynamic: false
8+
index_template.settings:
9+
index.lifecycle.name: reference
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Test package
2+
3+
This is a test package for testing installing or updating to an out-of-date package
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
format_version: 1.0.0
2+
name: multiple_versions
3+
title: Package install/update test
4+
description: This is a test package for installing or updating a packagee
5+
version: 0.2.0
6+
categories: []
7+
release: beta
8+
type: integration
9+
license: basic
10+
owner:
11+
github: elastic/fleet
12+
13+
requirement:
14+
elasticsearch:
15+
versions: '>7.7.0'
16+
kibana:
17+
versions: '>7.7.0'

0 commit comments

Comments
Β (0)