Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/microsoft_dhcp/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.7.0"
changes:
- description: Change host.domain to host.name to reflect the event data and then extract host.domain from the host.name
type: enhancement

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this is an enhancement, please bump the version to 1.7.0.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I can do that.

link: https://github.com/elastic/integrations/pull/4280
- version: "1.6.0"
changes:
- description: Update package to ECS 8.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@
]
},
"host": {
"domain": "057182593757.test.com",
"ip": "172.28.43.169"
"domain": "test.com",
"ip": "172.28.43.169",
"name": "057182593757.test.com"
},
"log": {
"file": {
Expand Down Expand Up @@ -118,8 +119,9 @@
]
},
"host": {
"domain": "1-07.test.com",
"ip": "172.28.53.173"
"domain": "test.com",
"ip": "172.28.53.173",
"name": "1-07.test.com"
},
"log": {
"file": {
Expand Down Expand Up @@ -158,8 +160,9 @@
]
},
"host": {
"domain": "3-07.test.com",
"ip": "172.28.53.36"
"domain": "test.com",
"ip": "172.28.53.36",
"name": "3-07.test.com"
},
"log": {
"file": {
Expand Down Expand Up @@ -240,8 +243,9 @@
]
},
"host": {
"domain": "035856103966.test.com",
"ip": "172.28.43.159"
"domain": "test.com",
"ip": "172.28.43.159",
"name": "035856103966.test.com"
},
"log": {
"file": {
Expand Down Expand Up @@ -280,8 +284,9 @@
]
},
"host": {
"domain": "001100581357.test.com",
"ip": "172.28.40.35"
"domain": "test.com",
"ip": "172.28.40.35",
"name": "001100581357.test.com"
},
"log": {
"file": {
Expand Down Expand Up @@ -321,11 +326,12 @@
]
},
"host": {
"domain": "host.test.com",
"domain": "test.com",
"ip": "192.168.2.1",
"mac": [
"00-00-00-00-00-00"
]
],
"name": "host.test.com"
},
"log": {
"file": {
Expand Down Expand Up @@ -358,11 +364,12 @@
]
},
"host": {
"domain": "host.test.com",
"domain": "test.com",
"ip": "192.168.2.10",
"mac": [
"00-00-00-00-00-00"
]
],
"name": "host.test.com"
},
"log": {
"file": {
Expand Down Expand Up @@ -401,11 +408,12 @@
]
},
"host": {
"domain": "host.test.com",
"domain": "test.com",
"ip": "192.168.2.20",
"mac": [
"00-00-00-00-00-00"
]
],
"name": "host.test.com"
},
"log": {
"file": {
Expand Down Expand Up @@ -484,8 +492,9 @@
]
},
"host": {
"domain": "hostname.test.com",
"ip": "10.10.10.10"
"domain": "test.com",
"ip": "10.10.10.10",
"name": "hostname.test.com"
},
"log": {
"file": {
Expand Down Expand Up @@ -564,7 +573,8 @@
]
},
"host": {
"domain": "domain.local"
"domain": "local",
"name": "domain.local"
},
"log": {
"file": {
Expand Down Expand Up @@ -597,7 +607,8 @@
]
},
"host": {
"domain": "domain.local"
"domain": "local",
"name": "domain.local"
},
"log": {
"file": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
"timezone": "America/New_York"
},
"host": {
"domain": "test.local"
"domain": "local",
"name": "test.local"
},
"log": {
"file": {
Expand Down Expand Up @@ -155,8 +156,8 @@
]
},
"host": {
"domain": "test-host",
"ip": "2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6"
"ip": "2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6",
"name": "test-host"
},
"log": {
"file": {
Expand Down Expand Up @@ -197,8 +198,8 @@
]
},
"host": {
"domain": "test-host",
"ip": "2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6"
"ip": "2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6",
"name": "test-host"
},
"log": {
"file": {
Expand Down Expand Up @@ -239,8 +240,8 @@
]
},
"host": {
"domain": "test-host",
"ip": "2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6"
"ip": "2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6",
"name": "test-host"
},
"log": {
"file": {
Expand Down Expand Up @@ -281,8 +282,8 @@
]
},
"host": {
"domain": "test-host",
"ip": "2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6"
"ip": "2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6",
"name": "test-host"
},
"log": {
"file": {
Expand Down Expand Up @@ -323,8 +324,8 @@
]
},
"host": {
"domain": "test-host",
"ip": "2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6"
"ip": "2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6",
"name": "test-host"
},
"log": {
"file": {
Expand Down Expand Up @@ -365,8 +366,8 @@
]
},
"host": {
"domain": "test-host",
"ip": "2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6"
"ip": "2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6",
"name": "test-host"
},
"log": {
"file": {
Expand Down Expand Up @@ -407,8 +408,8 @@
]
},
"host": {
"domain": "test-host",
"ip": "2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6"
"ip": "2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6",
"name": "test-host"
},
"log": {
"file": {
Expand Down Expand Up @@ -449,8 +450,8 @@
]
},
"host": {
"domain": "test-host",
"ip": "2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6"
"ip": "2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6",
"name": "test-host"
},
"log": {
"file": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ processors:
- _tmp_.time
- message
- host.ip
- host.domain
- host.name
Comment thread
nicpenning marked this conversation as resolved.
- _tmp_.mac
- user.name
- microsoft.dhcp.transaction_id
Expand All @@ -25,6 +25,14 @@ processors:
- microsoft.dhcp.relay_agent_info
- microsoft.dhcp.dns_error_code
ignore_failure: true
- grok:
field: host.name
if: 'ctx.host?.name != null && ctx.host.name.contains(".")'
patterns:
- "%{HOSTNAME}\\.%{GREEDYDATA:host.domain}"
pattern_definitions:
"HOSTNAME": "[^.]+"
ignore_failure: true
- set:
field: _tmp_.timestamp
value: "{{{_tmp_.date}}} {{{_tmp_.time}}}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,22 @@ processors:
- _tmp_.time
- message
- host.ip
- host.domain
- host.name
- microsoft.dhcp.error_code
- microsoft.dhcp.duid.length
- microsoft.dhcp.duid.hex
- microsoft.dhcp.user.string
- microsoft.dhcp.dhc_id
- microsoft.dhcp.subnet_prefix
ignore_failure: true
- grok:
field: host.name
if: 'ctx.host?.name != null && ctx.host.name.contains(".")'
patterns:
- "%{HOSTNAME}\\.%{GREEDYDATA:host.domain}"
pattern_definitions:
"HOSTNAME": "[^.]+"
ignore_failure: true
- set:
field: _tmp_.timestamp
value: "{{{_tmp_.date}}} {{{_tmp_.time}}}"
Expand Down
2 changes: 2 additions & 0 deletions packages/microsoft_dhcp/data_stream/log/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
name: event.type
- external: ecs
name: host.domain
- external: ecs
name: host.name
- external: ecs
name: host.ip
- external: ecs
Expand Down
Loading