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
--env="ES_HEAP_SIZE=1g" |
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
cluster.name: "logging-stage" | |
node.name: "xueyichen" | |
network.host: "0.0.0.0" |
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
1. change Docker machine active | |
eval "$(docker-machine env xiaomi)" |
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
<script> | |
var buildSelection = function () { | |
$.ajax({ | |
url: '/path/to/ajax/options/data', | |
dataType: 'json', | |
type: 'POST', | |
success: function(data) { | |
data = data.data; | |
var selection = document.getElementById('selection'); | |
$('#selection').empty(); |