You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have filebeat sending in Layer7 logs to our ELK stack.
However, we're no longer 'parsing' it out, due to some directional changes to our pre-processing layer, and everything is simply unparsed.
We're going to align to ECS Schema, but need some guidance on Layer7, and if Anyone ELSE is working through this, they may wish to contribute as well.
We can start with Traffic Logging, which is what we have coming in today, and I have solid regex for as well.
I would think about using filebeat to create new fields (ECS compliant) where the ones they provide aren't quite aligned to ECS. Alternatively, renaming them to match our own format where we use record.
We currently have filebeat sending in Layer7 logs to our ELK stack.
However, we're no longer 'parsing' it out, due to some directional changes to our pre-processing layer, and everything is simply unparsed.
We're going to align to ECS Schema, but need some guidance on Layer7, and if Anyone ELSE is working through this, they may wish to contribute as well.
We can start with Traffic Logging, which is what we have coming in today, and I have solid regex for as well.
Here are my notes so far..
CA has documented some work for what they would do to send to elk.
Here are their fields
And CA's instructions on setup
The text was updated successfully, but these errors were encountered: