Dan Kortschak

Results 18 issues of Dan Kortschak

- [x] I am on the [latest](https://github.com/ActivityWatch/activitywatch/releases/latest) ActivityWatch version. - [x] I have searched the issues of this repo and believe that this is not a duplicate. - **OS name...

type: bug
stale

## What does this PR do? This improves the documentation of the code in some of packetbeat's internals and improves the source locality of code. Some lint and code clean...

enhancement
docs
Packetbeat
cleanup
Team:Security-External Integrations
8.5-candidate

## What does this PR do? This changes MAC address formatting to conform to the ECS specification. ## Why is it important? Currently MAC addresses are formatted in Go code...

bug
Team:Security-External Integrations
backport-skip
8.4-candidate

`GetNetInfo` currently formats hardware addresses using the standard library's String method for the `net.HardwareAddr` type (lower case hex octets separated by colons) which does not conform the ECS spec ([upper...

bug
Team:Elastic-Agent-Data-Plane

In a number of places in {auditbeat,filebeat,packetbeat}, the stdlib `net.HardwareAddr` `String` method is used to format MAC addresses. The format used by the standard library uses lowercase octets separated by...

bug
Team:Security-External Integrations

## What does this PR do? This alters the syntax of hardware addresses to match the syntax that is [specified in ECS](https://www.elastic.co/guide/en/ecs/current/ecs-host.html#field-host-mac). ## Why is it important? Currently it does...

bug
backport-skip
Team:Elastic-Agent-Data-Plane
8.4-candidate

## What does this PR do? This adds a file parser and analyser framework along the lines of the approach described in elastic/beats#18048. The processor allows inspection of files visited...

enhancement
Team:Security-External Integrations
8.6-candidate

The current logic for multilayer use means that sucessive packets in the stream from the sniffer can end up as parts of the multilayer although they are not related layers....

bug
Packetbeat
Team:Security-External Integrations
backport-skip
8.6-candidate

WIP ## What does this PR do? This adds a new input to filebeat that allows processing of datastreams using the Common Expression Language. ## Why is it important? It...

enhancement
Team:Security-External Integrations
8.3-candidate

Say I have an input like ``` root1: - element1 - element2 root2: - element3 root3: - element4 ``` and I want to canonicalise the indentation to some defined standard,...

question