Jáchym Toušek
Jáchym Toušek
Turns out there is some problem with SSL configuration in newer Kibana images. `http://localhost:5601` works just fine.
Here is a draft of a new verion which is more simple and fixes this issue. What do you think about it? https://gist.github.com/enumag/cea679af2e6349037507 (Note that I didn't test it yet....
I've stopped using the PHP part of this extension because I don't like what it does. Closing.
@vojtech-dobes The main reason is that I don't like your hacking of Application where you put new HttpRequest inside it. Since HttpRequest is a service, other services that are using...
@vojtech-dobes I had to dig into this issue a little bit more but I still don't understand the reason why the redirect property is added to payload when a forward...
@vojtech-dobes Also I think trying to replace the HttpRequest on redirect is useless. Do you have a reason to do that? We can just use `Application::processRequest()`.
Would you consider getting ext-buffer to pecl to make installation easier?
It still comes with a logger out of the box. Services just aren't public by default anymore. Meaning that `'logger'` service still exists and you can autowire it or manually...
It would work but I won't do such change myself because I'm very strongly against the bad practice of using `$container->get()`. It would be much better to inject the logger...