Commit 53f592c
authored
[ES|QL] Enables the NL to ES|QL functionality (elastic#266561)
## Summary
Enables the natural language to ES|QL functionality in the editor. We
decided that we are ready to remove the setting.
<img width="1250" height="135" alt="image"
src="https://github.com/user-attachments/assets/0c3faada-bff2-41b2-a8a8-c9541acaa223"
/>
(the feature is still disabled for basic license)
### Checklist
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios1 parent 28b3647 commit 53f592c
4 files changed
Lines changed: 16 additions & 62 deletions
File tree
- src/platform/packages/private/kbn-esql-editor/src
- editor_visor
- hooks
Lines changed: 7 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 51 | + | |
61 | 52 | | |
62 | 53 | | |
63 | 54 | | |
| |||
147 | 138 | | |
148 | 139 | | |
149 | 140 | | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | 141 | | |
156 | 142 | | |
157 | 143 | | |
158 | 144 | | |
159 | 145 | | |
160 | 146 | | |
161 | 147 | | |
162 | | - | |
163 | | - | |
164 | | - | |
| 148 | + | |
165 | 149 | | |
166 | 150 | | |
167 | 151 | | |
168 | 152 | | |
169 | 153 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
| 154 | + | |
| 155 | + | |
174 | 156 | | |
175 | 157 | | |
176 | 158 | | |
177 | 159 | | |
178 | 160 | | |
179 | 161 | | |
180 | | - | |
181 | | - | |
182 | | - | |
| 162 | + | |
183 | 163 | | |
184 | 164 | | |
185 | 165 | | |
| |||
201 | 181 | | |
202 | 182 | | |
203 | 183 | | |
204 | | - | |
205 | | - | |
206 | | - | |
| 184 | + | |
207 | 185 | | |
208 | 186 | | |
209 | 187 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
Lines changed: 5 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 45 | + | |
53 | 46 | | |
54 | | - | |
| 47 | + | |
55 | 48 | | |
56 | 49 | | |
57 | 50 | | |
58 | 51 | | |
59 | 52 | | |
60 | 53 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 54 | + | |
69 | 55 | | |
70 | 56 | | |
71 | 57 | | |
| |||
76 | 62 | | |
77 | 63 | | |
78 | 64 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 65 | + | |
86 | 66 | | |
87 | 67 | | |
88 | 68 | | |
| |||
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | | - | |
| 16 | + | |
19 | 17 | | |
20 | | - | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
25 | | - | |
| 22 | + | |
26 | 23 | | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
32 | | - | |
| 29 | + | |
33 | 30 | | |
34 | | - | |
| 31 | + | |
35 | 32 | | |
0 commit comments