Skip to content

feat: configure tenderdash view in kibana#659

Open
lklimek wants to merge 1 commit into
v1.0-devfrom
feat/kibana-tenderdash-config
Open

feat: configure tenderdash view in kibana#659
lklimek wants to merge 1 commit into
v1.0-devfrom
feat/kibana-tenderdash-config

Conversation

@lklimek
Copy link
Copy Markdown

@lklimek lklimek commented Aug 8, 2024

Issue being fixed or feature implemented

Every time we deploy a devnet, we need to configure Kibana views manually from scratch

What was done?

Exported Tenderdash config from Kibana.

Modified the elastic_stack role to import exported configuration.

How Has This Been Tested?

Ansible part - NOT TESTED

Kibana API tested with:

curl -X POST "http://localhost:5601/api/saved_objects/_import" \
     -u "elastic:$PASS" \
     -H "kbn-xsrf: true" \
     --form  "file=@files/tenderdash.ndjson"

Breaking Changes

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have made corresponding changes to the documentation

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant