Syntax correction, missing comma
This commit is contained in:
committed by
GitHub
parent
ee7a13cd0e
commit
fac7741d7e
@ -22,7 +22,7 @@ var client = new elasticsearch.Client({
|
|||||||
host: [
|
host: [
|
||||||
{
|
{
|
||||||
host: 'es1.internal.org',
|
host: 'es1.internal.org',
|
||||||
auth: 'user:password'
|
auth: 'user:password',
|
||||||
protocol: 'https',
|
protocol: 'https',
|
||||||
port: 9200
|
port: 9200
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user