{"id":16388592,"url":"https://github.com/phact/docker-silk-dse","last_synced_at":"2026-06-17T21:31:25.817Z","repository":{"id":71205767,"uuid":"51854841","full_name":"phact/docker-silk-dse","owner":"phact","description":"Docker container for Silk -- configured to run on DSE Search","archived":false,"fork":false,"pushed_at":"2018-05-31T20:07:52.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-22T15:58:18.061Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phact.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-16T17:33:39.000Z","updated_at":"2018-05-31T20:07:53.000Z","dependencies_parsed_at":"2023-03-11T10:03:31.575Z","dependency_job_id":null,"html_url":"https://github.com/phact/docker-silk-dse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phact/docker-silk-dse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phact%2Fdocker-silk-dse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phact%2Fdocker-silk-dse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phact%2Fdocker-silk-dse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phact%2Fdocker-silk-dse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phact","download_url":"https://codeload.github.com/phact/docker-silk-dse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phact%2Fdocker-silk-dse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34466928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T04:29:29.226Z","updated_at":"2026-06-17T21:31:25.797Z","avatar_url":"https://github.com/phact.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"#docker-silk-dse\n\nSilk is lucidwork's port of Kibana V4 for Solr. This is a docker container for\nrunning Silk on DSE Search. It assumes you have DSE (with search enabled)\nrunning on a box that this docker container will be able to access.\n\n**Add the IP address of the DSE box in the config.txt file (**Hint**: this should not be\nlocalhost)**\n\n##prepare DSE\non the machine where you are running DSE do the following.\n\n##clone the repo:\n    git clone https://github.com/phact/docker-silk-dse\n\nSet up keyspace and table:\n\n    wget https://raw.githubusercontent.com/phact/silk/dev/silkconfig/conf/schema.cql\n    \n    cqlsh -f schema.cql\n    \nSet up the DSE Search core before kicking off the container:\n    \n    chmod +x create_core.sh\n    ./create_core.sh\n\n##for OSX:\n\n```\n#setup\ndocker-machine start default\neval $(docker-machine env default)\n#a bit of cleanup\ndocker rm -f $(docker ps -aq)\ndocker rmi -f $(docker images -aq)\n#build\ndocker build -t silk-image .\ndocker run --net=host -d -p 0.0.0.0:5601:5601  --name silk silk-image\n#or for debug\ndocker run -it --net=host -p 0.0.0.0:5601:5601  --name silk silk-image\ndocker-machine ip default\n```\n\n##for linux:\ninstall docker https://docs.docker.com/engine/installation/linux\n\nadd your user to the docker group\n    sudo gpasswd -a ${USER} docker\n\nand refresh \n   newgrp docker \n\n\n````\n#start docker\nservice docker start\ndocker build -t silk-image .\ndocker run --net=host -d -p 0.0.0.0:5601:5601  --name silk silk-image\n\n#or if it's not working run without detaching to troubeshoot\ndocker run --net=host -p 0.0.0.0:5601:5601  --name silk silk-image\n````\n\nYou'll need a DSE Search core with a date / time indexed column to get started using Silk!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphact%2Fdocker-silk-dse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphact%2Fdocker-silk-dse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphact%2Fdocker-silk-dse/lists"}