Hi! It won’t be in 1.2, even though you could in theory grant the necessary permissions to roles. The main problem is that access global search requires more than just the search permissions in order to successfully use the search pages.
Right now this is only possible via the REST API, have a look at the user API, specifically the permissions array. The additional permissions you want are: "searches:keyword:*", "searches:absolute:*", "searches:relative:*”, These must be _in addition to_ the existing ones of the user, otherwise it will not work. In 1.2 you will be able to create a role with these permissions (via the API) and then assign them to users. Best, Kay > On 25 Aug 2015, at 16:42, Juan Andres Ramirez <[email protected]> wrote: > > Hello Guys, > Read's users can't access on global search, this is a problem, > because if you have a dashboard with a chart about any process, some time you > need to see more details about this search. > Anyone knows if in next versions the global search will be available > for read's users?. > > Thank you. > > -- > You received this message because you are subscribed to the Google Groups > "Graylog Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/graylog2/a5a3b69a-fa2d-4776-9937-8b32d8bbcf75%40googlegroups.com > > <https://groups.google.com/d/msgid/graylog2/a5a3b69a-fa2d-4776-9937-8b32d8bbcf75%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/6382C760-4495-4EFD-B448-46702DB6707F%40gmail.com. For more options, visit https://groups.google.com/d/optout.
