Re: Kibana-auth install under RHEL6 server ?

2014-04-18 Thread Andrea Martines

>
> No one ?
>

:( I keep trying but there's always a tool that does not work :/ 

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/9b9dfff2-7b8c-441e-8fd6-fee0402fcdc5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Kibana-auth install under RHEL6 server ?

2014-04-17 Thread Andrea Martines
Hello, I've already published a topic about this plugin, but I didn't say 
that I'm using a RHEL server.

Does any of you have tried to install it under RHEL ? Because some of the 
command line does not work like "npm install"

Could you please help me installing this plugin, because I'm pulling my 
hair !! 

- *Where to install it* (on a kibana apache server or on an elasticsearch 
node ?) 
- *What command line to run ?*
*- What specific modification do I have to make in the config files ?*



*PLEASE HELP, I'm stuck and the deadline for the security is end of April 
:/*


-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/1fe7e989-5b49-44b1-bf9f-5ee408651ec8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to install kibana-authentication-proxy ??

2014-04-17 Thread Andrea Martines
I understand, so this package will replace the original kibana ?? that's 
right ??

My problem, is that I've tried to run the command lines provided but my 
server is running under RHEL6, so some of this command doesn't work fine, 
like the npm install, so I've tried to use rhel command but still not 
working.

So I gonna change my subject title and switch it to "How to install 
kibana-auth plugin under RHEL6 ??" if you already know how, please let me 
know.


Best regards and thanks ;)


Le jeudi 17 avril 2014 00:23:02 UTC+2, Kevin Claggett a écrit :
>
> Its just a node application, and the github page 
> has installation instructions
> https://github.com/fangli/kibana-authentication-proxy
>
> Kevin
>
> On Wednesday, April 16, 2014 5:48:00 AM UTC-7, Andrea Martines wrote:
>>
>> Hello, I'm now looking for security in my elasticsearch cluster, and I 
>> would like to ask the user to login, and then to give him the right index. 
>> For example, the user adminSec would have access to the SECURITY-* index.
>>
>> So I found the kibana-authentication-proxy plugin but they don't explain 
>> how to install it. Where do I need to install it, elasticsearch host or 
>> kibana host ? And how to do it step by step.
>>
>> If anyone has experienced this plugin and know exactly what to do, please 
>> let me know, because I'm stuck (and french :p) so it would be very helpful 
>> !!!
>>
>>
>>
>> Thanks a lot :)
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/29cbd7c8-8507-47f2-9f7c-35ef3a4af8a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to install kibana-authentication-proxy ??

2014-04-16 Thread Andrea Martines
Hello, I'm now looking for security in my elasticsearch cluster, and I 
would like to ask the user to login, and then to give him the right index. 
For example, the user adminSec would have access to the SECURITY-* index.

So I found the kibana-authentication-proxy plugin but they don't explain 
how to install it. Where do I need to install it, elasticsearch host or 
kibana host ? And how to do it step by step.

If anyone has experienced this plugin and know exactly what to do, please 
let me know, because I'm stuck (and french :p) so it would be very helpful 
!!!



Thanks a lot :)

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/556328b0-3a20-477c-88d2-27e6a62b4228%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ERREUR KIBANA a fixé

2014-01-24 Thread Andrea Martines




TOUT EST DANS LE CODE, je veux uniquement afficher les logs contenant le patern 
toto, or cela est impossible puisque la query * est toujours activé, du coup je 
vois tous les logs, comme d'hab.

Si vous avez entre-temps une astuce pour modifier moi-même cette requête afin 
de supprimer le champ * ça serait cool.



All is in the code below, I only want to display the patern : "toto", but I 
cannot because the query * is still active, consequently my table displays all 
the events as usually.

Best regards.




 "query": {
"filtered": {
  "query": {
"bool": {
  "should": [
{
  *"query_string": { // WTF
"query": "*"
  }*
},
{
  "query_string": {
"query": "@message:\"toto\""
  }
}
  ]
}
  },

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/4364ee44-71bd-4f04-b801-fc6f87edfb1f%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.