Merge "Fix some typos"
This commit is contained in:
commit
a67f5b138f
@ -53,7 +53,7 @@ configure Logstash for OpenStack. For example, in order to get Logstash to
|
|||||||
collect, parse, and send the correct portions of log files to the Elasticsearch
|
collect, parse, and send the correct portions of log files to the Elasticsearch
|
||||||
server, you need to format the configuration file properly. There
|
server, you need to format the configuration file properly. There
|
||||||
are input, output and filter configurations. Input configurations tell Logstash
|
are input, output and filter configurations. Input configurations tell Logstash
|
||||||
where to recieve data from (log files/forwarders/filebeats/StdIn/Eventlog),
|
where to receive data from (log files/forwarders/filebeats/StdIn/Eventlog),
|
||||||
output configurations specify where to put the data, and filter configurations
|
output configurations specify where to put the data, and filter configurations
|
||||||
define the input contents to forward to the output.
|
define the input contents to forward to the output.
|
||||||
|
|
||||||
|
@ -491,7 +491,7 @@ nodes and proxy servers should make use of a design which is scalable.
|
|||||||
Redundancy
|
Redundancy
|
||||||
----------
|
----------
|
||||||
|
|
||||||
When making swift more redundant, one approach is to add additonal proxy
|
When making swift more redundant, one approach is to add additional proxy
|
||||||
servers and load balancing. HAProxy is one method of providing load
|
servers and load balancing. HAProxy is one method of providing load
|
||||||
balancing and high availability and is often combined with keepalived
|
balancing and high availability and is often combined with keepalived
|
||||||
or pacemaker to ensure the HAProxy service maintains a stable VIP.
|
or pacemaker to ensure the HAProxy service maintains a stable VIP.
|
||||||
|
@ -111,9 +111,9 @@
|
|||||||
},
|
},
|
||||||
displayContent:function(){
|
displayContent:function(){
|
||||||
var
|
var
|
||||||
//element postion
|
//element position
|
||||||
elementPos = this.getElementPosition(),
|
elementPos = this.getElementPosition(),
|
||||||
//target postion
|
//target position
|
||||||
$target = this.getTarget().removeClass().addClass(pluginClass),
|
$target = this.getTarget().removeClass().addClass(pluginClass),
|
||||||
//target content
|
//target content
|
||||||
$targetContent = this.getContentElement(),
|
$targetContent = this.getContentElement(),
|
||||||
|
Loading…
Reference in New Issue
Block a user