Skip to content

Commit

Permalink
Merge pull request elastic#408 from craig-cogdill/master_SystemRulesF…
Browse files Browse the repository at this point in the history
…ields

Added two new fields for lua rules: editable and visible
  • Loading branch information
KjellKod committed Sep 8, 2015
2 parents 724f9d0 + f4d611b commit 3e31375
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protofiles/LuaDefinedRule.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ message LuaDefinedRule {
optional string author = 7;
required string uuid = 8;
optional uint64 last_modified_date = 9;
optional bool visible_and_downloadable = 10;
optional bool editable = 11;
}


Expand Down

0 comments on commit 3e31375

Please sign in to comment.