Re: [graylog2] Edit Extractor - Load Message no working?

2015-06-17 Thread Pete GS
Thanks Edmundo, much appreciated!

Cheers, Pete

On Tuesday, 16 June 2015 20:33:58 UTC+10, Edmundo Alvarez wrote:

 Hi Pete, 

 I created this issue to track the progress: 
 https://github.com/Graylog2/graylog2-web-interface/issues/1488 

 The fix for it will be in the upcoming 1.1.3 release. 

 Regards, 

 Edmundo 

  On 15 Jun 2015, at 21:03, Pete GS starp...@gmail.com javascript: 
 wrote: 
  
  Hi Jochen, 
  
  At work I'm on Windows 8.1 and have tried both Chrome and IE. I'm not 
 sure what versions of those I'm running (at home for a few days). 
  
  At home here I see the same behaviour on Windows 7 with both Chrome 
 43.0.2357.124 m and IE 11.0.9600.17843. 
  
  In Chrome, I do get a JavaScript error in the console: 
  
  Uncaught TypeError: this.props.onMessageLoaded is not a 
 function(anonymous function) @ app-d791fd6fa0.js:34j @ 
 jquery-2.1.1.min.js:2k.fireWith @ jquery-2.1.1.min.js:2x @ 
 jquery-2.1.1.min.js:4(anonymous function) @ jquery-2.1.1.min.js:4 
  
  On IE I also get an error in the console: 
  
  Object Expected 
  File: app-d791fd6fa0.js, Line: 34, Column: 5685 
  
  It seems to be in this function here in IE: 
  
  {return 
 this.props.onMessageLoaded(e)}.bind(this)),e.preventDefault()}},submit:function(e,t){r.findDOMNode(this.refs.messageId).value=e,r.findDOMNode(this.refs.index).value=t,r.findDOMNode(this.refs.submitButton).click()},render:function(){var
  
 e=this.props.hideText?null:r.createElement(p,null,Wrong example? You can 
 ,r.createElement(button,{className:btn btn-link btn-small 
 btn-text,onClick:this.toggleMessageForm} 
  
  The Object Expected error appears in the debugger straight after 
 findDOMNode, I have attached a screen shot. 
  
  I also have attached a screen shot of the Chrome error. 
  
  I hope that helps. 
  
  Cheers, Pete 
  
  
  On Tuesday, 16 June 2015 01:45:04 UTC+10, Jochen Schalanda wrote: 
  Hi Pete, 
  
  which browser (exact version and operating system) are you using? I've 
 just tried to reproduce this on Chrome 43.0.2357.81 and Safari 8.0.6 on Mac 
 OS X 10.10 but the functionality worked. 
  
  Do you see any error messages in your browser's JavaScript console? 
  
  Cheers, 
  Jochen 
  
  On Monday, 15 June 2015 04:03:26 UTC+2, Pete GS wrote: 
  I'm not sure if this is a bug or not but I have noticed in both my test 
 lab and Production environments that I cannot load a message on the edit 
 extractors screen. 
  
  When I provide the message ID and index then click the Load Message 
 button, nothing happens. 
  
  I'm running 1.1.2 in both environments. 
  
  Cheers, Pete 
  
  -- 
  You received this message because you are subscribed to the Google 
 Groups graylog2 group. 
  To unsubscribe from this group and stop receiving emails from it, send 
 an email to graylog2+u...@googlegroups.com javascript:. 
  For more options, visit https://groups.google.com/d/optout. 
  Chrome Error.pngIE Error.png 



-- 
You received this message because you are subscribed to the Google Groups 
graylog2 group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [graylog2] Edit Extractor - Load Message no working?

2015-06-16 Thread Edmundo Alvarez
Hi Pete,

I created this issue to track the progress: 
https://github.com/Graylog2/graylog2-web-interface/issues/1488

The fix for it will be in the upcoming 1.1.3 release.

Regards,

Edmundo

 On 15 Jun 2015, at 21:03, Pete GS starpoin...@gmail.com wrote:
 
 Hi Jochen,
 
 At work I'm on Windows 8.1 and have tried both Chrome and IE. I'm not sure 
 what versions of those I'm running (at home for a few days).
 
 At home here I see the same behaviour on Windows 7 with both Chrome 
 43.0.2357.124 m and IE 11.0.9600.17843.
 
 In Chrome, I do get a JavaScript error in the console:
 
 Uncaught TypeError: this.props.onMessageLoaded is not a function(anonymous 
 function) @ app-d791fd6fa0.js:34j @ jquery-2.1.1.min.js:2k.fireWith @ 
 jquery-2.1.1.min.js:2x @ jquery-2.1.1.min.js:4(anonymous function) @ 
 jquery-2.1.1.min.js:4
 
 On IE I also get an error in the console:
 
 Object Expected
 File: app-d791fd6fa0.js, Line: 34, Column: 5685
 
 It seems to be in this function here in IE:
 
 {return 
 this.props.onMessageLoaded(e)}.bind(this)),e.preventDefault()}},submit:function(e,t){r.findDOMNode(this.refs.messageId).value=e,r.findDOMNode(this.refs.index).value=t,r.findDOMNode(this.refs.submitButton).click()},render:function(){var
  e=this.props.hideText?null:r.createElement(p,null,Wrong example? You can 
 ,r.createElement(button,{className:btn btn-link btn-small 
 btn-text,onClick:this.toggleMessageForm}
 
 The Object Expected error appears in the debugger straight after 
 findDOMNode, I have attached a screen shot.
 
 I also have attached a screen shot of the Chrome error.
 
 I hope that helps.
 
 Cheers, Pete
 
 
 On Tuesday, 16 June 2015 01:45:04 UTC+10, Jochen Schalanda wrote:
 Hi Pete,
 
 which browser (exact version and operating system) are you using? I've just 
 tried to reproduce this on Chrome 43.0.2357.81 and Safari 8.0.6 on Mac OS X 
 10.10 but the functionality worked.
 
 Do you see any error messages in your browser's JavaScript console?
 
 Cheers,
 Jochen
 
 On Monday, 15 June 2015 04:03:26 UTC+2, Pete GS wrote:
 I'm not sure if this is a bug or not but I have noticed in both my test lab 
 and Production environments that I cannot load a message on the edit 
 extractors screen.
 
 When I provide the message ID and index then click the Load Message button, 
 nothing happens.
 
 I'm running 1.1.2 in both environments.
 
 Cheers, Pete
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 graylog2 group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to graylog2+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
 Chrome Error.pngIE Error.png

-- 
You received this message because you are subscribed to the Google Groups 
graylog2 group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] Edit Extractor - Load Message no working?

2015-06-14 Thread Pete GS
I'm not sure if this is a bug or not but I have noticed in both my test lab 
and Production environments that I cannot load a message on the edit 
extractors screen.

When I provide the message ID and index then click the Load Message button, 
nothing happens.

I'm running 1.1.2 in both environments.

Cheers, Pete

-- 
You received this message because you are subscribed to the Google Groups 
graylog2 group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.