Skip to content

Commit

Permalink
Replace removed yaml module
Browse files Browse the repository at this point in the history
In elastic#16586 the module include was
removed. This causes failures in the script when the module is referenced. This
commit re-enables the include for the yaml module.
  • Loading branch information
donoghuc committed Nov 20, 2024
1 parent e0ed994 commit c59ab7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/data/logstash/env2yaml/env2yaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ package main
import (
"errors"
"fmt"
"gopkg.in/yaml.v2"
"io/ioutil"
"log"
"os"
Expand Down

0 comments on commit c59ab7b

Please sign in to comment.