Skip to content

Commit

Permalink
support for 6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sivasamyk committed Feb 12, 2019
1 parent 8855b01 commit b871f42
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 0 deletions.
97 changes: 97 additions & 0 deletions public/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions public/register_feature.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import {
FeatureCatalogueRegistryProvider,
FeatureCatalogueCategory,
} from 'ui/registry/feature_catalogue';

FeatureCatalogueRegistryProvider.register(i18n => {
return {
id: 'logtrail',
title: 'Logtrail',
description: i18n('logtrail.registerFeatureDescription', {
defaultMessage:
'Plugin to view, search & tail logs in Kibana',
}),
icon: 'logtrailApp',
path: '/app/logtrail',
showOnHomePage: false,
category: FeatureCatalogueCategory.DATA,
};
});

0 comments on commit b871f42

Please sign in to comment.