diff --git a/graylog2-web-interface/src/components/field-analyzers/QuickValuesOptionsForm.jsx b/graylog2-web-interface/src/components/field-analyzers/QuickValuesOptionsForm.jsx index 79a319e624b3..ab282424347c 100644 --- a/graylog2-web-interface/src/components/field-analyzers/QuickValuesOptionsForm.jsx +++ b/graylog2-web-interface/src/components/field-analyzers/QuickValuesOptionsForm.jsx @@ -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'; @@ -131,6 +131,7 @@ const QuickValuesOptionsForm = React.createClass({ + The stacked fields option requires Elasticsearch version >= 5 to work correctly {intervalForm}