Re: [graylog2] Web Problems in Graylog 2

2016-05-06 Thread Dustin Tennill
Hello,

I just upgraded to 2.0.0.6 and am having the same issue kind of issue. My 
errors are different, so I think an SSL issue is the problem. 

2016-05-06T21:03:11.565-04:00 WARN  [ProxiedResource] Unable to call 
https://grayloghost:12900/system/metrics/multiple on node 
, caught exception: 
sun.security.validator.ValidatorException: PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target (class 
javax.net.ssl.SSLHandshakeException)
2016-05-06T21:03:11.587-04:00 WARN  [ProxiedResource] Unable to call 
https://grayloghost:12900/system/metrics/multiple on node 
, caught exception: 
sun.security.validator.ValidatorException: PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target (class 
javax.net.ssl.SSLHandshakeException)
2016-05-06T21:03:11.787-04:00 WARN  [ProxiedResource] Unable to call 
https://grayloghost:12900/system on node 
, caught exception: 
sun.security.validator.ValidatorException: PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target (class 
javax.net.ssl.SSLHandshakeException)

Dustin Tennill

On Tuesday, May 3, 2016 at 9:16:14 PM UTC-4, 4k wrote:
>
> Hi Jochen,
>
> Just tried it, but I still get these errors in graylog logfile:
>
> 016-05-04T01:05:52.283ZWARN[ProxiedResource]Unable to call 
> https://127.0.0.1:12900/system/metrics/multiple on node 
> <658f36aa-bca4-4596-80e5-837dabf0aa61>, caught exception: Read timed out 
> (class java.net.SocketTimeoutException)
> 2016-05-04T01:05:53.272ZWARN[ProxiedResource]Unable to call 
> https://127.0.0.1:12900/system on node 
> <658f36aa-bca4-4596-80e5-837dabf0aa61>, caught exception: Read timed out 
> (class java.net.SocketTimeoutException)
>
> And these logs in the web interface, node details/info section (
> https://something/system/nodes/658f36aa-bca4-4596-80e5-837dabf0aa61).
>
> *Getting JVM information* for node '658f36aa-bca4-4596-80e5-837dabf0aa61' 
> failed: Error: cannot GET 
> https://something:12900/cluster/658f36aa-bca4-4596-80e5-837dabf0aa61/jvm (
> *500*)
> *Getting plugins* on node "658f36aa-bca4-4596-80e5-837dabf0aa61" failed: 
> Error: cannot GET 
> https://something:12900/cluster/658f36aa-bca4-4596-80e5-837dabf0aa61/plugins 
> (*500*)
>
> Cheers,
>
> On Tuesday, May 3, 2016 at 5:48:26 PM UTC+10, Jochen Schalanda wrote:
>>
>> Hi Adel,
>>
>> try setting rest_transport_uri 
>> 
>>  
>> to http://127.0.0.1:12900/ (https://127.0.0.1:12900/ if you're using 
>> HTTPs) and web_endpoint_uri 
>> 
>>  
>> to the public host name or IP address of your Graylog REST API (e. g. 
>> https://something:12900/).
>>
>> Cheers,
>> Jochen
>>
>> On Tuesday, 3 May 2016 02:36:57 UTC+2, 4k wrote:
>>>
>>> Hey Dennis,
>>>
>>> Actually I only have one elasticsearch node. Everything is in a box. I 
>>> can access the REST API and also I can see my data on Graylog web interface.
>>> I don't get any errors when I start Graylog server (except those that I 
>>> mentioned in my first post).
>>>
>>> 2016-05-03T00:23:30.147Z INFO  [CmdLineTool] Loaded plugins: [Anonymous 
>>> Usage Statistics 2.0.0 
>>> [org.graylog.plugins.usagestatistics.UsageStatsPlugin], Pipeline Processor 
>>> Plugin 1.0.0-beta.2 [org.graylog.$
>>> 2016-05-03T00:23:30.226Z INFO  [CmdLineTool] Running with JVM arguments: 
>>> -Xms1g -Xmx1g -XX:NewRatio=1 -XX:+ResizeTLAB -XX:+UseConcMarkSweepGC 
>>> -XX:+CMSConcurrentMTEnabled -XX:+CMSClassUnloadingEnabled -XX$
>>> 2016-05-03T00:23:32.113Z INFO  [InputBufferImpl] Message journal is 
>>> enabled.
>>> 2016-05-03T00:23:32.295Z INFO  [LogManager] Loading logs.
>>> 2016-05-03T00:23:32.381Z INFO  [LogManager] Logs loading complete.
>>> 2016-05-03T00:23:32.381Z INFO  [KafkaJournal] Initialized Kafka based 
>>> journal at /var/lib/graylog-server/journal
>>> 2016-05-03T00:23:32.403Z INFO  [InputBufferImpl] Initialized 
>>> InputBufferImpl with ring size <65536> and wait strategy 
>>> , running 2 parallel message handlers.
>>> 2016-05-03T00:23:32.430Z INFO  [cluster] Cluster created with settings 
>>> {hosts=[localhost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, 
>>> serverSelectionTimeout='3 ms', maxWaitQueueSize=5000}
>>> 2016-05-03T00:23:32.485Z INFO  [cluster] No server chosen by 
>>> ReadPreferenceServerSelector{readPreference=primary} from cluster 
>>> description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, 
>>> all=[Ser$
>>> 2016-05-03T00:23:32.494Z INFO  [connection] Opened connection 
>>> [connectionId{localValue:1, serverValue:40}] to localhost:27017
>>> 2016-05-03T00:23:32.495Z INFO  [cluster] Monitor thread successfully 
>>> connected to server with description

[graylog2] Graylog V2 web interface stuck on loading after login

2016-05-06 Thread Nathan Hicks
Hi,

I've just set up a brand new instance of Graylog v2. Everything looks like 
its up and running (MongoDB, ES and Graylog-server), but after I log into 
the web interface, I see "Loading..." and nothing happens. 

I was able to configure a syslog TCP input from my ASA and I can see that 
messages are arriving from it, but if I try to view the messages, it stays 
stuck at "Loading..."

I've even set up a sidecar collector from my computer. The web interface 
sees the collector, but if I try to view messages the same thing happens.

Any ideas on this?

Thanks,
Nathan

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/acf323d6-78ee-40f0-b680-35f0180cc012%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [graylog2] Adding Plugin to Graylog Appliance

2016-05-06 Thread Trisha Funtanilla
Ah I didn't know I could use scp. Tried this and it works. Thanks!!

On Friday, May 6, 2016 at 12:32:34 AM UTC-7, Marius Sturm wrote:
>
> Hey Trisha,
> ssh is enabled by default. So when you have the plugin on your local 
> machine you can copy it with `scp .jar ubuntu@graylog:~/`. If you 
> are on a Windows host look for WinSCP or similiar programs.
>
> Cheers,
> Marius
>
> On 4 May 2016 at 22:13, Trisha Funtanilla  > wrote:
>
>> Hello,
>>
>> I've set up Graylog 2.0 appliance on my VMWare, and I would like to use 
>> it to test a plugin I developed. I know I just have to drop the jar file to 
>> the plugin folder, but I'm unable to use wget to download the file from an 
>> external repository (I'm unable to ping external websites). It doesn't look 
>> like it supports VMWare file sharing so I'm not sure how to go about this. 
>> Does anyone know of a way to add a plugin to the appliance?
>>
>>
>> Thanks.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Graylog Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to graylog2+u...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/graylog2/16601420-e955-452b-af4e-28c7181281d8%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Developer
>
> Tel.: +49 (0)40 609 452 077
> Fax.: +49 (0)40 609 452 078
>
> TORCH GmbH - A Graylog Company
> Poolstraße 21
> 20335 Hamburg
> Germany
>
> https://www.graylog.com 
>
> Commercial Reg. (Registergericht): Amtsgericht Hamburg, HRB 125175
> Geschäftsführer: Lennart Koopmann (CEO)
>

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/828e0b33-50e8-4228-950c-80aa50219621%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] Re: Switching to whitespace analyzer

2016-05-06 Thread Dilip Muthukrishnan
Hi Jochen,

I'm still stuck on this one.  Any help would be appreciated.  Thanks.

Sincerely,

Dilip M.

On Tuesday, May 3, 2016 at 9:32:37 AM UTC-4, Dilip Muthukrishnan wrote:
>
> Hi Jochen,
>
> Here's what my "graylog-internal" template currently looks like (as seen 
> via the Elasticsearch API):
>
> {
>   "graylog-internal" : {
> "order" : 0,
> "template" : "graylog2_*",
> "settings" : { },
> "mappings" : {
>   "message" : {
> "_source" : {
>   "compress" : true,
>   "enabled" : true
> },
> "dynamic_templates" : [ {
>   "internal_fields" : {
> "mapping" : {
>   "index" : "not_analyzed",
>   "doc_values" : true
> },
> "match" : "gl2_*"
>   }
> }, {
>   "store_generic" : {
> "mapping" : {
>   "index" : "not_analyzed"
> },
> "match" : "*"
>   }
> } ],
> "_ttl" : {
>   "enabled" : true
> },
> "properties" : {
>   "message" : {
> "index" : "analyzed",
> "analyzer" : "whitespace",
> "type" : "string"
>   },
>   "timestamp" : {
> "format" : "-MM-dd HH:mm:ss.SSS",
> "doc_values" : true,
> "type" : "date"
>   },
>   "source" : {
> "index" : "analyzed",
> "analyzer" : "analyzer_keyword",
> "type" : "string"
>   },
>   "full_message" : {
> "index" : "analyzed",
> "analyzer" : "whitespace",
> "type" : "string"
>   }
> }
>   }
> },
> "aliases" : { }
>   }
> }
>
>
> Here's what my graylog2_3 index currently looks like (as seen via the 
> Elasticsearch API):
>
> {
>   "graylog2_3" : {
> "aliases" : {
>   "graylog2_deflector" : { }
> },
> "mappings" : {
>   "message" : {
> "dynamic_templates" : [ {
>   "internal_fields" : {
> "mapping" : {
>   "index" : "not_analyzed",
>   "doc_values" : true
> },
> "match" : "gl2_*"
>   }
> }, {
>   "store_generic" : {
> "mapping" : {
>   "index" : "not_analyzed"
> },
> "match" : "*"
>   }
> } ],
> "_ttl" : {
>   "enabled" : true
> },
> "_source" : {
>   "compress" : true
> },
> "properties" : {
>   "full_message" : {
> "type" : "string",
> "analyzer" : "whitespace"
>   },
>   "gl2_remote_ip" : {
> "type" : "string",
> "index" : "not_analyzed",
> "doc_values" : true
>   },
>   "gl2_remote_port" : {
> "type" : "long",
> "doc_values" : true
>   },
>   "gl2_source_collector" : {
> "type" : "string",
> "index" : "not_analyzed",
> "doc_values" : true
>   },
>   "gl2_source_collector_input" : {
> "type" : "string",
> "index" : "not_analyzed",
> "doc_values" : true
>   },
>   "gl2_source_input" : {
> "type" : "string",
> "index" : "not_analyzed",
> "doc_values" : true
>   },
>   "gl2_source_node" : {
> "type" : "string",
> "index" : "not_analyzed",
> "doc_values" : true
>   },
>   "level" : {
> "type" : "string",
> "index" : "not_analyzed"
>   },
>   "message" : {
> "type" : "string",
> "analyzer" : "whitespace"
>   },
>   "source" : {
> "type" : "string",
> "analyzer" : "analyzer_keyword"
>   },
>   "source_file" : {
> "type" : "string",
> "index" : "not_analyzed"
>   },
>   "timestamp" : {
> "type" : "date",
> "doc_values" : true,
> "format" : "-MM-dd HH:mm:ss.SSS"
>   },
>   "version" : {
> "type" : "string",
> "index" : "not_analyzed"
>   }
> }
>   }
> },
> "settings" : {
>   "index" : {
> "creation_date" : "1462197971182",
> "uuid" : "ylBuS8y3SBKRYMyLuMWApg",
> "analysis" : {
>   "analyzer" : {
> "analyzer_keyword" : {
>   "filter" : "lowercase",
>   "tokenizer" : "keyword"
> }
>   }
> },
> "number_of_replicas" : "0",
> "number_of_shards" : "4",
> "version" : {
>   "created" : "1070399"
> }
>   }
> },
> "warmers" : { }
>   }
> }
>
>
> After cycling the deflector so that it points to the new index, 
> graylog2_3, I proceeded to 

[graylog2] Amazon AWS CloudTrail plugin - error

2016-05-06 Thread Anant Sawant
Hi Everyone!!,

I went through the documentation for setting up the Cloudtrail plugin for 
US-WEST-1, but I am getting the following error.
I have done all the AWS settings/configuration as described at 
"https://marketplace.graylog.org/addons/3f132fab-50f0-4c88-b63d-9ac99aa6c20e";, 
the only diffrence is I have set the Queue name to fluidcm-notifiaction 
insted of cloudtrail-notification.


2016-04-16 21:11:25,899 ERROR: 
com.graylog2.input.cloudtrail.CloudTrailSubscriber - Could not read 
messages from SNS. This is most likely a misconfiguration of the plugin. 
Going into sleep loop and retrying.
java.lang.RuntimeException: Could not parse SNS notification: hi
at 
com.graylog2.input.cloudtrail.notifications.CloudtrailSNSNotificationParser.parse(CloudtrailSNSNotificationParser.java:36)
at 
com.graylog2.input.cloudtrail.notifications.CloudtrailSQSClient.getNotifications(CloudtrailSQSClient.java:48)
at 
com.graylog2.input.cloudtrail.CloudTrailSubscriber.run(CloudTrailSubscriber.java:80)
Caused by: com.fasterxml.jackson.core.JsonParseException: Unrecognized 
token 'hi': was expecting ('true', 'false' or 'null')
 at [Source: hi; line: 1, column: 5]
at 
com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1487)
at 
com.fasterxml.jackson.core.base.ParserMinimalBase._reportError(ParserMinimalBase.java:518)
at 
com.fasterxml.jackson.core.json.ReaderBasedJsonParser._reportInvalidToken(ReaderBasedJsonParser.java:2299)
at 
com.fasterxml.jackson.core.json.ReaderBasedJsonParser._handleOddValue(ReaderBasedJsonParser.java:1458)
at 
com.fasterxml.jackson.core.json.ReaderBasedJsonParser.nextToken(ReaderBasedJsonParser.java:683)
at 
com.fasterxml.jackson.databind.ObjectMapper._initForReading(ObjectMapper.java:3602)
at 
com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:3547)
at 
com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2578)
at 
com.graylog2.input.cloudtrail.notifications.CloudtrailSNSNotificationParser.parse(CloudtrailSNSNotificationParser.java:24)
... 2 more

I'm not that knowledgeable about AWS, but I can't see how it's not working. 
It's dumping to the S3 bucket correctly within the AWS console. I have 
given full access to the user.
Can anyone please tell me what wrong I have done?

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/ff126254-37bf-4895-8a52-80b30e8ebc06%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] Graylog stream

2016-05-06 Thread Seba


*Dear all,*

 


*How can I set a streaming rule, in order to not send a notification, when 
access to the switch is not coming from known IP’s? My Cisco Catalyst 3750X 
doesn’t add the source IP in the notification for logins, but it does when 
somebody modifies the settings.*

 

*I have been trying to find a solution for the last few days without 
success. *

 

*Thank you so much for your support*

*Seba*

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/1dbfb121-8e4c-43c9-a415-9a4e57cf514e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [graylog2] Upgrading Graylog appliance to 2 version.

2016-05-06 Thread Abhishek Girme
Hi Marius,

Can i move data directly from old version appliance to new version 
appliance including configuration file?

What is the easiest way to perform this upgrade?


On Friday, 6 May 2016 13:05:56 UTC+5:30, Marius Sturm wrote:
>
> Hi Abhishek,
> we have some upgrade notes here: 
> http://docs.graylog.org/en/2.0/pages/installation/graylog_ctl.html#upgrade-graylog
>
> Cheers,
> Marius
>
>
> On 5 May 2016 at 07:47, Abhishek Girme 
> > wrote:
>
>> How can I upgrade graylog appliance to 2.0 version?
>>
>> Currently, i am running with 1.3 version.
>>
>> This message contains confidential information and is intended only for 
>> the individual to whom it is addressed. If you are not the intended 
>> recipient, you should not disseminate, distribute or copy this e-mail. 
>> Please notify the sender immediately by e-mail if you have received this 
>> e-mail by mistake and permanently delete this e-mail from your system. 
>> E-mail transmission cannot be guaranteed to be secure or error-free as 
>> information could be intercepted, corrupted, lost, destroyed, late or 
>> incomplete, or could contain viruses. The sender therefore does not accept 
>> liability for any errors or omissions in the contents of this message, 
>> which arise as a result of e-mail transmission. If verification is 
>> required, please request a hard-copy version from the sender. Druva, 
>> www.druva.com
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Graylog Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to graylog2+u...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/graylog2/eb88640b-e019-41a2-9d43-fff85ed47a35%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Developer
>
> Tel.: +49 (0)40 609 452 077
> Fax.: +49 (0)40 609 452 078
>
> TORCH GmbH - A Graylog Company
> Poolstraße 21
> 20335 Hamburg
> Germany
>
> https://www.graylog.com 
>
> Commercial Reg. (Registergericht): Amtsgericht Hamburg, HRB 125175
> Geschäftsführer: Lennart Koopmann (CEO)
>

-- 


This message contains confidential information and is intended only for the 
individual to whom it is addressed. If you are not the intended recipient, 
you should not disseminate, distribute or copy this e-mail. Please notify 
the sender immediately by e-mail if you have received this e-mail by 
mistake and permanently delete this e-mail from your system. E-mail 
transmission cannot be guaranteed to be secure or error-free as information 
could be intercepted, corrupted, lost, destroyed, late or incomplete, or 
could contain viruses. The sender therefore does not accept liability for 
any errors or omissions in the contents of this message, which arise as a 
result of e-mail transmission. If verification is required, please request 
a hard-copy version from the sender. Druva, www.druva.com

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/e8f0fbd6-aa0f-48fc-8fac-191d95c56999%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [graylog2] Upgrading Graylog appliance to 2 version.

2016-05-06 Thread Marius Sturm
Hi Abhishek,
we have some upgrade notes here:
http://docs.graylog.org/en/2.0/pages/installation/graylog_ctl.html#upgrade-graylog

Cheers,
Marius


On 5 May 2016 at 07:47, Abhishek Girme  wrote:

> How can I upgrade graylog appliance to 2.0 version?
>
> Currently, i am running with 1.3 version.
>
> This message contains confidential information and is intended only for
> the individual to whom it is addressed. If you are not the intended
> recipient, you should not disseminate, distribute or copy this e-mail.
> Please notify the sender immediately by e-mail if you have received this
> e-mail by mistake and permanently delete this e-mail from your system.
> E-mail transmission cannot be guaranteed to be secure or error-free as
> information could be intercepted, corrupted, lost, destroyed, late or
> incomplete, or could contain viruses. The sender therefore does not accept
> liability for any errors or omissions in the contents of this message,
> which arise as a result of e-mail transmission. If verification is
> required, please request a hard-copy version from the sender. Druva,
> www.druva.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "Graylog Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to graylog2+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/graylog2/eb88640b-e019-41a2-9d43-fff85ed47a35%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Developer

Tel.: +49 (0)40 609 452 077
Fax.: +49 (0)40 609 452 078

TORCH GmbH - A Graylog Company
Poolstraße 21
20335 Hamburg
Germany

https://www.graylog.com 

Commercial Reg. (Registergericht): Amtsgericht Hamburg, HRB 125175
Geschäftsführer: Lennart Koopmann (CEO)

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/CAMqbBbKdf2AV%2Bcu%3DTJOdxvPShcb4jwarhCrTno56zmO%3DEAMP%3Dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] Reg: graylog ova

2016-05-06 Thread Umesh Charan
hi all,
i just started to learn graylog so i installed virtualbox on windows 
operating system and downloaded ova and then load ova file into virtualbox. 
after that i got an ip address to access the graylog. i want to load my own 
log file into that(monitor my own log file).is it possible or not...? 
please help me

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/5ba395eb-3b20-4bd8-966c-cbfb269d0d0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [graylog2] Adding Plugin to Graylog Appliance

2016-05-06 Thread Marius Sturm
Hey Trisha,
ssh is enabled by default. So when you have the plugin on your local
machine you can copy it with `scp .jar ubuntu@graylog:~/`. If you
are on a Windows host look for WinSCP or similiar programs.

Cheers,
Marius

On 4 May 2016 at 22:13, Trisha Funtanilla 
wrote:

> Hello,
>
> I've set up Graylog 2.0 appliance on my VMWare, and I would like to use it
> to test a plugin I developed. I know I just have to drop the jar file to
> the plugin folder, but I'm unable to use wget to download the file from an
> external repository (I'm unable to ping external websites). It doesn't look
> like it supports VMWare file sharing so I'm not sure how to go about this.
> Does anyone know of a way to add a plugin to the appliance?
>
>
> Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Graylog Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to graylog2+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/graylog2/16601420-e955-452b-af4e-28c7181281d8%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Developer

Tel.: +49 (0)40 609 452 077
Fax.: +49 (0)40 609 452 078

TORCH GmbH - A Graylog Company
Poolstraße 21
20335 Hamburg
Germany

https://www.graylog.com 

Commercial Reg. (Registergericht): Amtsgericht Hamburg, HRB 125175
Geschäftsführer: Lennart Koopmann (CEO)

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/CAMqbBbLdmz0zaXXL9S54_j9m6DEn%2BJxE2OgQXnjAYAhQp3FRig%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.