Skip to content

Instantly share code, notes, and snippets.

@DmitryevichD
Created September 13, 2022 17:00
Show Gist options
  • Save DmitryevichD/af2d18a539fc1dc04d238f69272fc67e to your computer and use it in GitHub Desktop.
Save DmitryevichD/af2d18a539fc1dc04d238f69272fc67e to your computer and use it in GitHub Desktop.
[Aristocrat logging CI\CD] #Aristocrat #Jenkins

Is everything we do in Jenkins arriving in kibana?

No. :)

Details

  • Filebeat DeamonSet is trying to create a index template.

    • script uses filebeat export that contains too much unused patterns
    • curl can't work because the line doesn't contain a credential for elasticsearch
  • Kibana index pattern

        "_index" : ".kibana_7.17.0_001",
        "_type" : "_doc",
        "_id" : "index-pattern:8eb2afa0-2a87-11ed-aa57-e7e9f432dfa9",
        "_score" : 5.0676455,
        "_source" : {
          "index-pattern" : {
            "title" : "*filebeat*"
          }
        }
  • creates manually, but can be used the API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment