w0s1nsk1/telescope-elasticsearch-driver 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

w0s1nsk1/telescope-elasticsearch-driver

最新稳定版本:2.0.2

Composer 安装命令:

composer require w0s1nsk1/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.

README 文档

README

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 w0s1nsk1/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 tomek12wosin@gmail.com 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.

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-11-06