Conversation
|
Is there any feedback on this pull request? Is there something I can do @kares ? |
|
Hey Jan, sorry I am not familiar with Citrix ADC however we recently (LS 7.12) did a major change where we now have 2 sets of patterns. The one you're updating is the "legacy" set, we reviewed all existing patterns to be ECS compliant. Sample ECS migration: https://github.com/logstash-plugins/logstash-patterns-core/pull/281/files There's currently no plan on shipping any legacy patterns without an ECS version (ideally all new work should go towards updating the ECS set). I understand this might be frustrating esp. since reviewing for ECS compatibility might be more work. |
|
@kares so you mean I should replace my custom field names with the appropriate standard ECS fields as much as possible? |
yes that is how it's been done for existing patterns supported by LS
that's perfectly fine, and fairly common in such cases just use a custom name-space such as there's also a spec writing convention, we would also appreciate more tests - log samples if you could provide (as likely the burden of maintaining/supporting the new pattern will be left on the LS team) |
Pattern for Citrix ADC appliances.
Tested on live LogStash server.
Spec-file developed based on other spec in folder.
Had issues with running the tests on my Windows development machine though...
I'd love to get comments to improve on this pull request.