Skip to main content

KetaDB Client

Project description

ketadb 工具

示例

ketacli login --name <username> --endpoint http://localhost:9000 --token <yourtoken>

ketacli logout

# 枚举所有仪表盘
ketacli list dashboard --fields id,app,updateTime --sort updateTime --order asc --prefix test 

# 描述资源的字段
ketacli describe dashboard 

# 插入一条数据

ketacli insert --repo test01 '[{"a":1}]'

# 查询一条数据

ketacli search 'repo=test01 | limit 10' 

# 指定返回格式,支持json、csv、html、latex等

ketacli search 'repo=test01 | limit 10' --format json

#  创建一个资源

ketacli create repos test_repo --file file.json

# 删除一个资源
ketacli delete repos -n test_repo

# 查看可操作的资源列表
ketacli rs

# 查看具体资源操作方法
ketacli rs --type repos

# watch 资源变化
ketacli list repo --watch

ketacli search '''search2 repo="*"|stats count() as cnt by repo,sourcetype |sort by cnt |limit 10''' -w --interval 1

# 下载资源
ketacli download <assetType> [-e ectra] [--base_path path]

# 示例:下载 App
ketacli download apps --base_path apps -e app_name=keta_docs

# 下载任意资源(普通 json 接口将会保存 json 文件)
ketacli download repo -e name=_internal

# 安装 app
ketacli update apps -o install -e name=aws,version=1.0.1

# 卸载 app
ketacli update apps -o uninstall -e name=aws

# 重装/升级 app
ketacli update apps -o upgrade -e name=aws,version=1.0.1

# 终端画图
ketacli plot 'search2 start="-60m" repo="*" | timechart span="1m" count() as cnt by repo ' --y_field cnt --x_field _time --group_field repo --type line

# 内置仪表盘
ketacli dashboard -c infra-host  # 目前内置了infra-host audit k8s-monitor monitor四个仪表盘

自定义仪表盘

可参考示例仪表盘的 yaml 文件配置进行配置: charts

自动补全

在你的 .bashrc / .zshrc 中加入以下语句

#zshrc 中不存在的话也需要添加
autoload -U +X bashcompinit && bashcompinit

eval "$(register-python-argcomplete ketacli)"

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ketacli-1.4.4.tar.gz (279.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ketacli-1.4.4-py3-none-any.whl (338.8 kB view details)

Uploaded Python 3

File details

Details for the file ketacli-1.4.4.tar.gz.

File metadata

  • Download URL: ketacli-1.4.4.tar.gz
  • Upload date:
  • Size: 279.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for ketacli-1.4.4.tar.gz
Algorithm Hash digest
SHA256 41d4688176b809bdc097c7b7b949e186294d1ab83b8eeebc0fed82c27813f0fc
MD5 307c74a4ed54c458aa22eb340624bdb0
BLAKE2b-256 1a3e10d7de2b08d113f53682192a8b20b5f0df43cb2ea689a9fca2243d80c281

See more details on using hashes here.

File details

Details for the file ketacli-1.4.4-py3-none-any.whl.

File metadata

  • Download URL: ketacli-1.4.4-py3-none-any.whl
  • Upload date:
  • Size: 338.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for ketacli-1.4.4-py3-none-any.whl
Algorithm Hash digest
SHA256 524adbae79e86e74dc0dff4d5e20030fb3380c302680377890fba2619b7b127d
MD5 fc0ac866d6a5a17f8311cf7d1d60aec8
BLAKE2b-256 379c04a2204df04f258488b2f4cc457c41162450cdbb05394f52e26537e6d804

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page