- CheckMates
- :
- Products
- :
- Quantum
- :
- Skyline
- :
- Skyline Integration into Mimir
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Skyline Integration into Mimir
Hey there fellows!
As part of a change in our organization we are moving from Prometheus to Mimir.
The main difference in the configuration is that it requires key and cert implementation and a custom header called "X-Scope-Org".
Is there a guide or a sk that explain how it is implemented? I could find one post here about this topic and it was never closed as done.
Thanks for the help !
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @ww1m6 ,
From the next Skyline version it will be possible using this payload, Replace with your details:
{
"enabled": true,
"export-targets": {
"add": [
{
"client-auth": {
"basic": {
"username": "admin",
"password": "admin"
},
"token": {
"custom-header": {
"key": "aaaaaa",
"value": "bbbbbb"
}}
},
"enabled": true,
"server-auth": {
"ca-public-key": {
"type": "PEM-X509",
"value": "-----BEGIN CERTIFICATE-----AAAABB==-----END CERTIFICATE-----"
}
},
"name": "AABBCC",
"type": "prometheus-remote-write",
"url": "https://example.com/api/v1/write"
}
]
}
}
Skipping TLS is not currently part of the roadmap - Please open a formal request to Check Point, and we will look into whether it can be integrated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
also, it is possible to use https and still use no-tls? with something like tls-verify=false?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @ww1m6 ,
From the next Skyline version it will be possible using this payload, Replace with your details:
{
"enabled": true,
"export-targets": {
"add": [
{
"client-auth": {
"basic": {
"username": "admin",
"password": "admin"
},
"token": {
"custom-header": {
"key": "aaaaaa",
"value": "bbbbbb"
}}
},
"enabled": true,
"server-auth": {
"ca-public-key": {
"type": "PEM-X509",
"value": "-----BEGIN CERTIFICATE-----AAAABB==-----END CERTIFICATE-----"
}
},
"name": "AABBCC",
"type": "prometheus-remote-write",
"url": "https://example.com/api/v1/write"
}
]
}
}
Skipping TLS is not currently part of the roadmap - Please open a formal request to Check Point, and we will look into whether it can be integrated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey thanks for the replay!
Meaning currently it is not possible to use the custom header?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @ww1m6 ,
On the next planned version on Aug-Sep -this will be included on the new configuration tool ( sklnctl ).
