Re: Kibana 4 behind reverse proxy. Is it possible?

2015-02-06 Thread Konstantin Erman
Well, access through localhost worked for me from the very beginning, as 
well as access through LAN. But external access is also necessary, that's 
where the whole issue with IIS reverse proxy stemmed from! 

On Friday, February 6, 2015 at 4:30:47 PM UTC-8, Cijo Thomas wrote:
>
> I hit the same issue when accessing the site using DNS name. When I am in 
> the machine, http:localhost:/ works though. Have not figured out the 
> fix for this yet. It seems like Kibana 4 CORS issue.
>
> On Thu, Jan 29, 2015 at 3:38 PM, Konstantin Erman  > wrote:
>
>> Yes, Kibana 4 beta 3. And I have just one URL rewrite rule (pictured).
>> Were you getting the same error when it was not working for you?
>>
>>
>> 
>>
>>
>> On Thursday, January 29, 2015 at 3:31:56 PM UTC-8, Cijo Thomas wrote:
>>>
>>> Can you show your URL rewrite rules ? Also  are you using Kibana 4 beta 
>>> 3 ?
>>>
>>> On Thu, Jan 29, 2015 at 1:09 PM, Konstantin Erman  
>>> wrote:
>>>
 Unfortunately I could not replicate your success :-(

 Let me show you what I did in case you may be notice any difference 
 from your case.


 


 


 


 
 Any ideas what I may be missing?

 Thanks!
 Konstantin

 On Thursday, January 29, 2015 at 10:13:40 AM UTC-8, Cijo Thomas wrote:
>
> I have been fighting with this for quite some time, Finally found the 
> workaround. Let me know if it helps you!
>
> On Thu, Jan 29, 2015 at 10:12 AM, Konstantin Erman  
> wrote:
>
>> Thank you for the good news! I'm a little swamped currently, but I 
>> will definitely give it a try when I get a minute. 
>>
>> Just to make sure - "disable Output cache for the website" - where is 
>> it in IIS Management Console?
>>
>>
>> On Wednesday, January 28, 2015 at 4:38:01 PM UTC-8, Cijo Thomas wrote:
>>>
>>> Its possible to use IIS with the following steps.
>>> 1) Disable Output cache for the website you are using as reverse 
>>> proxy.
>>> 2) Run the website in a new apppool, which do not have any managed 
>>> code.
>>>
>>> With the above two steps, kibana4 runs fine with IIS as reverse 
>>> proxy.
>>>
>>>
>>> On Saturday, December 27, 2014 at 4:19:31 PM UTC-8, Konstantin Erman 
>>> wrote:

 We currently use Kibana 3 hosted in IIS behind IIS reverse proxy 
 for auhentication. Naturally we look at Kibana 4 Beta 3 expecting it 
 to 
 replace Kibana 3 soon. Kibana 4 is self hosted and works nicely when 
 accessed directly, but we need authentication and whatever I do I 
 cannot 
 make it work from behind reverse proxy! Early or later I get 401 
 accessing 
 some internal resource. 

 Wonder if anybody hit similar problem and have any insight how to 
 make it work. 
 We cannot use Shield as its price is way beyond our bounds. 

 Thanks! 
 Konstantin
>>>
>>>  -- 
>> You received this message because you are subscribed to a topic in 
>> the Google Groups "elasticsearch" group.
>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>> pic/elasticsearch/r_uDcHR-rrw/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> elasticsearc...@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/
>> msgid/elasticsearch/d089ed71-71c4-4997-93fa-2dc7125b7f49%40goo
>> glegroups.com 
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Warm Regards,
> Cijo Thomas
> +1 3125606441 
> <#CAH6LTpG0QV0FbqeTOfun3avjkH96u8ONZ_HYWrS_40JzrEBO+g@mail.gmail.com_14b380f1ef4f9e0e_CAH6LTpE1RoLVPN1aQWeJm-6nyWiovzr=hGudAmUeAGGgBAuYWg@mail.gmail.com_14b3786b590d6772_CAH6LTpEkRjF1kDbKEm5Frvwb6BBCH_Xhvm1hhKtMYtYCphrraQ@mail.gmail.com_SafeHtmlFilter_>
>  
  -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups "elasticsearch" group.
 To unsubscribe from this topic, visit https://groups.google.com/d/
 topic/elasticsearch/r_uDcHR-rrw/unsubscribe.
 To unsubscribe from this group and

Re: Kibana 4 behind reverse proxy. Is it possible?

2015-02-06 Thread Cijo Thomas
I hit the same issue when accessing the site using DNS name. When I am in
the machine, http:localhost:/ works though. Have not figured out the
fix for this yet. It seems like Kibana 4 CORS issue.

On Thu, Jan 29, 2015 at 3:38 PM, Konstantin Erman  wrote:

> Yes, Kibana 4 beta 3. And I have just one URL rewrite rule (pictured).
> Were you getting the same error when it was not working for you?
>
>
> 
>
>
> On Thursday, January 29, 2015 at 3:31:56 PM UTC-8, Cijo Thomas wrote:
>>
>> Can you show your URL rewrite rules ? Also  are you using Kibana 4 beta 3
>> ?
>>
>> On Thu, Jan 29, 2015 at 1:09 PM, Konstantin Erman 
>> wrote:
>>
>>> Unfortunately I could not replicate your success :-(
>>>
>>> Let me show you what I did in case you may be notice any difference from
>>> your case.
>>>
>>>
>>> 
>>>
>>>
>>> 
>>>
>>>
>>> 
>>>
>>>
>>> 
>>> Any ideas what I may be missing?
>>>
>>> Thanks!
>>> Konstantin
>>>
>>> On Thursday, January 29, 2015 at 10:13:40 AM UTC-8, Cijo Thomas wrote:

 I have been fighting with this for quite some time, Finally found the
 workaround. Let me know if it helps you!

 On Thu, Jan 29, 2015 at 10:12 AM, Konstantin Erman 
 wrote:

> Thank you for the good news! I'm a little swamped currently, but I
> will definitely give it a try when I get a minute.
>
> Just to make sure - "disable Output cache for the website" - where is
> it in IIS Management Console?
>
>
> On Wednesday, January 28, 2015 at 4:38:01 PM UTC-8, Cijo Thomas wrote:
>>
>> Its possible to use IIS with the following steps.
>> 1) Disable Output cache for the website you are using as reverse
>> proxy.
>> 2) Run the website in a new apppool, which do not have any managed
>> code.
>>
>> With the above two steps, kibana4 runs fine with IIS as reverse proxy.
>>
>>
>> On Saturday, December 27, 2014 at 4:19:31 PM UTC-8, Konstantin Erman
>> wrote:
>>>
>>> We currently use Kibana 3 hosted in IIS behind IIS reverse proxy for
>>> auhentication. Naturally we look at Kibana 4 Beta 3 expecting it to 
>>> replace
>>> Kibana 3 soon. Kibana 4 is self hosted and works nicely when accessed
>>> directly, but we need authentication and whatever I do I cannot make it
>>> work from behind reverse proxy! Early or later I get 401 accessing some
>>> internal resource.
>>>
>>> Wonder if anybody hit similar problem and have any insight how to
>>> make it work.
>>> We cannot use Shield as its price is way beyond our bounds.
>>>
>>> Thanks!
>>> Konstantin
>>
>>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "elasticsearch" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/to
> pic/elasticsearch/r_uDcHR-rrw/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> elasticsearc...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/elasticsearch/d089ed71-71c4-4997-93fa-2dc7125b7f49%40goo
> glegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



 --
 Warm Regards,
 Cijo Thomas
 +1 3125606441
 <#14b380f1ef4f9e0e_CAH6LTpE1RoLVPN1aQWeJm-6nyWiovzr=hGudAmUeAGGgBAuYWg@mail.gmail.com_14b3786b590d6772_CAH6LTpEkRjF1kDbKEm5Frvwb6BBCH_Xhvm1hhKtMYtYCphrraQ@mail.gmail.com_SafeHtmlFilter_>

>>>  --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "elasticsearch" group.
>>> To unsubscribe from this topic, visit https://groups.google.com/d/
>>> topic/elasticsearch/r_uDcHR-rrw/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> elasticsearc...@googlegroups.com.
>>> To view this discussion on the web visit https://groups.google.com/d/
>>> msgid/elasticsearch/cbf5e8d0-6769-4ef5-b625-9a6457fac86c%
>>> 40googlegroups.com
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Warm Regards,
>> Cijo Thomas
>> +1 3125606441
>> <#14b380f1

Re: Kibana 4 behind reverse proxy. Is it possible?

2015-01-29 Thread Konstantin Erman
Yes, Kibana 4 beta 3. And I have just one URL rewrite rule (pictured).
Were you getting the same error when it was not working for you?




On Thursday, January 29, 2015 at 3:31:56 PM UTC-8, Cijo Thomas wrote:
>
> Can you show your URL rewrite rules ? Also  are you using Kibana 4 beta 3 ?
>
> On Thu, Jan 29, 2015 at 1:09 PM, Konstantin Erman  > wrote:
>
>> Unfortunately I could not replicate your success :-(
>>
>> Let me show you what I did in case you may be notice any difference from 
>> your case.
>>
>>
>> 
>>
>>
>> 
>>
>>
>> 
>>
>>
>> 
>> Any ideas what I may be missing?
>>
>> Thanks!
>> Konstantin
>>
>> On Thursday, January 29, 2015 at 10:13:40 AM UTC-8, Cijo Thomas wrote:
>>>
>>> I have been fighting with this for quite some time, Finally found the 
>>> workaround. Let me know if it helps you!
>>>
>>> On Thu, Jan 29, 2015 at 10:12 AM, Konstantin Erman  
>>> wrote:
>>>
 Thank you for the good news! I'm a little swamped currently, but I will 
 definitely give it a try when I get a minute. 

 Just to make sure - "disable Output cache for the website" - where is 
 it in IIS Management Console?


 On Wednesday, January 28, 2015 at 4:38:01 PM UTC-8, Cijo Thomas wrote:
>
> Its possible to use IIS with the following steps.
> 1) Disable Output cache for the website you are using as reverse proxy.
> 2) Run the website in a new apppool, which do not have any managed 
> code.
>
> With the above two steps, kibana4 runs fine with IIS as reverse proxy.
>
>
> On Saturday, December 27, 2014 at 4:19:31 PM UTC-8, Konstantin Erman 
> wrote:
>>
>> We currently use Kibana 3 hosted in IIS behind IIS reverse proxy for 
>> auhentication. Naturally we look at Kibana 4 Beta 3 expecting it to 
>> replace 
>> Kibana 3 soon. Kibana 4 is self hosted and works nicely when accessed 
>> directly, but we need authentication and whatever I do I cannot make it 
>> work from behind reverse proxy! Early or later I get 401 accessing some 
>> internal resource. 
>>
>> Wonder if anybody hit similar problem and have any insight how to 
>> make it work. 
>> We cannot use Shield as its price is way beyond our bounds. 
>>
>> Thanks! 
>> Konstantin
>
>  -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups "elasticsearch" group.
 To unsubscribe from this topic, visit https://groups.google.com/d/
 topic/elasticsearch/r_uDcHR-rrw/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to 
 elasticsearc...@googlegroups.com.
 To view this discussion on the web visit https://groups.google.com/d/
 msgid/elasticsearch/d089ed71-71c4-4997-93fa-2dc7125b7f49%
 40googlegroups.com 
 
 .

 For more options, visit https://groups.google.com/d/optout.

>>>
>>>
>>>
>>> -- 
>>> Warm Regards,
>>> Cijo Thomas
>>> +1 3125606441 
>>> <#CAH6LTpE1RoLVPN1aQWeJm-6nyWiovzr=hGudAmUeAGGgBAuYWg@mail.gmail.com_14b3786b590d6772_CAH6LTpEkRjF1kDbKEm5Frvwb6BBCH_Xhvm1hhKtMYtYCphrraQ@mail.gmail.com_SafeHtmlFilter_>
>>>  
>>  -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "elasticsearch" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/elasticsearch/r_uDcHR-rrw/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> elasticsearc...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/elasticsearch/cbf5e8d0-6769-4ef5-b625-9a6457fac86c%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Warm Regards,
> Cijo Thomas
> +1 3125606441 
> <#CAH6LTpE1RoLVPN1aQWeJm-6nyWiovzr=hGudAmUeAGGgBAuYWg@mail.gmail.com_SafeHtmlFilter_>
>  

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

Re: Kibana 4 behind reverse proxy. Is it possible?

2015-01-29 Thread Cijo Thomas
Can you show your URL rewrite rules ? Also  are you using Kibana 4 beta 3 ?

On Thu, Jan 29, 2015 at 1:09 PM, Konstantin Erman  wrote:

> Unfortunately I could not replicate your success :-(
>
> Let me show you what I did in case you may be notice any difference from
> your case.
>
>
> 
>
>
> 
>
>
> 
>
>
> 
> Any ideas what I may be missing?
>
> Thanks!
> Konstantin
>
> On Thursday, January 29, 2015 at 10:13:40 AM UTC-8, Cijo Thomas wrote:
>>
>> I have been fighting with this for quite some time, Finally found the
>> workaround. Let me know if it helps you!
>>
>> On Thu, Jan 29, 2015 at 10:12 AM, Konstantin Erman 
>> wrote:
>>
>>> Thank you for the good news! I'm a little swamped currently, but I will
>>> definitely give it a try when I get a minute.
>>>
>>> Just to make sure - "disable Output cache for the website" - where is it
>>> in IIS Management Console?
>>>
>>>
>>> On Wednesday, January 28, 2015 at 4:38:01 PM UTC-8, Cijo Thomas wrote:

 Its possible to use IIS with the following steps.
 1) Disable Output cache for the website you are using as reverse proxy.
 2) Run the website in a new apppool, which do not have any managed code.

 With the above two steps, kibana4 runs fine with IIS as reverse proxy.


 On Saturday, December 27, 2014 at 4:19:31 PM UTC-8, Konstantin Erman
 wrote:
>
> We currently use Kibana 3 hosted in IIS behind IIS reverse proxy for
> auhentication. Naturally we look at Kibana 4 Beta 3 expecting it to 
> replace
> Kibana 3 soon. Kibana 4 is self hosted and works nicely when accessed
> directly, but we need authentication and whatever I do I cannot make it
> work from behind reverse proxy! Early or later I get 401 accessing some
> internal resource.
>
> Wonder if anybody hit similar problem and have any insight how to make
> it work.
> We cannot use Shield as its price is way beyond our bounds.
>
> Thanks!
> Konstantin

  --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "elasticsearch" group.
>>> To unsubscribe from this topic, visit https://groups.google.com/d/
>>> topic/elasticsearch/r_uDcHR-rrw/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> elasticsearc...@googlegroups.com.
>>> To view this discussion on the web visit https://groups.google.com/d/
>>> msgid/elasticsearch/d089ed71-71c4-4997-93fa-2dc7125b7f49%
>>> 40googlegroups.com
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Warm Regards,
>> Cijo Thomas
>> +1 3125606441
>> <#14b3786b590d6772_CAH6LTpEkRjF1kDbKEm5Frvwb6BBCH_Xhvm1hhKtMYtYCphrraQ@mail.gmail.com_SafeHtmlFilter_>
>>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "elasticsearch" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/elasticsearch/r_uDcHR-rrw/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> elasticsearch+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elasticsearch/cbf5e8d0-6769-4ef5-b625-9a6457fac86c%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Warm Regards,
Cijo Thomas
+1 3125606441 <#SafeHtmlFilter_>

-- 
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/CAH6LTpE1RoLVPN1aQWeJm-6nyWiovzr%3DhGudAmUeAGGgBAuYWg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Kibana 4 behind reverse proxy. Is it possible?

2015-01-29 Thread Konstantin Erman
Unfortunately I could not replicate your success :-(

Let me show you what I did in case you may be notice any difference from 
your case.








Any ideas what I may be missing?

Thanks!
Konstantin

On Thursday, January 29, 2015 at 10:13:40 AM UTC-8, Cijo Thomas wrote:
>
> I have been fighting with this for quite some time, Finally found the 
> workaround. Let me know if it helps you!
>
> On Thu, Jan 29, 2015 at 10:12 AM, Konstantin Erman  > wrote:
>
>> Thank you for the good news! I'm a little swamped currently, but I will 
>> definitely give it a try when I get a minute. 
>>
>> Just to make sure - "disable Output cache for the website" - where is it 
>> in IIS Management Console?
>>
>>
>> On Wednesday, January 28, 2015 at 4:38:01 PM UTC-8, Cijo Thomas wrote:
>>>
>>> Its possible to use IIS with the following steps.
>>> 1) Disable Output cache for the website you are using as reverse proxy.
>>> 2) Run the website in a new apppool, which do not have any managed code.
>>>
>>> With the above two steps, kibana4 runs fine with IIS as reverse proxy.
>>>
>>>
>>> On Saturday, December 27, 2014 at 4:19:31 PM UTC-8, Konstantin Erman 
>>> wrote:

 We currently use Kibana 3 hosted in IIS behind IIS reverse proxy for 
 auhentication. Naturally we look at Kibana 4 Beta 3 expecting it to 
 replace 
 Kibana 3 soon. Kibana 4 is self hosted and works nicely when accessed 
 directly, but we need authentication and whatever I do I cannot make it 
 work from behind reverse proxy! Early or later I get 401 accessing some 
 internal resource. 

 Wonder if anybody hit similar problem and have any insight how to make 
 it work. 
 We cannot use Shield as its price is way beyond our bounds. 

 Thanks! 
 Konstantin
>>>
>>>  -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "elasticsearch" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/elasticsearch/r_uDcHR-rrw/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> elasticsearc...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/elasticsearch/d089ed71-71c4-4997-93fa-2dc7125b7f49%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Warm Regards,
> Cijo Thomas
> +1 3125606441 
> <#CAH6LTpEkRjF1kDbKEm5Frvwb6BBCH_Xhvm1hhKtMYtYCphrraQ@mail.gmail.com_SafeHtmlFilter_>
>  

-- 
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/cbf5e8d0-6769-4ef5-b625-9a6457fac86c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Kibana 4 behind reverse proxy. Is it possible?

2015-01-29 Thread Cijo Thomas
I have been fighting with this for quite some time, Finally found the
workaround. Let me know if it helps you!

On Thu, Jan 29, 2015 at 10:12 AM, Konstantin Erman  wrote:

> Thank you for the good news! I'm a little swamped currently, but I will
> definitely give it a try when I get a minute.
>
> Just to make sure - "disable Output cache for the website" - where is it
> in IIS Management Console?
>
>
> On Wednesday, January 28, 2015 at 4:38:01 PM UTC-8, Cijo Thomas wrote:
>>
>> Its possible to use IIS with the following steps.
>> 1) Disable Output cache for the website you are using as reverse proxy.
>> 2) Run the website in a new apppool, which do not have any managed code.
>>
>> With the above two steps, kibana4 runs fine with IIS as reverse proxy.
>>
>>
>> On Saturday, December 27, 2014 at 4:19:31 PM UTC-8, Konstantin Erman
>> wrote:
>>>
>>> We currently use Kibana 3 hosted in IIS behind IIS reverse proxy for
>>> auhentication. Naturally we look at Kibana 4 Beta 3 expecting it to replace
>>> Kibana 3 soon. Kibana 4 is self hosted and works nicely when accessed
>>> directly, but we need authentication and whatever I do I cannot make it
>>> work from behind reverse proxy! Early or later I get 401 accessing some
>>> internal resource.
>>>
>>> Wonder if anybody hit similar problem and have any insight how to make
>>> it work.
>>> We cannot use Shield as its price is way beyond our bounds.
>>>
>>> Thanks!
>>> Konstantin
>>
>>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "elasticsearch" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/elasticsearch/r_uDcHR-rrw/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> elasticsearch+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elasticsearch/d089ed71-71c4-4997-93fa-2dc7125b7f49%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Warm Regards,
Cijo Thomas
+1 3125606441 <#SafeHtmlFilter_>

-- 
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/CAH6LTpEkRjF1kDbKEm5Frvwb6BBCH_Xhvm1hhKtMYtYCphrraQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Kibana 4 behind reverse proxy. Is it possible?

2015-01-29 Thread Konstantin Erman
Thank you for the good news! I'm a little swamped currently, but I will 
definitely give it a try when I get a minute. 

Just to make sure - "disable Output cache for the website" - where is it in 
IIS Management Console?

On Wednesday, January 28, 2015 at 4:38:01 PM UTC-8, Cijo Thomas wrote:
>
> Its possible to use IIS with the following steps.
> 1) Disable Output cache for the website you are using as reverse proxy.
> 2) Run the website in a new apppool, which do not have any managed code.
>
> With the above two steps, kibana4 runs fine with IIS as reverse proxy.
>
>
> On Saturday, December 27, 2014 at 4:19:31 PM UTC-8, Konstantin Erman wrote:
>>
>> We currently use Kibana 3 hosted in IIS behind IIS reverse proxy for 
>> auhentication. Naturally we look at Kibana 4 Beta 3 expecting it to replace 
>> Kibana 3 soon. Kibana 4 is self hosted and works nicely when accessed 
>> directly, but we need authentication and whatever I do I cannot make it 
>> work from behind reverse proxy! Early or later I get 401 accessing some 
>> internal resource. 
>>
>> Wonder if anybody hit similar problem and have any insight how to make it 
>> work. 
>> We cannot use Shield as its price is way beyond our bounds. 
>>
>> Thanks! 
>> Konstantin
>
>

-- 
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/d089ed71-71c4-4997-93fa-2dc7125b7f49%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Kibana 4 behind reverse proxy. Is it possible?

2015-01-28 Thread Cijo Thomas
Its possible to use IIS with the following steps.
1) Disable Output cache for the website you are using as reverse proxy.
2) Run the website in a new apppool, which do not have any managed code.

With the above two steps, kibana4 runs fine with IIS as reverse proxy.


On Saturday, December 27, 2014 at 4:19:31 PM UTC-8, Konstantin Erman wrote:
>
> We currently use Kibana 3 hosted in IIS behind IIS reverse proxy for 
> auhentication. Naturally we look at Kibana 4 Beta 3 expecting it to replace 
> Kibana 3 soon. Kibana 4 is self hosted and works nicely when accessed 
> directly, but we need authentication and whatever I do I cannot make it 
> work from behind reverse proxy! Early or later I get 401 accessing some 
> internal resource. 
>
> Wonder if anybody hit similar problem and have any insight how to make it 
> work. 
> We cannot use Shield as its price is way beyond our bounds. 
>
> Thanks! 
> Konstantin

-- 
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/7355f0ec-1bac-4e62-b675-a5f23d04ef7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Kibana 4 behind reverse proxy. Is it possible?

2014-12-27 Thread Konstantin Erman
We currently use Kibana 3 hosted in IIS behind IIS reverse proxy for 
auhentication. Naturally we look at Kibana 4 Beta 3 expecting it to replace 
Kibana 3 soon. Kibana 4 is self hosted and works nicely when accessed directly, 
but we need authentication and whatever I do I cannot make it work from behind 
reverse proxy! Early or later I get 401 accessing some internal resource. 

Wonder if anybody hit similar problem and have any insight how to make it work.
We cannot use Shield as its price is way beyond our bounds. 

Thanks!
Konstantin

-- 
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/18a667e4-21d5-45e6-abbb-836754796ea3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.