forked from logrhythm/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request elastic#377 from Tom-Artale/allconf
Added the AllConf config
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
package configelements; | ||
|
||
option java_package = "com.logrhythm.configelements"; | ||
option java_outer_classname = "AllConfConfigMsg"; | ||
|
||
|
||
|
||
|
||
message AllConfConfig { | ||
optional string hostIp = 1; | ||
optional int32 hostPort = 2; | ||
optional string assetPath = 3; | ||
optional string configServerQueue = 4; | ||
optional string adminUsername = 5; | ||
optional string adminPassword = 6; | ||
optional string devUsername = 7; | ||
optional string devPassword = 8; | ||
} |