Skip to content
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

saved object tagging #1052

Closed
tmkujala opened this issue Mar 11, 2014 · 12 comments
Closed

saved object tagging #1052

tmkujala opened this issue Mar 11, 2014 · 12 comments

Comments

@tmkujala
Copy link

Hi,

Currently dashboards saved to Elasticsearch are stored using a single grouping and displayed as a single list. The open dashboard drop down starts to get messy when you've got hundreds of users wanting to save hundreds of dashboards across many different log sources/organizational units, both to share with others or to keep to themselves.

My initial thought was to setup a separate kibana_index for each grouping, then customize that per dashboard using a query string argument. Unfortunately, kibana_index can only be set in config.js and is not customizable per dashboard, so this idea is out.

I think there should be two top-level categorizations:

  • Public - anyone can see
  • Private - only the current user can see

Within each overall category, dashboards should form a hierarchy or virtual folder structure allowing dashboards to be stored arbitrarily in the hierarchy, possibly to some maximum depth.

Perhaps private dashboards are just stored under a special private folder in the hierarchy.

It might look something like this:

Open Dashboard
> private
>> privdb1
>> privdb2
> group1
>> dashboard11
>> dashboard12
>> group11
>>> dashboard111
> group2
>> group21
>>> dashboard211
> dashboard1
@graph1zzlle
Copy link

+1, maybe with ability to add tags ?

@Chadwiki
Copy link

+1

1 similar comment
@gurvindersingh
Copy link

+1

@deviantony
Copy link

+1 !

@pemontto
Copy link

pemontto commented Aug 8, 2014

+1

2 similar comments
@jlintz
Copy link

jlintz commented Aug 26, 2014

+1

@Swedeski
Copy link

+1

@coderlol
Copy link

Great idea. However, extend grouping to support traditional folder and subfolders; and, extend to searches and visualizations as well.

@rashidkpc rashidkpc changed the title saved dashboard grouping saved object grouping Apr 28, 2015
@rashidkpc rashidkpc changed the title saved object grouping saved object tagging Jul 23, 2015
@ppf2
Copy link
Member

ppf2 commented Nov 18, 2015

+1

@rashidkpc rashidkpc added v5.1.0 and removed v4.4.0 labels Nov 23, 2015
@gnom1gnom
Copy link

+1

1 similar comment
@andrewh
Copy link

andrewh commented Dec 12, 2015

+1

@rashidkpc
Copy link
Contributor

Replacing with #6876

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

15 participants