All Projects → TrumanDu → cleaner

TrumanDu / cleaner

Licence: Apache-2.0 license
An awesome Kibana plugin for setting elasticsearch index ttl

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to cleaner

kibana notification center
This plugin helps you to use kibana's notifications more usefully.
Stars: ✭ 33 (+106.25%)
Mutual labels:  kibana, kibana-plugin
malice-kibana-plugin
Malice Kibana Plugin
Stars: ✭ 21 (+31.25%)
Mutual labels:  kibana, kibana-plugin
kibana calendar vis
Calendar heatmap visualization Kibana plugin
Stars: ✭ 38 (+137.5%)
Mutual labels:  kibana, kibana-plugin
kibana markdown doc view
A plugin for custom doc view using markdown+handlebars template.
Stars: ✭ 35 (+118.75%)
Mutual labels:  kibana, kibana-plugin
stagemonitor-kibana
Kibana-Plugin for stagemonitor trace visualization
Stars: ✭ 13 (-18.75%)
Mutual labels:  kibana, kibana-plugin
kbn radar
Radar visualization for Kibana
Stars: ✭ 35 (+118.75%)
Mutual labels:  kibana, kibana-plugin
Elk Docker
Elasticsearch, Logstash, Kibana (ELK) Docker image
Stars: ✭ 1,973 (+12231.25%)
Mutual labels:  kibana
Microservice Scaffold
基于Spring Cloud(Greenwich.SR2)搭建的微服务脚手架(适用于在线系统),已集成注册中心(Nacos Config)、配置中心(Nacos Discovery)、认证授权(Oauth 2 + JWT)、日志处理(ELK + Kafka)、限流熔断(AliBaba Sentinel)、应用指标监控(Prometheus + Grafana)、调用链监控(Pinpoint)、以及Spring Boot Admin。
Stars: ✭ 211 (+1218.75%)
Mutual labels:  kibana
Json Logging Python
Python logging library to emit JSON log that can be easily indexed and searchable by logging infrastructure such as ELK, EFK, AWS Cloudwatch, GCP Stackdriver
Stars: ✭ 143 (+793.75%)
Mutual labels:  kibana
Elk Hole
elasticsearch, logstash and kibana configuration for pi-hole visualiziation
Stars: ✭ 136 (+750%)
Mutual labels:  kibana
tutorials
Tutorials
Stars: ✭ 80 (+400%)
Mutual labels:  kibana
Pallas
Curator is to Zookeeper what Pallas is to Elasticsearch
Stars: ✭ 230 (+1337.5%)
Mutual labels:  kibana
Elastic Charts
📊 Elastic Charts library
Stars: ✭ 191 (+1093.75%)
Mutual labels:  kibana
Synesis lite suricata
Suricata IDS/IPS log analytics using the Elastic Stack.
Stars: ✭ 167 (+943.75%)
Mutual labels:  kibana
Wazuh Kibana App
Wazuh - Kibana plugin
Stars: ✭ 212 (+1225%)
Mutual labels:  kibana
Elk Stack
ELK Stack ... based on Elastic Stack 5.x
Stars: ✭ 148 (+825%)
Mutual labels:  kibana
Eui
Elastic UI Framework 🙌
Stars: ✭ 3,248 (+20200%)
Mutual labels:  kibana
Terraform Aws Elasticsearch
Terraform module to provision an Elasticsearch cluster with built-in integrations with Kibana and Logstash.
Stars: ✭ 137 (+756.25%)
Mutual labels:  kibana
Elastiflow
Network flow analytics (Netflow, sFlow and IPFIX) with the Elastic Stack
Stars: ✭ 2,322 (+14412.5%)
Mutual labels:  kibana
Webporter
基于 webmagic 的 Java 爬虫应用
Stars: ✭ 2,598 (+16137.5%)
Mutual labels:  kibana

Cleaner

An awesome Kibana plugin for setting elasticsearch index ttl


screenshots

config

  1. scheduleTime

    server job schedule period,unit second ,default value is 60 second.

    you can edit it. like: cleaner.scheduleTime: 100

  2. mergePattern

    merge pattern,default value is [^a-z]+$.

    you can edit it. like: cleaner.mergePattern: '[\d]{4}[-|\.|/][\d]{1,2}[-|\.|/][\d]{1,2}'

development

See the kibana contributing guide for instructions setting up your development environment. Once you have completed that, use the following npm tasks.

  • npm start

    Start kibana and have it include this plugin

  • npm start -- --config kibana.yml

    You can pass any argument that you would normally send to bin/kibana by putting them after -- when running npm start

  • npm run build

    Build a distributable archive

  • npm run test:browser

    Run the browser tests in a real web browser

  • npm run test:server

    Run the server tests using mocha

For more information about any of these commands run npm run ${task} -- --help.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].