Commit f6749e3
committed
[ML] Transforms: Remove index field limitation for custom query. (#81467)
The query bar originally developed for the transforms wizard didn't work with indices with more than 1024 fields. In that case we disabled the query bar and showed an info-callout. Since we moved on to make use of the KQL query bar, this limitation does no longer exist so this PR removes the limitation.1 parent c87aa13 commit f6749e3
File tree
3 files changed
+1
-20
lines changed- x-pack/plugins
- transform/public/app/sections/create_transform/components/step_define
- translations/translations
3 files changed
+1
-20
lines changedLines changed: 1 addition & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | 105 | | |
111 | 106 | | |
112 | 107 | | |
| |||
181 | 176 | | |
182 | 177 | | |
183 | 178 | | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | 179 | | |
197 | 180 | | |
198 | 181 | | |
| |||
214 | 197 | | |
215 | 198 | | |
216 | 199 | | |
217 | | - | |
| 200 | + | |
218 | 201 | | |
219 | 202 | | |
220 | 203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19774 | 19774 | | |
19775 | 19775 | | |
19776 | 19776 | | |
19777 | | - | |
19778 | 19777 | | |
19779 | 19778 | | |
19780 | 19779 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19793 | 19793 | | |
19794 | 19794 | | |
19795 | 19795 | | |
19796 | | - | |
19797 | 19796 | | |
19798 | 19797 | | |
19799 | 19798 | | |
| |||
0 commit comments