用于ElasticSearch和Kibana的BSPump实用程序。BSPump的极小子集

bspump-utils的Python项目详细描述


BSPump的极小子集

安装

pip install bspump-utils

使用

B弹性

bselastic [-h] {load_index_template,cleanup,reopen,close,delete} ...

Manage ElasticSearch.

positional arguments:
  {load_index_template,cleanup,reopen,close,delete}
                        commands
    load_index_template
                        loads index templates into ElasticSearch
    cleanup             Closes old and deletes empty indexes
    reopen              reopen closed indexes in time range
    close               close open indexes in time range
    delete              delete indexes in time range

optional arguments:
  -h, --help            show this help message and exit

bskibana

^{pr2}$

许可证

BSPump utils是一个开源软件,根据BSD 3-Clause许可证提供。在

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java在Quartz调度器中使用@DisallowConcurrentExecution   Java、流、收集器、函数式编程:如何制作复式映射?   如何以Xpath形式从产品的类别列表页面中提取文本,并将其添加到Selenium Java中的列表中   java如何将比较if语句转换为switch case语句?   java如何查看从未来对象执行的线程(名称)   无法识别特定于java的依赖类   在哪里可以获得Crystal Reports java API的javadoc   java MVC循环依赖   macos更改java webstart将文本悬停在OSX小牛停靠图标上   java创建JOptionPane及其具有固定宽度和高度的对象   groovy是JAVA闭包中的静态初始值设定项   java中awt特定于时间的actionListener   多线程为什么java ReentrantLock不抛出InterruptedException?