GET /api/v1/ports/kibana/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "kibana",
    "portdir": "databases/kibana",
    "version": "7.16.0",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.elastic.co/",
    "description": "Your window into the Elastic Stack",
    "long_description": "Kibana is your window into the Elastic Stack. Specifically, it's a browser-based analytics and search dashboard for Elasticsearch.",
    "active": true,
    "categories": [
        "databases"
    ],
    "maintainers": [
        {
            "name": "s.t.smith",
            "github": "essandess",
            "ports_count": 34
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "elasticsearch"
            ]
        }
    ],
    "depends_on": []
}