Hi Antonios,

Marvel uses the rest bulk indexing API to send it's data. It currently uses 
the standard format where the index is specified on every item in the 
request. The setting you mention disallows it. I made a note to change this 
behavior in Marvel as all the items in the body  use the same index and so 
we could move it to the url. 

Until this is changed, you'd have to indeed disable this setting on the 
cluster you intend to store marvel data in.

Cheers,
Boaz

On Thursday, March 6, 2014 1:07:25 PM UTC+1, Antonios Chalkiopoulos wrote:
>
> To prevent users from overriding the index which has been specified in 
> the URL
> i set 
>      rest.action.multi.allow_explicit_index: false
> in elasticsearch.yml (using es - version 1.0.1) 
>
> After restarting elasticseach i am getting errors in the logs coming from 
> Marvel
>
> java.io.IOException: Server returned HTTP response code: 400 for URL: 
> http://localhost:9200/_bulk
> [2014-03-06 12:05:10,305][ERROR][marvel.agent.exporter    ] error sending 
> data
>
> I'm just guessing that in a clustered environment i can have insecure rest 
> API - in the ES server that marvel will be talking to 
> and a secure rest API in the ES server that the clients will be talking 
> to...
>
> Any ideas or experiences with securing ES while having also Marvel for 
> monitoring ?!
>
>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/7e71c4cb-fc36-412c-aea3-98b9fc231efb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to