Skip to content

Commit c8f4305

Browse files
committed
Add changelog.yml entry
1 parent a7daa35 commit c8f4305

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

packages/cassandra/changelog.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# newer versions go on top
21
- version: "0.0.1"
32
changes:
43
- description: Initial draft of the package
54
type: enhancement
6-
link: https://github.com/elastic/integrations/pull/0 # FIXME Replace with the real PR link
5+
link: https://github.com/elastic/integrations/pull/1745

packages/cassandra/docs/README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ An example event for `log` looks as following:
1212
{
1313
"@timestamp": "2021-07-21T12:23:32.856Z",
1414
"agent": {
15-
"ephemeral_id": "7d939df5-0574-41ac-b4e0-493d7ef98801",
15+
"ephemeral_id": "f7d5b705-376f-4a6d-ba25-ea0d2623fb14",
1616
"hostname": "docker-fleet-agent",
17-
"id": "8e9fc8c9-0128-470a-bd49-4c1756858954",
17+
"id": "cbbdce91-5354-4639-a8c0-b77bb78ba162",
1818
"name": "docker-fleet-agent",
1919
"type": "filebeat",
2020
"version": "7.15.0"
@@ -33,14 +33,17 @@ An example event for `log` looks as following:
3333
"version": "1.12.0"
3434
},
3535
"elastic_agent": {
36-
"id": "8e9fc8c9-0128-470a-bd49-4c1756858954",
36+
"id": "cbbdce91-5354-4639-a8c0-b77bb78ba162",
3737
"snapshot": true,
3838
"version": "7.15.0"
3939
},
4040
"event": {
4141
"agent_id_status": "verified",
42+
"category": [
43+
"database"
44+
],
4245
"dataset": "cassandra.log",
43-
"ingested": "2021-09-20T04:45:02Z",
46+
"ingested": "2021-09-21T09:57:25Z",
4447
"kind": "event",
4548
"original": "INFO [nioEventLoopGroup-2-1] 2021-07-21 12:23:32,856 Message.java:826 - Unexpected exception during request; channel = [id: 0xa6112238, L:/127.0.0.1:9042 - R:/127.0.0.1:60106]\njava.io.IOException: An existing connection was forcibly closed by the remote host\n\tat sun.nio.ch.SocketDispatcher.read0(Native Method) ~[na:1.8.0_291]\n\tat sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) ~[na:1.8.0_291]\n\tat sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) ~[na:1.8.0_291]\n\tat sun.nio.ch.IOUtil.read(IOUtil.java:192) ~[na:1.8.0_291]\n\tat sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378) ~[na:1.8.0_291]\n\tat io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:221) ~[netty-all-4.0.44.Final.jar:4.0.44.Final]\n\tat io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:899) ~[netty-all-4.0.44.Final.jar:4.0.44.Final]\n\tat io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:276) ~[netty-all-4.0.44.Final.jar:4.0.44.Final]\n\tat io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119) ~[netty-all-4.0.44.Final.jar:4.0.44.Final]\n\tat io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:643) [netty-all-4.0.44.Final.jar:4.0.44.Final]\n\tat io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:566) [netty-all-4.0.44.Final.jar:4.0.44.Final]\n\tat io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:480) [netty-all-4.0.44.Final.jar:4.0.44.Final]\n\tat io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:442) [netty-all-4.0.44.Final.jar:4.0.44.Final]\n\tat io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:131) [netty-all-4.0.44.Final.jar:4.0.44.Final]\n\tat io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144) [netty-all-4.0.44.Final.jar:4.0.44.Final]\n\tat java.lang.Thread.run(Thread.java:748) [na:1.8.0_291]",
4649
"type": "info"
@@ -51,10 +54,10 @@ An example event for `log` looks as following:
5154
"hostname": "docker-fleet-agent",
5255
"id": "51d851402fe32de9c3ea31615e23a379",
5356
"ip": [
54-
"172.22.0.6"
57+
"192.168.16.6"
5558
],
5659
"mac": [
57-
"02:42:ac:16:00:06"
60+
"02:42:c0:a8:10:06"
5861
],
5962
"name": "docker-fleet-agent",
6063
"os": {

0 commit comments

Comments
 (0)