Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ingest Node Pipelines] Pipeline Processors Editor #66021
[Ingest Node Pipelines] Pipeline Processors Editor #66021
Changes from 103 commits
c19382d
bf94f1c
e24165e
b0bb193
5a536bd
ef2f1ab
fc9235b
a841441
7de73c8
ac0ac2b
699ebef
92b3f21
993d065
2b70fa7
402459f
cf8b36b
3824e25
7d48f21
f3f705f
48a18c6
9e09ad5
8d18877
7e7d776
4560d75
597b148
6ffaeda
2c340b2
34cb91a
29b006b
564f74f
9c0bd8e
82a999c
be9a290
2957970
736c98e
eba5305
74b69c7
8314d23
1141e50
5c84cc4
09f74db
dbc5cc5
a2b4049
e40cefc
cad13fd
fc0ed64
6c71bff
0ef475c
6dbdf06
e7f1e3c
b60ef5f
a9c5384
5643419
61d194b
d9ef80a
f3a16f2
7010b9e
3c4353f
a4c298d
5bbb9fc
dd93b11
3ccc16d
b8b169f
62b0f53
a5bd69a
68c12f9
3992a29
b88f703
b05e356
f70165c
e6f9bd0
fb2733b
74221e4
53c42d9
8617031
d32b73c
62b3277
9e1e698
d5b0e8a
8e738a2
39c8dbd
1a63baf
e6f4f74
830e9e9
41613be
c7fe2db
eff46b0
0fcdd06
49def41
698d8ff
33fe79c
b1eb94c
7d632fc
b6f0042
78b86ad
6316956
1688711
07b6df1
bed0bf8
99fa8cd
0f477f3
1fdbf8a
ce275fe
40e6c71
6af236d
f00cfcf
9591de0
c1f62df
94096ea
f06f9e4
edddeee
971e2e9
2402cc8
f2a20c8
b0387de
8098fc9
5c5a932
d121586
1afecdf
e43c7a4
626a61d
24afa02
58b79a5
9ffebad
7caac48
1095aca
da8fb67
df4f70a
e1149bd
243185e
f646b78
e884ee2
180e73f
7e8de28
fd8dbeb
64e06c0
a7ee474
9420c87
6aea902
2003eb5
bc091df
cc66d65
14c59b0
9844dee
08247dd
edc7b6e
d396be0
6a1234e
c8ccb34
f10e2d8
bff143e
cc84437
97089ab
3cf7c9f
bb21d75
22c094a
9267793
c5a5e4e
791d9e6
0b71abe
94a9c65
fd2789f
90fd933
a25056a
e51bf88
1a2b439
ef2c745
9ba6906
1918b8b
9a5cf06
d519513
8e78aea
4624337
5ef85cd
4b05049
4b26dd4
8b3e9f7
ca2f8d5
65fb5ff
dcb23bd
a242aa7
73babef
1419d3b
634f9d0
7db7f3e
ec77c7d
7e91996
a3d0dc8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do these URLs ever change? I'm surprised to see them being passed as props, but then I don't know what the convention is in Kibana.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, they change based on the version of stack you are running. So if you are on v7.7.0 all links to docs should send you to the correct v7.7.0 docs.
The idea with passing them in as props here is so that this component can be moved out of the ingest pipelines editor in future without depending on plugin specific ways of sharing these values like context or services.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting. Cloud UI has a docs "service" of sorts, which defines a map of doc links, and then renders links using config to control the docs version. I'm not suggested you implement that, just sharing 😅