diff --git a/frontend/components/forms/ConfigurePackQueryForm/ConfigurePackQueryForm.jsx b/frontend/components/forms/ConfigurePackQueryForm/ConfigurePackQueryForm.jsx index 3d09119b9..62a633676 100644 --- a/frontend/components/forms/ConfigurePackQueryForm/ConfigurePackQueryForm.jsx +++ b/frontend/components/forms/ConfigurePackQueryForm/ConfigurePackQueryForm.jsx @@ -9,7 +9,7 @@ import InputField from 'components/forms/fields/InputField'; import validate from 'components/forms/ConfigurePackQueryForm/validate'; const baseClass = 'configure-pack-query-form'; -const fieldNames = ['query_id', 'interval', 'logging_type', 'platform', 'version']; +const fieldNames = ['query_id', 'interval', 'logging_type', 'platform', 'shard', 'version']; const platformOptions = [ { label: 'All', value: 'all' }, { label: 'Windows', value: 'windows' }, @@ -90,6 +90,13 @@ class ConfigurePackQueryForm extends Component { label="Logging" wrapperClassName={`${baseClass}__form-field ${baseClass}__form-field--logging`} /> +