From e7373bb1a10f2660764a2940020031d83d8a8d34 Mon Sep 17 00:00:00 2001 From: Bernd Ahlers Date: Wed, 25 Oct 2017 12:54:23 +0200 Subject: [PATCH] Mention that stacked fields requires Elasticsearch >=5 Closes #4082 --- .../src/components/field-analyzers/QuickValuesOptionsForm.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}