Skip to content

Commit

Permalink
Replace mapval with go-lookslike (#14165)
Browse files Browse the repository at this point in the history
This cleans up some tech debt since the mapval package has been renamed
and moved to https://github.com/elastic/go-lookslike , we should stop
using the now older/outdated mapval package.
  • Loading branch information
andrewvc committed Oct 24, 2019
1 parent 34c21c8 commit eb2dcda
Show file tree
Hide file tree
Showing 18 changed files with 39 additions and 2,373 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-developer.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The list below covers the major changes between 7.0.0-rc2 and master only.
- Build docker and kubernetes features only on supported platforms. {pull}13509[13509]
- Need to register new processors to be used in the JS processor in their `init` functions. {pull}13509[13509]
- The custom beat generator now uses mage instead of python, `mage GenerateCustomBeat` can be used to create a new beat, and `mage vendorUpdate` to update the vendored libbeat in a custom beat. {pull}13610[13610]
- Altered all remaining uses of mapval to use the renamed and enhanced version: https://github.com/elastic/go-lookslike[go-lookslike] instead, which is a separate project. The mapval tree is now gone. {pull}14165[14165]

==== Bugfixes

Expand Down
44 changes: 0 additions & 44 deletions libbeat/common/mapval/compiled_schema.go

This file was deleted.

151 changes: 0 additions & 151 deletions libbeat/common/mapval/core.go

This file was deleted.

Loading

0 comments on commit eb2dcda

Please sign in to comment.