Skip to content

Commit

Permalink
Set version to 1.1.0-dev in master (elastic#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
webmat authored Mar 4, 2019
1 parent ca9d77f commit 26ede93
Show file tree
Hide file tree
Showing 15 changed files with 286 additions and 295 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FIND := find . -type f -not -path './build/*' -not -path './.git/*'
FORCE_GO_MODULES := GO111MODULE=on
OPEN_DOCS ?= "-open"
PYTHON := build/ve/bin/python
VERSION ?= 1.0.0-beta2
VERSION := $(shell cat version)

#
# Targets (sorted alphabetically)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Meta-information specific to ECS.

| Field | Description | Level | Type | Example |
|---|---|---|---|---|
| <a name="ecs.version"></a>ecs.version | ECS version this event conforms to. `ecs.version` is a required field and must exist in all events.<br/>When querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events.<br/>The current version is 1.0.0-beta2. | core | keyword | `1.0.0-beta2` |
| <a name="ecs.version"></a>ecs.version | ECS version this event conforms to. `ecs.version` is a required field and must exist in all events.<br/>When querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events. | core | keyword | `1.0.0` |


## <a name="error"></a> Error fields
Expand Down
1 change: 0 additions & 1 deletion code/go/ecs/ecs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion code/go/ecs/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,7 @@
When querying across multiple indices -- which may conform to slightly
different ECS versions -- this field lets integrations adjust to the
schema version of the events.

The current version is 1.0.0-beta2.
example: 1.0.0-beta2
example: 1.0.0

- name: error
title: Error
Expand Down
538 changes: 269 additions & 269 deletions generated/csv/fields.csv

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions generated/ecs/fields_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -589,10 +589,8 @@ ecs.version:
When querying across multiple indices -- which may conform to slightly different
ECS versions -- this field lets integrations adjust to the schema version of the
events.
The current version is 1.0.0-beta2.'
example: 1.0.0-beta2
events.'
example: 1.0.0
flat_name: ecs.version
ignore_above: 1024
level: core
Expand Down
6 changes: 2 additions & 4 deletions generated/ecs/fields_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,10 +451,8 @@ ecs:
When querying across multiple indices -- which may conform to slightly different
ECS versions -- this field lets integrations adjust to the schema version
of the events.
The current version is 1.0.0-beta2.'
example: 1.0.0-beta2
of the events.'
example: 1.0.0
flat_name: ecs.version
ignore_above: 1024
level: core
Expand Down
2 changes: 1 addition & 1 deletion generated/elasticsearch/6/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"mappings": {
"_doc": {
"_meta": {
"version": "1.0.0-beta2"
"version": "1.1.0-dev"
},
"date_detection": false,
"dynamic_templates": [
Expand Down
2 changes: 1 addition & 1 deletion generated/elasticsearch/7/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"mappings": {
"_meta": {
"version": "1.0.0-beta2"
"version": "1.1.0-dev"
},
"date_detection": false,
"dynamic_templates": [
Expand Down
2 changes: 1 addition & 1 deletion generated/legacy/schema.csv
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ destination.ip,ip,core,
destination.mac,keyword,core,
destination.packets,long,core,12
destination.port,long,core,
ecs.version,keyword,core,1.0.0-beta2
ecs.version,keyword,core,1.0.0
error.code,keyword,core,
error.id,keyword,core,
error.message,text,core,
Expand Down
4 changes: 2 additions & 2 deletions generated/legacy/template.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"index_patterns": [
"ecs-1.0.0-beta2-*"
"ecs-1.1.0-dev-*"
],
"mappings": {
"_doc": {
"_meta": {
"version": "1.0.0-beta2"
"version": "1.1.0-dev"
},
"date_detection": false,
"dynamic_templates": [
Expand Down
4 changes: 2 additions & 2 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@
"description": "Meta-information specific to ECS.\n",
"fields": {
"ecs.version": {
"description": "ECS version this event conforms to. `ecs.version` is a required field and must exist in all events.\nWhen querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events.\nThe current version is 1.0.0-beta2.",
"example": "1.0.0-beta2",
"description": "ECS version this event conforms to. `ecs.version` is a required field and must exist in all events.\nWhen querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events.",
"example": "1.0.0",
"footnote": "",
"group": 2,
"level": "core",
Expand Down
4 changes: 1 addition & 3 deletions schemas/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@
When querying across multiple indices -- which may conform to slightly
different ECS versions -- this field lets integrations adjust to the
schema version of the events.
The current version is 1.0.0-beta2.
example: 1.0.0-beta2
example: 1.0.0
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta2
1.1.0-dev

0 comments on commit 26ede93

Please sign in to comment.