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

[keycloak] - update package-spec to 2.9.0 #7120

Merged
merged 2 commits into from Jul 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/keycloak/changelog.yml
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.11.0"
changes:
- description: Update package-spec to 2.9.0.
type: enhancement
link: https://github.com/elastic/integrations/pull/7120
- version: "1.10.0"
changes:
- description: Ensure event.kind is correctly set for pipeline errors.
Expand Down
36 changes: 18 additions & 18 deletions packages/keycloak/data_stream/log/sample_event.json
@@ -1,11 +1,11 @@
{
"@timestamp": "2021-10-22T21:01:42.667-05:00",
"@timestamp": "2021-10-22T21:01:42.667+05:00",
"agent": {
"ephemeral_id": "3fa6009c-adab-4e39-9c43-05f16ba9ef47",
"id": "b1d83907-ff3e-464a-b79a-cf843f6f0bba",
"ephemeral_id": "5861dcd8-02a1-48fe-943d-45eb7fd83e5e",
"id": "e4c29d91-bbb7-42b8-80fd-85ddb56d2300",
"name": "docker-fleet-agent",
"type": "filebeat",
"version": "8.0.0-beta1"
"version": "8.8.2"
},
"data_stream": {
"dataset": "keycloak.log",
Expand All @@ -16,37 +16,37 @@
"version": "8.8.0"
},
"elastic_agent": {
"id": "b1d83907-ff3e-464a-b79a-cf843f6f0bba",
"id": "e4c29d91-bbb7-42b8-80fd-85ddb56d2300",
"snapshot": false,
"version": "8.0.0-beta1"
"version": "8.8.2"
},
"event": {
"agent_id_status": "verified",
"dataset": "keycloak.log",
"ingested": "2022-01-01T23:08:55Z",
"ingested": "2023-07-24T13:27:46Z",
"original": "2021-10-22 21:01:42,667 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 64) RESTEASY002220: Adding singleton resource org.keycloak.services.resources.admin.AdminRoot from Application class org.keycloak.services.resources.KeycloakApplication",
"timezone": "-05:00"
"timezone": "+05:00"
},
"host": {
"architecture": "x86_64",
"containerized": true,
"hostname": "docker-fleet-agent",
"id": "4ccba669f0df47fa3f57a9e4169ae7f1",
"id": "f61391496aaa43bb94736676494450c5",
"ip": [
"172.18.0.5"
"172.22.0.10"
],
"mac": [
"02:42:ac:12:00:05"
"02-42-AC-16-00-0A"
],
"name": "docker-fleet-agent",
"os": {
"codename": "Core",
"family": "redhat",
"kernel": "5.11.0-43-generic",
"name": "CentOS Linux",
"platform": "centos",
"codename": "focal",
"family": "debian",
"kernel": "5.10.47-linuxkit",
"name": "Ubuntu",
"platform": "ubuntu",
"type": "linux",
"version": "7 (Core)"
"version": "20.04.6 LTS (Focal Fossa)"
}
},
"input": {
Expand All @@ -58,7 +58,7 @@
},
"level": "INFO",
"logger": "org.jboss.resteasy.resteasy_jaxrs.i18n",
"offset": 928
"offset": 658
},
"message": "RESTEASY002220: Adding singleton resource org.keycloak.services.resources.admin.AdminRoot from Application class org.keycloak.services.resources.KeycloakApplication",
"process": {
Expand Down
36 changes: 18 additions & 18 deletions packages/keycloak/docs/README.md
Expand Up @@ -132,13 +132,13 @@ An example event for `log` looks as following:

```json
{
"@timestamp": "2021-10-22T21:01:42.667-05:00",
"@timestamp": "2021-10-22T21:01:42.667+05:00",
"agent": {
"ephemeral_id": "3fa6009c-adab-4e39-9c43-05f16ba9ef47",
"id": "b1d83907-ff3e-464a-b79a-cf843f6f0bba",
"ephemeral_id": "5861dcd8-02a1-48fe-943d-45eb7fd83e5e",
"id": "e4c29d91-bbb7-42b8-80fd-85ddb56d2300",
"name": "docker-fleet-agent",
"type": "filebeat",
"version": "8.0.0-beta1"
"version": "8.8.2"
},
"data_stream": {
"dataset": "keycloak.log",
Expand All @@ -149,37 +149,37 @@ An example event for `log` looks as following:
"version": "8.8.0"
},
"elastic_agent": {
"id": "b1d83907-ff3e-464a-b79a-cf843f6f0bba",
"id": "e4c29d91-bbb7-42b8-80fd-85ddb56d2300",
"snapshot": false,
"version": "8.0.0-beta1"
"version": "8.8.2"
},
"event": {
"agent_id_status": "verified",
"dataset": "keycloak.log",
"ingested": "2022-01-01T23:08:55Z",
"ingested": "2023-07-24T13:27:46Z",
"original": "2021-10-22 21:01:42,667 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 64) RESTEASY002220: Adding singleton resource org.keycloak.services.resources.admin.AdminRoot from Application class org.keycloak.services.resources.KeycloakApplication",
"timezone": "-05:00"
"timezone": "+05:00"
},
"host": {
"architecture": "x86_64",
"containerized": true,
"hostname": "docker-fleet-agent",
"id": "4ccba669f0df47fa3f57a9e4169ae7f1",
"id": "f61391496aaa43bb94736676494450c5",
"ip": [
"172.18.0.5"
"172.22.0.10"
],
"mac": [
"02:42:ac:12:00:05"
"02-42-AC-16-00-0A"
],
"name": "docker-fleet-agent",
"os": {
"codename": "Core",
"family": "redhat",
"kernel": "5.11.0-43-generic",
"name": "CentOS Linux",
"platform": "centos",
"codename": "focal",
"family": "debian",
"kernel": "5.10.47-linuxkit",
"name": "Ubuntu",
"platform": "ubuntu",
"type": "linux",
"version": "7 (Core)"
"version": "20.04.6 LTS (Focal Fossa)"
}
},
"input": {
Expand All @@ -191,7 +191,7 @@ An example event for `log` looks as following:
},
"level": "INFO",
"logger": "org.jboss.resteasy.resteasy_jaxrs.i18n",
"offset": 928
"offset": 658
},
"message": "RESTEASY002220: Adding singleton resource org.keycloak.services.resources.admin.AdminRoot from Application class org.keycloak.services.resources.KeycloakApplication",
"process": {
Expand Down
6 changes: 2 additions & 4 deletions packages/keycloak/manifest.yml
@@ -1,11 +1,9 @@
name: keycloak
title: Keycloak
version: "1.10.0"
release: ga
version: "1.11.0"
description: Collect logs from Keycloak with Elastic Agent.
type: integration
format_version: 1.0.0
license: basic
format_version: 2.9.0
categories: [security, iam]
conditions:
kibana.version: "^7.16.0 || ^8.0.0"
Expand Down