mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Don't handle version conflicts
This commit is contained in:
parent
38d239042d
commit
571e5af0ad
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ define(function (require) {
|
|||
* @return {[type]} [description]
|
||||
*/
|
||||
DocSource.prototype.doIndex = function (body) {
|
||||
return this._sendToEs(this._courier, 'index', true, body);
|
||||
return this._sendToEs(this._courier, 'index', false, body);
|
||||
};
|
||||
|
||||
/*****
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue