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
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