LaravelPackages.net
Acme Inc.
Toggle sidebar
saman-jafari/telescope-elasticsearch-driver

it will allow you to switch from sql database to elasticsearch as driver for your data storage and it will eliminate the deadlock so it makes telescope a ready for production logging system.

14.595
6
2.0.4
About saman-jafari/telescope-elasticsearch-driver

saman-jafari/telescope-elasticsearch-driver is a Laravel package for it will allow you to switch from sql database to elasticsearch as driver for your data storage and it will eliminate the deadlock so it makes telescope a ready for production logging system.. It currently has 6 GitHub stars and 14.595 downloads on Packagist (latest version 2.0.4). Install it with composer require saman-jafari/telescope-elasticsearch-driver. Discover more Laravel packages by saman-jafari or browse all Laravel packages to compare alternatives.

Last updated

Enables you to use Elasticsearch for telescope so it does NOT use relational database

Latest Version on Packagist Total Downloads

it will allow you to switch from sql database to elasticsearch as driver for your data storage and it will eliminate the deadlock so it makes telescope a ready for production logging system.

Prerequisite

  • elasticsearch
  • telescope 5.0 or higher

Installation

You can install the package via composer:

composer require saman-jafari/telescope-elasticsearch-driver

Usage

first set driver of telescope to elasticsearch

TELESCOPE_DRIVER=elasticsearch

then you need to set elasticsearch related config in your .env file

example:

TELESCOPE_ELASTICSEARCH_HOST=https://elasticsearch:9200/
TELESCOPE_ELASTICSEARCH_USERNAME=elastic
TELESCOPE_ELASTICSEARCH_PASSWORD=changeme
TELESCOPE_ELASTICSEARCH_INDEX=telescope_index

if you want you can publish the config file too

php artisan vendor:publish --tag=telescope-elasticsearch-driver-config

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.

Star History Chart