Skip to content
Advertisement

Tag: elasticsearch

Connecting Elasticsearch with Username + password in Shopware 6

I want to connect my Shopware 6.4 installation to an Elasticsearch instance. My Elasticsearch instance is secured by username and password. I can not establish a connection between Shopware 6 and Elasticsearch, because i can not find a way to pass username and password to the configuration. .env When running bin/console es:status i get a 401 status code. Unknown 401

Get all data from index elasticsearch in php

I am doing a test with elasticsearch to implement it in my project. I use CodeIgniter for my website. I found this link:confact/elasticsearch-codeigniter-library I use this library in my project. Which works perfectly. Now my question is how can I return all my data from the index? In principle, when I use Postman I type this link for my search:

laravel log system with logstash

I have a laravel application that I want to store my logs into my logstash and see them in kibana i searched a lot over the net to find a solution for it but I didnt find any good source for it, is there any package to use laravel logs into logstash ??? by the way I have my logstash

Advertisement