Skip to content

Commit

Permalink
Merge pull request elastic#415 from craig-cogdill/2.7.2__AddAuditLogC…
Browse files Browse the repository at this point in the history
…ommandwq

Adding field for Audit Log Command
  • Loading branch information
Alex Weltman authored and Alex Weltman committed Sep 18, 2015
2 parents 0febb80 + 66ffe82 commit fa0375e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protofiles/CommandRequest.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ message CommandRequest {
GET_LUA_USER_RULES = 14;
LUA_DELETE = 15;
RESTART_SERVICES = 16;
AUDIT_LOG = 17;
}
required CommandType type = 1;
optional string stringArgOne = 2;
Expand Down

0 comments on commit fa0375e

Please sign in to comment.