Kibconfig
A small library to sync Kibana config objects (dashboards, visuals, searches, etc...) with a local directory
Install / Use
/learn @codecentric/KibconfigREADME
kibconfig
A small utility to sync Kibana config objects (dashboards, visuals, searches, etc...) with a local directory.
Installation
To install:
npm install -g kibconfig
Usage
see kibconfig --help
First steps
Start by creating a .kibconfig file in a new empty directory. You'll probably
Configuration
You can create a .kibconfig file in any upstream directory to contain the configuration:
{
"url": "http://localhost:9200",
"datadir": "kibana",
"verbose": true
}
Config attributes correspond to the parameters that are shown via kibconfig --help.
You can also maintain different profiles, for example to maintain different stages:
{
"profiles": {
"preprod": {
"url": "http://my-pre-production-server:9200",
"datadir": "preprod",
"verbose": true
},
"production": {
"url": "http://my-production-server:9200",
"datadir": "production",
"verbose": true
}
}
}
Build yourself
Run ES6 code directly:
babel-node src/kibconfig.js
Compile es6 code for publish:
yarn run compile
Re-Install it locally after local updates:
# Don't forget to unlink first
yarn unlink
yarn build
yarn link
Related Skills
node-connect
354.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
112.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
354.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
354.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
