Skip to content

Commit

Permalink
Adding test and updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
kc13greiner committed Mar 12, 2024
1 parent bb963da commit de4b3cf
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,117 @@
]
}
},
{
"@timestamp": "2022-09-09T13:16:58.044+00:00",
"ecs": {
"version": "8.4.0"
},
"event": {
"action": "bulk_get",
"category": [
"database"
],
"created": "2022-09-09T13:16:58.044+00:00",
"ingested": "2022-09-09T13:44:23.397440547Z",
"kind": "event",
"outcome": "success",
"type": [
"access"
]
},
"kibana": {
"saved_object": {
"id": "1",
"type": "fake",
"name": "so_name_1"
},
"session_id": "Bv1bSOJ7dMYoppdDmlCiPfP1v8Q7JHXDpc2mOrfoxJs=",
"space_id": "default"
},
"log": {
"level": "INFO",
"logger": "plugins.security.audit.ecs"
},
"message": "User has accessed space [id=default]",
"process": {
"pid": 7
},
"service": {
"node": {
"roles": [
"background_tasks",
"ui"
]
}
},
"trace": {
"id": "fbed6b3b-4e1c-4525-9597-391d5f718e89"
},
"transaction": {
"id": "256b899bfffe8b3f"
},
"user": {
"name": "elastic",
"roles": [
"superuser"
]
}
},
{
"@timestamp": "2022-09-09T13:16:58.044+00:00",
"ecs": {
"version": "8.4.0"
},
"event": {
"action": "space_get",
"category": [
"database"
],
"created": "2022-09-09T13:16:58.044+00:00",
"ingested": "2022-09-09T13:44:23.397440547Z",
"kind": "event",
"outcome": "success",
"type": [
"access"
]
},
"kibana": {
"saved_object": {
"id": "default",
"type": "space"
},
"session_id": "Bv1bSOJ7dMYoppdDmlCiPfP1v8Q7JHXDpc2mOrfoxJs=",
"space_id": "default"
},
"log": {
"level": "INFO",
"logger": "plugins.security.audit.ecs"
},
"message": "User has accessed space [id=default]",
"process": {
"pid": 7
},
"service": {
"node": {
"roles": [
"background_tasks",
"ui"
]
}
},
"trace": {
"id": "fbed6b3b-4e1c-4525-9597-391d5f718e89"
},
"transaction": {
"id": "256b899bfffe8b3f"
},
"user": {
"name": "elastic",
"roles": [
"superuser"
]
}
},
{
"@timestamp": "2022-09-09T13:16:58.044+00:00",
"ecs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kibana/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kibana
title: Kibana
version: 2.5.1
version: 2.5.2
description: Collect logs and metrics from Kibana with Elastic Agent.
type: integration
icons:
Expand Down

0 comments on commit de4b3cf

Please sign in to comment.