Add example of of local plugin installation#65986
Merged
spalger merged 1 commit intoelastic:masterfrom May 11, 2020
Merged
Conversation
Contributor
|
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
1 similar comment
Contributor
|
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
Contributor
|
Pinging @elastic/kibana-operations (Team:Operations) |
Contributor
|
@elasticmachine merge upstream |
Contributor
|
@orfeas0 why haven't you open this against master? Could you please close that PR and open it against master? |
Update plugins.asciidoc with clearer example of local plugin installation using file:/// as url. (cherry picked from commit c37a5e5756349d245f7e1e53013f790a95fdbbb4)
Contributor
|
jenkins, test this |
spalger
pushed a commit
to spalger/kibana
that referenced
this pull request
May 11, 2020
spalger
pushed a commit
to spalger/kibana
that referenced
this pull request
May 11, 2020
This was referenced May 11, 2020
spalger
pushed a commit
to spalger/kibana
that referenced
this pull request
May 11, 2020
spalger
pushed a commit
to spalger/kibana
that referenced
this pull request
May 11, 2020
spalger
pushed a commit
to spalger/kibana
that referenced
this pull request
May 11, 2020
spalger
pushed a commit
to spalger/kibana
that referenced
this pull request
May 11, 2020
spalger
pushed a commit
to spalger/kibana
that referenced
this pull request
May 11, 2020
spalger
pushed a commit
to spalger/kibana
that referenced
this pull request
May 11, 2020
spalger
pushed a commit
that referenced
this pull request
May 11, 2020
spalger
pushed a commit
that referenced
this pull request
May 11, 2020
spalger
pushed a commit
that referenced
this pull request
May 11, 2020
spalger
pushed a commit
that referenced
this pull request
May 11, 2020
spalger
pushed a commit
that referenced
this pull request
May 11, 2020
spalger
pushed a commit
that referenced
this pull request
May 11, 2020
spalger
pushed a commit
that referenced
this pull request
May 11, 2020
spalger
pushed a commit
that referenced
this pull request
May 11, 2020
spalger
pushed a commit
that referenced
this pull request
May 11, 2020
spalger
pushed a commit
that referenced
this pull request
May 11, 2020
spalger
pushed a commit
that referenced
this pull request
May 11, 2020
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
May 12, 2020
* master: (46 commits) [Drilldowns][chore] Remove some any's from components. Remove `PlaceContext` from components (elastic#65854) [functional/services] import By/until from module (elastic#66015) [Drilldowns][IE] fix welcome bar layout in IE (elastic#65676) Inspect action shows on dashboard for every chart (elastic#65998) Fix heigt calc in calc issue for ie11 (elastic#66010) [Flights] Delay Bucket - Error notification on opening sample visualization (elastic#66028) [SIEM] [Security] unified code structure phase 0 (elastic#65965) [Maps] Organize layers into subfolders (elastic#65513) skip flaky suite (elastic#59849) Cleanup prefill and edit flow. (elastic#66105) Fix major severity service map ring colors (elastic#66124) [DOCS] Improves formatting in action types (elastic#65932) [DOCS] APM Agent config: Setting values must be string (elastic#65875) Change default cert age limit value. (elastic#65918) [DOCS] Removed saved object options (elastic#66072) [SIEM] [Cases] Case API tests (elastic#65777) Add example of of local plugin installation (elastic#65986) skip flaky suite (elastic#65741) [SIEM][Detections] Restrict ML rule modification to ML Admins (elastic#65583) [Reporting/Test] Add Functional test for download CSV (elastic#65401) ...
jloleysens
added a commit
that referenced
this pull request
May 12, 2020
…ine-editor * 'master' of github.com:elastic/kibana: (37 commits) [APM] Correct relative paths in scripts (#66159) [Uptime] Enable deselection of stale filters (#65523) [Drilldowns][chore] Remove some any's from components. Remove `PlaceContext` from components (#65854) [functional/services] import By/until from module (#66015) [Drilldowns][IE] fix welcome bar layout in IE (#65676) Inspect action shows on dashboard for every chart (#65998) Fix heigt calc in calc issue for ie11 (#66010) [Flights] Delay Bucket - Error notification on opening sample visualization (#66028) [SIEM] [Security] unified code structure phase 0 (#65965) [Maps] Organize layers into subfolders (#65513) skip flaky suite (#59849) Cleanup prefill and edit flow. (#66105) Fix major severity service map ring colors (#66124) [DOCS] Improves formatting in action types (#65932) [DOCS] APM Agent config: Setting values must be string (#65875) Change default cert age limit value. (#65918) [DOCS] Removed saved object options (#66072) [SIEM] [Cases] Case API tests (#65777) Add example of of local plugin installation (#65986) skip flaky suite (#65741) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update plugins.asciidoc with clearer example of local plugin installation using file:/// as url.
Summary
Summarize your PR. If it involves visual changes include a screenshot or gif.
Checklist
Delete any items that are not applicable to this PR.
For maintainers