Skip to content

Commit

Permalink
Merge pull request elastic#343 from kjell-hedstrom/improveLua
Browse files Browse the repository at this point in the history
Updated to be easier to use. ...
  • Loading branch information
John Gress committed Jun 2, 2015
2 parents 9f936f5 + c22bee1 commit bcb3523
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions protofiles/LuaDefinedRule.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ message LuaDefinedRule {
}



message LuaRules {
message LuaSerializedRule {
optional string uuid = 1;
required string rule = 2;
}
repeated LuaSerializedRule rules =1;
repeated LuaDefinedRule rules = 1;
}

0 comments on commit bcb3523

Please sign in to comment.