Skip to content

Commit

Permalink
update version and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
P1llus committed Jun 9, 2021
1 parent 48120bb commit 6eda6be
Show file tree
Hide file tree
Showing 6 changed files with 334 additions and 334 deletions.
2 changes: 1 addition & 1 deletion packages/gcp/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# newer versions go on top
- version: "1.0.0"
- version: "0.1.0"
changes:
- description: update to ECS 1.10.0 and adding event.original options
type: enhancement
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/gcp/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is the `audit` dataset.

An example event for `audit` looks as following:

```$json
```json
{
"log": {
"logger": "projects/foo/logs/cloudaudit.googleapis.com%2Factivity"
Expand Down Expand Up @@ -238,7 +238,7 @@ This is the `firewall` dataset.

An example event for `firewall` looks as following:

```$json
```json
{
"log": {
"logger": "projects/test-beats/logs/compute.googleapis.com%2Ffirewall"
Expand Down Expand Up @@ -459,7 +459,7 @@ This is the `VPC Flow` dataset.

An example event for `vpcflow` looks as following:

```$json
```json
{
"log": {
"logger": "projects/my-sample-project/logs/compute.googleapis.com%2Fvpc_flows"
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gcp
title: Google Cloud Platform (GCP)
version: 1.0.0
version: 0.1.0
release: experimental
description: Google Cloud Platform (GCP) Integration
type: integration
Expand Down

0 comments on commit 6eda6be

Please sign in to comment.