Blog Posts
Would you like to start a project with us?
Use the Contact Form to get in touch with us, comments, questions or suggestions. You can also simply say hello!.
April 4, 2016
5:15 pm
Comments: 0
Eli Kleinman
Install Collectd from opencsw /opt/csw/bin/pkgutil -i collectd /opt/csw/bin/pkgutil -i collectd-utils Modify collectd.conf vi /etc/opt/csw/collectd.conf Hostname "yourhost" FQDNLookup false LoadPlugin...
April 1, 2016
1:44 pm
Comments: 0
Eli Kleinman
https://blog.raintank.io/how-to-effectively-use-the-elasticsearch-data-source-and-solutions-to-common-pitfalls/
April 1, 2016
1:42 pm
Comments: 0
Eli Kleinman
First, lets Download the beats template. curl -O https://raw.githubusercontent.com/elastic/topbeat/master/etc/topbeat.template.json Upload to elastic template curl -XPUT 'http://elk3.domain.com:9200/_template/topbeat'...
March 31, 2016
2:12 pm
Comments: 0
Eli Kleinman
How to upgrading Elasticsearch To A Newer Version The key is exporting the instance. Disable shard movement curl -XPUT http://elk2.domain.com:9200/_cluster/settings -d ' { "transient": { "cluster.routing.allocation.enable":...
March 22, 2016
4:09 pm
Comments: 0
Eli Kleinman
Download from elasticsearch the hadoop zip file containing the hadoop jar files, place them in the classpath. Follow the below link, on how to use it. Elastic Search integration with Hadoop
March 16, 2016
10:47 am
Comments: 0
Eli Kleinman
Contents 1 How to install Oracle Fabric Manager 1.1 First install OEL 6.x 1.2 Disable FireWall 1.3 Install apache 1.4 Prepare for Fabric Manager install 1.5 make sre java is installed and available 1.6...
March 16, 2016
9:39 am
Comments: 0
Eli Kleinman
Elasticsearch: updating the mappings and settings of an existing index Note: This was written using elasticsearch 0.9. Elasticsearch will automatically create an index (with basic settings and mappings)...
March 15, 2016
12:03 pm
Comments: 2
Eli Kleinman
The below post describes how to configure Flum to grab data from a Kafaka topic as the source then send the data to an HDFS target. Pipeline flow Original source > Kafka topic > Flum from (Kafka topic)...
No posts found