-
Notifications
You must be signed in to change notification settings - Fork 430
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
New use case: DHCP #61
Comments
#10 covers DNS query logging, the Infoblox logging contains a bit more through (updates etc.) |
Ok, thanks. Renamed this issue a bit. I'll make sure to doublecheck #10 for any DNS related fields (once I get to it). |
@willemdh Would be great if you could share some example fields you are looking for. I know there is a template in the logstash filter you linked but having it all here should make things easier. |
Here a sample of the DHCP field data we have in Packetbeat at the moment.
|
Ok, I'll edit this issue a bit and let's keep this one for dhcp related fields. We can continue discussion of dns in #10. Dhcp is higher level discussion then Infoblox. |
Currently I am in phase of naming fields for our DHCP logs. I've decided for following naming: client.host.name I am not sure if operation should be prefixed with dhcp, but honestly I think it is highly DHCP related (contains something like ACK;RENEW;no free leases) and no one will need to compare it with another app's logs. |
These are not right according to the ECS 1.0.0 spec. client.host.ip should be client.ip and client.host.mac should be client.mac. There is no hostname field within the client field group, not sure where to place this as it is not a hostname but more a free field device name. |
Is there any timeline for introducing this featureset ? |
@P1llus may be worth looking at some of the suggested DHCP fields here, as we work through the Microsoft DHCP mappings. |
DHCP pipeline available here for reference, as we consider a DHCP fieldset: https://github.com/elastic/integrations/blob/master/packages/microsoft_dhcp/data_stream/log/elasticsearch/ingest_pipeline/default.yml |
Are there any plans yet for a DNS and DHCP object? I'm maintaining the Infoblox grok patterns here:
https://github.com/willemdh/logstash_filter_infoblox
These should also probabaly be migrated to ECS to some day.
The text was updated successfully, but these errors were encountered: