Skip to content

Commit

Permalink
x-pack/filebeat/processors/decode_cef: Regenerate files using ragel v…
Browse files Browse the repository at this point in the history
…6.10
  • Loading branch information
vinit-chauhan committed Aug 6, 2024
1 parent 3e8e325 commit f0ca09b
Show file tree
Hide file tree
Showing 4 changed files with 4,874 additions and 9,217 deletions.
2 changes: 1 addition & 1 deletion x-pack/filebeat/processors/decode_cef/cef/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*.svg
*.dot
*.ri
*.ri
4 changes: 2 additions & 2 deletions x-pack/filebeat/processors/decode_cef/cef/cef.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (
)

// Parser is generated from a ragel state machine using the following command:
//go:generate ragel-go -G1 parser.rl -o parser.go
//go:generate ragel -Z -G1 parser.rl -o parser.go
//go:generate goimports -l -w parser.go
//go:generate ragel-go -G1 parser_recover.rl -o parser_recover.go
//go:generate ragel -Z -G1 parser_recover.rl -o parser_recover.go
//go:generate goimports -l -w parser_recover.go
//
// Run go vet and remove any unreachable code in the generated parser.go.
Expand Down
Loading

0 comments on commit f0ca09b

Please sign in to comment.