v1
latestSwagger 2.02026-07-178567199.3 KBorganization config
Retrieve the organization-specific log viewer configurations
Retrieve the log viewer configurations for the user's current organization
get/chronograf/v1/org_config/logviewer
Response
Returns an log viewer configuration object
Example response
{
"columns": [
{
"name": "severity",
"position": 0,
"encodings": [
{
"type": "label",
"value": "icon"
},
{
"type": "label",
"value": "text"
},
{
"type": "visibility",
"value": "visible"
},
{
"type": "color",
"name": "ruby",
"value": "emergency"
},
{
"type": "color",
"name": "rainforest",
"value": "info"
},
{
"type": "displayName",
"value": "Log Severity!"
}
]
},
{
"name": "messages",
"position": 1,
"encodings": [
{
"type": "visibility",
"value": "hidden"
}
]
}
]
}