Re: Elasticsearch Interpreter

2016-06-24 Thread moon soo Lee
Elasticsearch interpreter does not provide such feature out of box. If you don't mind customize code yourself, you can get current user name by calling "interpreterContext.getAuthenticationInfo().getUser()" inside of "interpret()" method in ElasticsearchInterpreter. A

Elasticsearch Interpreter

2016-06-21 Thread Edgardo Vega
I was looking at the elasticsearch interpreter documentation and I saw the index and delete operations. Is there any way to disable those? I was reading zeppelin documentation in order to see if it would be a fit to allow external users explorer our data but do not want them to be able to modify