elasticsearch Setting Up Elasticsearch Cluster on Kubernetes - Part 3 - Configuration File Part 1 - Setting up Single Node ElasticsearchPart 2 - Setting up Kibana ServicePart 3 - Kubernetes Configuration FilesNow that we have a single node elasticsearch service and kibana to monitor the cluster, lets try to capture the work so far into kubernetes configuration
elasticsearch Setting up Elasticsearch Cluster on Kubernetes - Part 2 - Kibana This is part 2 out of 3 in this series of blog posts. Part 1 - Setting up Single Node ElasticsearchPart 2 - Setting up Kibana ServicePart 3 - Kubernetes Configuration FilesSetup KibanaLet’s try to setup kibana pointing to our elasticsearch single node
elasticsearch Setting up Elasticsearch cluster on Kubernetes - Part 1 - Single Node Cluster This is the begining of a multiple part series of blog posts going through setting up Elasticsearch cluster in kubernetes. Part 1 - Setting up Single Node ElasticsearchPart 2 - Setting up Kibana ServicePart 3 - Kubernetes Configuration FilesThe main aim of this series
elasticsearch Ingesting data from Oracle DB into Elasticsearch with Logstash Alternative to Logstash was the Elasticsearch JDBC tool. Which at the time of writing was using port 9300 for transfering data. There were talks of not exposing this port externally