Skip to content

Instantly share code, notes, and snippets.

View theely's full-sized avatar

Elia Palme theely

  • Switzerland
View GitHub Profile
{
"name": "raw-data-table-preview",
"version": "0.0.1"
}
module.exports = function(kibana) {
return new kibana.Plugin(
{
//plugin code
});
};
@theely
theely / Dockerfile - dynamic crawling proof of concept
Last active June 20, 2016 06:58
Docker dynamic crawling proof of concept
FROM centos:centos7.2.1511
#Install Google Chrome, Java 8, Xvfb and unzip
#---------------------------------------------
RUN echo -e "[google-chrome]\n\
name=google-chrome\n\
baseurl=http://dl.google.com/linux/chrome/rpm/stable/\$basearch\n\
enabled=1\n\
gpgcheck=1\n\
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub" > /etc/yum.repos.d/google-chrome.repo