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
Initial server-side support for sharing saved-objects phase 1.5 #66089
Initial server-side support for sharing saved-objects phase 1.5 #66089
Changes from all commits
278d345
9ee94b2
8c4ec16
c4fa88a
c1735a6
519c260
7835833
9e87a9a
924ef96
3741526
a49f114
8ab0a11
2d84ae2
7954483
01ef8bd
f9cb833
69eba2e
5614bbe
ab46928
0f273e5
19bdeea
16fc13a
1dfe7eb
bb2c7d3
c9b5391
76885b2
f8776d1
d65912b
4d57561
26db438
9289674
6496c25
0bae0c9
061f4f7
2cbdb75
f5c56cf
d30bdfe
7badeac
af9db43
5e70f38
47590a6
4a1aec9
19dc294
ad92b1a
e45adab
25cc72a
51e05f5
b255efb
45b37c6
3538c2b
2177c4a
3c632db
0447690
dd25fbc
ba47780
5245b66
6ebf12a
48feb3e
8ec0e37
6136bb0
3303559
90bb5a9
ced0415
3570482
6a67e37
ee8a6aa
9d7b755
842b0df
8cbdc7c
077d52b
3133deb
7e9736c
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.
Note: none of these import examples work out-of-the-box. When only including the minimal "title" attribute, migrations fail. For instance, for Example 3 below I had to change the NDJSON to the following to get it to work:
However, I think what we have in the docs already is probably enough, and I am hesitant to add too much more detail. If someone's developing against Kibana they can hopefully figure it out 🙂 I just wanted to point it out here to others.
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.
Thanks for raising this, I do think this is something we should address at some point. I personally find it very frustrating when documentation examples don't work.
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.
I figured it would be best to collapse all of the different "conflict" errors into one example. This doc is verbose enough as it is.