Level 88
This should put you in the right direction: https://medium.com/@bauernfeind.dominik/using-logstash-with-laravel-509c65065d52
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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 and kibana running without any problem i just need a source of data now . and here is my elstic search running :
{
name: "5351ced3b7a4",
cluster_name: "elasticsearch",
cluster_uuid: "Ej5TRN8CQyGvemZlT3gAFA",
version: {
number: "7.1.1",
build_flavor: "oss",
build_type: "tar",
build_hash: "7a013de",
build_date: "2019-05-23T14:04:00.380842Z",
build_snapshot: false,
lucene_version: "8.0.0",
minimum_wire_compatibility_version: "6.8.0",
minimum_index_compatibility_version: "6.0.0-beta1"
},
tagline: "You Know, for Search"
}
Please or to participate in this conversation.