Hi Antonios, A short note that Marvel 1.3.0 was released with this fix.
Cheers, Boaz On Saturday, November 15, 2014 6:12:13 PM UTC+1, Boaz Leskes wrote: > > Hi Antonios, > > It's been a while but I wanted to let you know that this has bbeen fixed > and will be available in this marvel release. > > cheers, > Boaz > > On Sunday, March 9, 2014 10:40:22 PM UTC+1, Boaz Leskes wrote: >> >> 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/deafcb52-a633-488a-bffa-2c184ce7418b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
