Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare the readme intro and changelog for 1.0.0-beta1 #174

Merged
merged 9 commits into from
Nov 7, 2018
21 changes: 16 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Change Log
# CHANGELOG
All notable changes to this project will be documented in this file based on the [Keep a Changelog](http://keepachangelog.com/) Standard. This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [Unreleased](https://github.com/elastic/ecs/compare/0.1.0...master)
### Breaking changes

### Bugfixes

### Added

### Improvements

### Deprecated

## 1.0.0-beta1

### Breaking changes
* Change structure of URL. #7
Expand Down Expand Up @@ -32,8 +43,6 @@ All notable changes to this project will be documented in this file based on the
* Rename `url.hostname` to `url.domain`. #175
* Remove `source.hostname` and `destination.hostname`. #175

### Bugfixes

### Added
* Add `network.total.packets` and `network.total.bytes` field. PR#2
* Add `event.action` field. #21
Expand All @@ -54,4 +63,6 @@ All notable changes to this project will be documented in this file based on the
* Remove duplicate definitions of the reuseable `os` field set from `host.os` and
`user_agent.os`. #168

### Deprecated
## 0.1.0

Initial draft release
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ See CONTRIBUTING.md for more details on setting up.

-->

**WARNING: THIS IS WORK IN PROGRESS**
**WARNING: THE MASTER BRANCH IS FOR WORK IN PROGRESS**

# Elastic Common Schema (ECS)

Expand All @@ -23,7 +23,18 @@ ECS is still under development and backward compatibility is not guaranteed. Any
feedback on the general structure, missing fields, or existing fields is appreciated.
For contributions please read the [Contributing Guide](CONTRIBUTING.md).

<a name="ecs-version"></a>The current version of ECS is `0.1.0`.
<a name="ecs-version"></a>
# Versions

The master branch of this repository should never be considered an
official release of ECS. You can browse official releases of ECS
[here](https://github.com/elastic/ecs/releases).

Please note that when the README.md file and other generated files
(like schema.csv and template.json) are not in agreement,
the README.md should be considered the official spec.
The other two files are simply provided as a convenience, and may not always be
fully up to date.

# In this readme

Expand Down
15 changes: 13 additions & 2 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ See CONTRIBUTING.md for more details on setting up.

-->

**WARNING: THIS IS WORK IN PROGRESS**
**WARNING: THE MASTER BRANCH IS FOR WORK IN PROGRESS**

# Elastic Common Schema (ECS)

Expand All @@ -23,7 +23,18 @@ ECS is still under development and backward compatibility is not guaranteed. Any
feedback on the general structure, missing fields, or existing fields is appreciated.
For contributions please read the [Contributing Guide](CONTRIBUTING.md).

<a name="ecs-version"></a>The current version of ECS is `0.1.0`.
<a name="ecs-version"></a>
# Versions

The master branch of this repository should never be considered an
official release of ECS. You can browse official releases of ECS
[here](https://github.com/elastic/ecs/releases).

Please note that when the README.md file and other generated files
(like schema.csv and template.json) are not in agreement,
the README.md should be considered the official spec.
The other two files are simply provided as a convenience, and may not always be
fully up to date.

# In this readme

Expand Down