Skip to content

Commit

Permalink
Mention that stacked fields requires Elasticsearch >=5
Browse files Browse the repository at this point in the history
Closes #4082
  • Loading branch information
bernd committed Oct 25, 2017
1 parent f09054a commit e7373bb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import PropTypes from 'prop-types';
import _ from 'lodash';
import { Button, ButtonToolbar, Col, ControlLabel, FormGroup, Row } from 'react-bootstrap';
import { Button, ButtonToolbar, Col, ControlLabel, FormGroup, HelpBlock, Row } from 'react-bootstrap';
import { Input } from 'components/bootstrap';
import { MultiSelect, Select } from 'components/common';
import FormsUtils from 'util/FormsUtils';
Expand Down Expand Up @@ -131,6 +131,7 @@ const QuickValuesOptionsForm = React.createClass({
<MultiSelect options={fieldOptions}
value={this.state.stackedFields}
onChange={this._onStackedFieldChange} />
<HelpBlock>The stacked fields option <strong>requires Elasticsearch version &gt;= 5</strong> to work correctly</HelpBlock>
</FormGroup>

{intervalForm}
Expand Down

0 comments on commit e7373bb

Please sign in to comment.