Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add common dynamic mappings and properties from ECS automatically #1073

Merged
merged 19 commits into from
Jan 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use semver v3
  • Loading branch information
mrodm committed Dec 21, 2022

Verified

This commit was signed with the committer’s verified signature. The key has expired.
commit f21c828dc47f94701004b699f8717b3c0282c10d
2 changes: 1 addition & 1 deletion internal/builder/dynamic_mappings.go
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ import (
"path/filepath"
"strconv"

"github.com/Masterminds/semver"
"github.com/Masterminds/semver/v3"
"github.com/pkg/errors"
"gopkg.in/yaml.v3"