<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: ELK in one (Vagrant) box</title>
	<atom:link href="http://blog.comperiosearch.com/blog/2014/08/14/elk-one-vagrant-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.comperiosearch.com/blog/2014/08/14/elk-one-vagrant-box/</link>
	<description>A blog about Search as THE solution</description>
	<lastBuildDate>Mon, 26 Oct 2015 18:07:52 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>By: Corpus</title>
		<link>http://blog.comperiosearch.com/blog/2014/08/14/elk-one-vagrant-box/#comment-19117</link>
		<dc:creator><![CDATA[Corpus]]></dc:creator>
		<pubDate>Wed, 15 Apr 2015 08:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2813#comment-19117</guid>
		<description><![CDATA[hi what are the credentials. 

Additionally, i can ping from ELK guest to mac os host. but vice versa is not working. network adapter is nat.]]></description>
		<content:encoded><![CDATA[<p>hi what are the credentials. </p>
<p>Additionally, i can ping from ELK guest to mac os host. but vice versa is not working. network adapter is nat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoffer Vig</title>
		<link>http://blog.comperiosearch.com/blog/2014/08/14/elk-one-vagrant-box/#comment-19088</link>
		<dc:creator><![CDATA[Christoffer Vig]]></dc:creator>
		<pubDate>Mon, 16 Feb 2015 18:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2813#comment-19088</guid>
		<description><![CDATA[The project has now been updated to work with Elasticsearch 1.4,  Logstash 1.4 and   Kibana 4 (RC), 

The install reports timeout errors starting Kibana, but it works just fine.

Keep on ELKing :)]]></description>
		<content:encoded><![CDATA[<p>The project has now been updated to work with Elasticsearch 1.4,  Logstash 1.4 and   Kibana 4 (RC), </p>
<p>The install reports timeout errors starting Kibana, but it works just fine.</p>
<p>Keep on ELKing :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thim</title>
		<link>http://blog.comperiosearch.com/blog/2014/08/14/elk-one-vagrant-box/#comment-19086</link>
		<dc:creator><![CDATA[Thim]]></dc:creator>
		<pubDate>Thu, 12 Feb 2015 16:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2813#comment-19086</guid>
		<description><![CDATA[Hi,

I got a conflict during the puppet run due to a duplicated declaration of the class Java:

Error: Duplicate declaration: Class[Java] is already declared in file /vagrant/manifests/default.pp:26; cannot redeclare at /etc/puppet/modules/elasticsearch/manifests/init.pp:331 on node precise64

I commented line 26 out in /vagrant/manifests/default.pp and it worked for me after i triggered a new puupet run: puppet apply /vagrant/manifests/default.pp


Thanks for the great vagrant box, it is really easy!!]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I got a conflict during the puppet run due to a duplicated declaration of the class Java:</p>
<p>Error: Duplicate declaration: Class[Java] is already declared in file /vagrant/manifests/default.pp:26; cannot redeclare at /etc/puppet/modules/elasticsearch/manifests/init.pp:331 on node precise64</p>
<p>I commented line 26 out in /vagrant/manifests/default.pp and it worked for me after i triggered a new puupet run: puppet apply /vagrant/manifests/default.pp</p>
<p>Thanks for the great vagrant box, it is really easy!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: er4z0r</title>
		<link>http://blog.comperiosearch.com/blog/2014/08/14/elk-one-vagrant-box/#comment-19074</link>
		<dc:creator><![CDATA[er4z0r]]></dc:creator>
		<pubDate>Fri, 30 Jan 2015 08:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2813#comment-19074</guid>
		<description><![CDATA[Seems like the permissions for kibana are not correct/have changed.
When connecting to http://localhost:5601 I receive a 403 Forbidden from nginx.]]></description>
		<content:encoded><![CDATA[<p>Seems like the permissions for kibana are not correct/have changed.<br />
When connecting to <a href="http://localhost:5601" rel="nofollow">http://localhost:5601</a> I receive a 403 Forbidden from nginx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan stachurski</title>
		<link>http://blog.comperiosearch.com/blog/2014/08/14/elk-one-vagrant-box/#comment-19073</link>
		<dc:creator><![CDATA[stephan stachurski]]></dc:creator>
		<pubDate>Wed, 28 Jan 2015 21:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2813#comment-19073</guid>
		<description><![CDATA[I&#039;m kind of new to the ELK stack, so I might be missing something basic here, but I&#039;m having a hard time getting logstash to actually read any data and put it in elasticsearch.

I have modified the logstash.conf file to remove the index and template that you set: https://gist.github.com/anonymous/eace13f91498dbf49970 

I was not too sure about the index, but I had to remove the path to the template otherwise I kept getting an error in the logstash log.

I put a bunch of log files in /vagrant/project/logs as indicated in the logstash conf.

Even though I have fully reloaded the VM, it seems like none of the data in my log files is getting pulled in. For example, when I check this URL-- http://localhost:9200/_search?pretty -- I see 1 hit in index kibana-int. I don&#039;t see anything from the log files I put in the log dir above.

Lastly, it looks like logstash is configured to reload whenever a configuration file changes, but I&#039;m having trouble observing that behavior. I can see that the PID changes of the java process that&#039;s running logstash, but I don&#039;t see any output in /var/logs/logstash/logstash.*

Even if I deliberately put an error in my logstash conf, I see no output in the logs. If I reload the vagrant VM, I see the error I would expect. This seems inconsistent and I&#039;m not sure what&#039;s going on.

Thanks very much for this post.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m kind of new to the ELK stack, so I might be missing something basic here, but I&#8217;m having a hard time getting logstash to actually read any data and put it in elasticsearch.</p>
<p>I have modified the logstash.conf file to remove the index and template that you set: <a href="https://gist.github.com/anonymous/eace13f91498dbf49970" rel="nofollow">https://gist.github.com/anonymous/eace13f91498dbf49970</a> </p>
<p>I was not too sure about the index, but I had to remove the path to the template otherwise I kept getting an error in the logstash log.</p>
<p>I put a bunch of log files in /vagrant/project/logs as indicated in the logstash conf.</p>
<p>Even though I have fully reloaded the VM, it seems like none of the data in my log files is getting pulled in. For example, when I check this URL&#8211; <a href="http://localhost:9200/_search?pretty" rel="nofollow">http://localhost:9200/_search?pretty</a> &#8212; I see 1 hit in index kibana-int. I don&#8217;t see anything from the log files I put in the log dir above.</p>
<p>Lastly, it looks like logstash is configured to reload whenever a configuration file changes, but I&#8217;m having trouble observing that behavior. I can see that the PID changes of the java process that&#8217;s running logstash, but I don&#8217;t see any output in /var/logs/logstash/logstash.*</p>
<p>Even if I deliberately put an error in my logstash conf, I see no output in the logs. If I reload the vagrant VM, I see the error I would expect. This seems inconsistent and I&#8217;m not sure what&#8217;s going on.</p>
<p>Thanks very much for this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin mortensen</title>
		<link>http://blog.comperiosearch.com/blog/2014/08/14/elk-one-vagrant-box/#comment-19065</link>
		<dc:creator><![CDATA[Martin mortensen]]></dc:creator>
		<pubDate>Fri, 14 Nov 2014 12:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2813#comment-19065</guid>
		<description><![CDATA[Hey Nik.
Most likely this is because you are running a version of Vagrant older than 1.5*. You get version 1.4-something if you install it through apt-get on Ubuntu.

Please try downloading the latest version from www.vagrantup.com and try again.
And if you want you can run 
vagrant init ubuntu/trusty64
 instead, to get a newer version of Ubuntu.]]></description>
		<content:encoded><![CDATA[<p>Hey Nik.<br />
Most likely this is because you are running a version of Vagrant older than 1.5*. You get version 1.4-something if you install it through apt-get on Ubuntu.</p>
<p>Please try downloading the latest version from <a href="http://www.vagrantup.com" rel="nofollow">http://www.vagrantup.com</a> and try again.<br />
And if you want you can run<br />
vagrant init ubuntu/trusty64<br />
 instead, to get a newer version of Ubuntu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik</title>
		<link>http://blog.comperiosearch.com/blog/2014/08/14/elk-one-vagrant-box/#comment-19061</link>
		<dc:creator><![CDATA[Nik]]></dc:creator>
		<pubDate>Thu, 06 Nov 2014 08:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2813#comment-19061</guid>
		<description><![CDATA[The box &#039;hashicorp/precise64&#039; could not be found.]]></description>
		<content:encoded><![CDATA[<p>The box &#8216;hashicorp/precise64&#8242; could not be found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murhaf Fares</title>
		<link>http://blog.comperiosearch.com/blog/2014/08/14/elk-one-vagrant-box/#comment-19054</link>
		<dc:creator><![CDATA[Murhaf Fares]]></dc:creator>
		<pubDate>Tue, 21 Oct 2014 12:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2813#comment-19054</guid>
		<description><![CDATA[Thanks Anastasios!

The issue is now fixed, please see: https://github.com/comperiosearch/vagrant-elk-box/issues/2]]></description>
		<content:encoded><![CDATA[<p>Thanks Anastasios!</p>
<p>The issue is now fixed, please see: <a href="https://github.com/comperiosearch/vagrant-elk-box/issues/2" rel="nofollow">https://github.com/comperiosearch/vagrant-elk-box/issues/2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anastasios</title>
		<link>http://blog.comperiosearch.com/blog/2014/08/14/elk-one-vagrant-box/#comment-19053</link>
		<dc:creator><![CDATA[Anastasios]]></dc:creator>
		<pubDate>Tue, 21 Oct 2014 10:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2813#comment-19053</guid>
		<description><![CDATA[Yes, I think the elasticsearch is not running.

Don&#039;t you want ES to be running?

https://github.com/comperiosearch/vagrant-elk-box/issues/2

Best,
Anastasios]]></description>
		<content:encoded><![CDATA[<p>Yes, I think the elasticsearch is not running.</p>
<p>Don&#8217;t you want ES to be running?</p>
<p><a href="https://github.com/comperiosearch/vagrant-elk-box/issues/2" rel="nofollow">https://github.com/comperiosearch/vagrant-elk-box/issues/2</a></p>
<p>Best,<br />
Anastasios</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murhaf Fares</title>
		<link>http://blog.comperiosearch.com/blog/2014/08/14/elk-one-vagrant-box/#comment-19052</link>
		<dc:creator><![CDATA[Murhaf Fares]]></dc:creator>
		<pubDate>Tue, 21 Oct 2014 09:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2813#comment-19052</guid>
		<description><![CDATA[It is likely that the elasticsearch service is not running, did you check it?]]></description>
		<content:encoded><![CDATA[<p>It is likely that the elasticsearch service is not running, did you check it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
