Releases: criblpacks/cribl-palo-alto-networks
Releases · criblpacks/cribl-palo-alto-networks
0.6.3 - Add correlation pipeline
What's Changed
- fixing comments on pipelines to reflect Lookup by @babushka23 in #11
- Add mermaid markdown process flow diagram for #2 by @bdalpe in #13
- Add correlation route, pipeline, and sample for correlation event logs for #12 by @bdalpe in #14
New Contributors
- @babushka23 made their first contribution in #11
Full Changelog: 0.6.2...0.6.3
0.6.2 - Time zone support++
device_info.csv
now uses Olson formatted timezones (e.g. America/Chicago
) instead of static offsets and the C.Time.adjustTZ
function for better time zone support. Thank you @FusionFC for the request.
0.6.1 - Host name extraction bug fix
- Bug fix - Corrects an issue in the pipeline where the hostname is not correctly extracted if the date is a single digit. Unifies the regex extraction across all pipelines. Thank you @FusionFC!
- Routes use
indexOf
filter instead oftest
for higher performance.
0.6.0 - Time Zone Support
- Adds support for adjusting time zones based on device/host names
- Time zone configurations can be added into a
devices_info.csv
file which is applied in all processing pipelines - Lookup supports regular expressions allowing matching based on your device naming standards
0.6.0-RC1
0.5.2 - Updates for LogStream 3.1
Adds display name to the pack metadata as this is now supported in LogStream 3.1.