[Announce] BigDesk - Live charts and statistics for ElasticSearch cluster

Hi,

I have just released BigDesk. It is simple JavaScript based monitoring tool
for ElasticSearch cluster.
You can checkout it here https://github.com/lukas-vlcek/bigdesk and give it
a go (it is pretty simple to use).

It is far from being perfect but comments are welcome.

Note: originally, I developed this tool when I was implementing experimental
JavaScript client for ES (https://github.com/lukas-vlcek/elasticsearch-js).
For now I extracted it into a standalone tool because I did not have a
chance to work on JS client part for a long time and it is currently
outdated.

Regards,
Lukas

Would love to see a screen cap!

*-- jim
*

On Sun, Jun 5, 2011 at 3:19 AM, Lukáš Vlček lukas.vlcek@gmail.com wrote:

Hi,

I have just released BigDesk. It is simple JavaScript based monitoring tool
for Elasticsearch cluster.
You can checkout it here GitHub - lukas-vlcek/bigdesk: Live charts and statistics for Elasticsearch cluster. and give
it a go (it is pretty simple to use).

It is far from being perfect but comments are welcome.

Note: originally, I developed this tool when I was implementing
experimental JavaScript client for ES (
GitHub - lukas-vlcek/elasticsearch-js: ElasticSearch Javascript client). For now I extracted it
into a standalone tool because I did not have a chance to work on JS client
part for a long time and it is currently outdated.

Regards,
Lukas

Hi Lukas,

Very great job you have done here...
Can't wait for tomorrow to test it... So let's start a small ES cluster...

Here is a screen cap for James : bigdesk | Preview from bigdesk | dadoonet95 | Flickr

I will try to launch tomorrow at work with more data in ES cluster ! :wink:

Cheers,
David.

2011/6/5 Lukáš Vlček lukas.vlcek@gmail.com

Hi,

I have just released BigDesk. It is simple JavaScript based monitoring tool
for Elasticsearch cluster.
You can checkout it here GitHub - lukas-vlcek/bigdesk: Live charts and statistics for Elasticsearch cluster. and give
it a go (it is pretty simple to use).

It is far from being perfect but comments are welcome.

Note: originally, I developed this tool when I was implementing
experimental JavaScript client for ES (
GitHub - lukas-vlcek/elasticsearch-js: ElasticSearch Javascript client). For now I extracted it
into a standalone tool because I did not have a chance to work on JS client
part for a long time and it is currently outdated.

Regards,
Lukas

Hey, good job on the screenshot David :slight_smile: however, it is just a static
picture while the tool is fully animated (and I really like to animation
after pressing the "GO!" button).

Going forward I will try to put more effort into the visual design (I want
the tool to look really nice). Also I have been discussing this tool with
Clinton today and he came up with an interesting idea: let's put the state
of the tool into URL parameter, as a result you could directly bookmark
specific setup of the tool (host, port, refresh interval, time window ...).
This is definitely possible and I will implement it in the future.

Regards,
Lukas

On Sun, Jun 5, 2011 at 10:27 PM, David Pilato david@pilato.fr wrote:

Hi Lukas,

Very great job you have done here...
Can't wait for tomorrow to test it... So let's start a small ES cluster...

Here is a screen cap for James : bigdesk | Preview from bigdesk | dadoonet95 | Flickr

I will try to launch tomorrow at work with more data in ES cluster ! :wink:

Cheers,
David.

2011/6/5 Lukáš Vlček lukas.vlcek@gmail.com

Hi,

I have just released BigDesk. It is simple JavaScript based monitoring
tool for Elasticsearch cluster.
You can checkout it here GitHub - lukas-vlcek/bigdesk: Live charts and statistics for Elasticsearch cluster. and give
it a go (it is pretty simple to use).

It is far from being perfect but comments are welcome.

Note: originally, I developed this tool when I was implementing
experimental JavaScript client for ES (
GitHub - lukas-vlcek/elasticsearch-js: ElasticSearch Javascript client). For now I extracted it
into a standalone tool because I did not have a chance to work on JS client
part for a long time and it is currently outdated.

Regards,
Lukas

Oh yes. It’s only a static picture but it’s really user friendly so people seeing this picture will certainly download the tool to see it live.

Really really good job with nice design.

Is it a stupid idea to make your code as an ES plugin as Shay talked before with plugin static pages ?

It could be a nice idea to have this tool with the simple command plugin -install bigdesk

Perhaps a nonsense again ! :wink:

David.

De : Lukáš Vlček [mailto:lukas.vlcek@gmail.com]
Envoyé : dimanche 5 juin 2011 22:37
À : users@elasticsearch.com
Objet : Re: [Announce] BigDesk - Live charts and statistics for ElasticSearch cluster

Hey, good job on the screenshot David :slight_smile: however, it is just a static picture while the tool is fully animated (and I really like to animation after pressing the "GO!" button).

Going forward I will try to put more effort into the visual design (I want the tool to look really nice). Also I have been discussing this tool with Clinton today and he came up with an interesting idea: let's put the state of the tool into URL parameter, as a result you could directly bookmark specific setup of the tool (host, port, refresh interval, time window ...). This is definitely possible and I will implement it in the future.

Regards,

Lukas

Packaging bigdesk using the new feature in ES should be possible, I haven't
been looking at it yet.

On Sun, Jun 5, 2011 at 10:48 PM, David Pilato david@pilato.fr wrote:

Oh yes. It’s only a static picture but it’s really user friendly so people
seeing this picture will certainly download the tool to see it live.

Really really good job with nice design.

Is it a stupid idea to make your code as an ES plugin as Shay talked before
with plugin static pages ?

It could be a nice idea to have this tool with the simple command plugin
-install bigdesk

Perhaps a nonsense again ! :wink:

David.

De : Lukáš Vlček [mailto:lukas.vlcek@gmail.com]
Envoyé : dimanche 5 juin 2011 22:37
À : users@elasticsearch.com
Objet : Re: [Announce] BigDesk - Live charts and statistics for
Elasticsearch cluster

Hey, good job on the screenshot David :slight_smile: however, it is just a static
picture while the tool is fully animated (and I really like to animation
after pressing the "GO!" button).

Going forward I will try to put more effort into the visual design (I want
the tool to look really nice). Also I have been discussing this tool with
Clinton today and he came up with an interesting idea: let's put the state
of the tool into URL parameter, as a result you could directly bookmark
specific setup of the tool (host, port, refresh interval, time window ...).
This is definitely possible and I will implement it in the future.

Regards,

Lukas

Hi Lukáš,

thanks for this tool.

Where do you prefer to have suggestions for features or bug reports ?

Via github issues ?

Ludo

On Sun, Jun 5, 2011 at 10:53 PM, Lukáš Vlček lukas.vlcek@gmail.com wrote:

Packaging bigdesk using the new feature in ES should be possible, I haven't
been looking at it yet.

On Sun, Jun 5, 2011 at 10:48 PM, David Pilato david@pilato.fr wrote:

Oh yes. It’s only a static picture but it’s really user friendly so people
seeing this picture will certainly download the tool to see it live.

Really really good job with nice design.

Is it a stupid idea to make your code as an ES plugin as Shay talked
before with plugin static pages ?

It could be a nice idea to have this tool with the simple command plugin
-install bigdesk

Perhaps a nonsense again ! :wink:

David.

De : Lukáš Vlček [mailto:lukas.vlcek@gmail.com]
Envoyé : dimanche 5 juin 2011 22:37
À : users@elasticsearch.com
Objet : Re: [Announce] BigDesk - Live charts and statistics for
Elasticsearch cluster

Hey, good job on the screenshot David :slight_smile: however, it is just a static
picture while the tool is fully animated (and I really like to animation
after pressing the "GO!" button).

Going forward I will try to put more effort into the visual design (I want
the tool to look really nice). Also I have been discussing this tool with
Clinton today and he came up with an interesting idea: let's put the state
of the tool into URL parameter, as a result you could directly bookmark
specific setup of the tool (host, port, refresh interval, time window ...).
This is definitely possible and I will implement it in the future.

Regards,

Lukas

It already works with the new _site plugins. You run: bin/plugin -install lukas-vlcek/bigdesk, and then head over to http://localhost:9200/_plugin/bigdesk/ (the trailing slash is important).

On Sunday, June 5, 2011 at 11:53 PM, Lukáš Vlček wrote:

Packaging bigdesk using the new feature in ES should be possible, I haven't been looking at it yet.

On Sun, Jun 5, 2011 at 10:48 PM, David Pilato <david@pilato.fr (mailto:david@pilato.fr)> wrote:

Oh yes. It’s only a static picture but it’s really user friendly so people seeing this picture will certainly download the tool to see it live.
Really really good job with nice design.

Is it a stupid idea to make your code as an ES plugin as Shay talked before with plugin static pages ?
It could be a nice idea to have this tool with the simple command plugin -install bigdesk

Perhaps a nonsense again ! :wink:

David.

De : Lukáš Vlček [mailto:lukas.vlcek@gmail.com]
Envoyé : dimanche 5 juin 2011 22:37
À : users@elasticsearch.com (mailto:users@elasticsearch.com)
Objet : Re: [Announce] BigDesk - Live charts and statistics for Elasticsearch cluster

Hey, good job on the screenshot David :slight_smile: however, it is just a static picture while the tool is fully animated (and I really like to animation after pressing the "GO!" button).

Going forward I will try to put more effort into the visual design (I want the tool to look really nice). Also I have been discussing this tool with Clinton today and he came up with an interesting idea: let's put the state of the tool into URL parameter, as a result you could directly bookmark specific setup of the tool (host, port, refresh interval, time window ...). This is definitely possible and I will implement it in the future.

Regards,

Lukas

Like in Disneyland : when your dreams comes true ! :wink:

Thanks
David :wink:

Le 6 juin 2011 à 10:20, Shay Banon shay.banon@elasticsearch.com a écrit :

It already works with the new _site plugins. You run: bin/plugin -install lukas-vlcek/bigdesk, and then head over to http://localhost:9200/_plugin/bigdesk/ (the trailing slash is important).
On Sunday, June 5, 2011 at 11:53 PM, Lukáš Vlček wrote:

Packaging bigdesk using the new feature in ES should be possible, I haven't been looking at it yet.

On Sun, Jun 5, 2011 at 10:48 PM, David Pilato david@pilato.fr wrote:
Oh yes. It’s only a static picture but it’s really user friendly so people seeing this picture will certainly download the tool to see it live.

Really really good job with nice design.

Is it a stupid idea to make your code as an ES plugin as Shay talked before with plugin static pages ?

It could be a nice idea to have this tool with the simple command plugin -install bigdesk

Perhaps a nonsense again ! :wink:

David.

De : Lukáš Vlček [mailto:lukas.vlcek@gmail.com]
Envoyé : dimanche 5 juin 2011 22:37
À : users@elasticsearch.com
Objet : Re: [Announce] BigDesk - Live charts and statistics for Elasticsearch cluster

Hey, good job on the screenshot David :slight_smile: however, it is just a static picture while the tool is fully animated (and I really like to animation after pressing the "GO!" button).

Going forward I will try to put more effort into the visual design (I want the tool to look really nice). Also I have been discussing this tool with Clinton today and he came up with an interesting idea: let's put the state of the tool into URL parameter, as a result you could directly bookmark specific setup of the tool (host, port, refresh interval, time window ...). This is definitely possible and I will implement it in the future.

Regards,

Lukas

Yes, please, use github issues.
Thanks,
Lukas

On Mon, Jun 6, 2011 at 9:31 AM, Ludovic Levesque luddic@gmail.com wrote:

Hi Lukáš,

thanks for this tool.

Where do you prefer to have suggestions for features or bug reports ?

Via github issues ?

Ludo

On Sun, Jun 5, 2011 at 10:53 PM, Lukáš Vlček lukas.vlcek@gmail.com
wrote:

Packaging bigdesk using the new feature in ES should be possible, I
haven't
been looking at it yet.

On Sun, Jun 5, 2011 at 10:48 PM, David Pilato david@pilato.fr wrote:

Oh yes. It’s only a static picture but it’s really user friendly so
people
seeing this picture will certainly download the tool to see it live.

Really really good job with nice design.

Is it a stupid idea to make your code as an ES plugin as Shay talked
before with plugin static pages ?

It could be a nice idea to have this tool with the simple command plugin
-install bigdesk

Perhaps a nonsense again ! :wink:

David.

De : Lukáš Vlček [mailto:lukas.vlcek@gmail.com]
Envoyé : dimanche 5 juin 2011 22:37
À : users@elasticsearch.com
Objet : Re: [Announce] BigDesk - Live charts and statistics for
Elasticsearch cluster

Hey, good job on the screenshot David :slight_smile: however, it is just a static
picture while the tool is fully animated (and I really like to animation
after pressing the "GO!" button).

Going forward I will try to put more effort into the visual design (I
want
the tool to look really nice). Also I have been discussing this tool
with
Clinton today and he came up with an interesting idea: let's put the
state
of the tool into URL parameter, as a result you could directly bookmark
specific setup of the tool (host, port, refresh interval, time window
...).
This is definitely possible and I will implement it in the future.

Regards,

Lukas

Awesome! Thanks for this tool!!

On Mon, Jun 6, 2011 at 10:33 AM, Lukáš Vlček lukas.vlcek@gmail.com wrote:

Yes, please, use github issues.
Thanks,
Lukas

On Mon, Jun 6, 2011 at 9:31 AM, Ludovic Levesque luddic@gmail.com wrote:

Hi Lukáš,

thanks for this tool.

Where do you prefer to have suggestions for features or bug reports ?

Via github issues ?

Ludo

On Sun, Jun 5, 2011 at 10:53 PM, Lukáš Vlček lukas.vlcek@gmail.com
wrote:

Packaging bigdesk using the new feature in ES should be possible, I
haven't
been looking at it yet.

On Sun, Jun 5, 2011 at 10:48 PM, David Pilato david@pilato.fr wrote:

Oh yes. It’s only a static picture but it’s really user friendly so
people
seeing this picture will certainly download the tool to see it live.

Really really good job with nice design.

Is it a stupid idea to make your code as an ES plugin as Shay talked
before with plugin static pages ?

It could be a nice idea to have this tool with the simple command
plugin
-install bigdesk

Perhaps a nonsense again ! :wink:

David.

De : Lukáš Vlček [mailto:lukas.vlcek@gmail.com]
Envoyé : dimanche 5 juin 2011 22:37
À : users@elasticsearch.com
Objet : Re: [Announce] BigDesk - Live charts and statistics for
Elasticsearch cluster

Hey, good job on the screenshot David :slight_smile: however, it is just a static
picture while the tool is fully animated (and I really like to
animation
after pressing the "GO!" button).

Going forward I will try to put more effort into the visual design (I
want
the tool to look really nice). Also I have been discussing this tool
with
Clinton today and he came up with an interesting idea: let's put the
state
of the tool into URL parameter, as a result you could directly bookmark
specific setup of the tool (host, port, refresh interval, time window
...).
This is definitely possible and I will implement it in the future.

Regards,

Lukas

On Mon, Jun 6, 2011 at 09:20, Shay Banon shay.banon@elasticsearch.com wrote:

It already works with the new _site plugins. You run: bin/plugin -install
lukas-vlcek/bigdesk, and then head over
to http://localhost:9200/_plugin/bigdesk/ (the trailing slash is important).

It does not seem to work here. I'm using 0.16.2 on Windows:

C:\Program Files\elasticsearch>bin\plugin.bat -install lukas-vlcek/bigdesk
-> Installing lukas-vlcek/bigdesk Downloading plugin from
http://elasticsearch.googlecode.com/svn/plugins/lukas-vlcek/bigdesk/elasticsearch-lukas-vlcek/bigdesk-0.16.2.zip
Failed to install lukas-vlcek/bigdesk, reason: Can't get
http://elasticsearch.googlecode.com/svn/plugins/lukas-vlcek/bigdesk/elasticsearch-lukas-vlcek/bigdesk-0.16.2.zip
to C:\Program Files\elasticsearch\plugins\lukas-vlcek\bigdesk.zip

And indeed, there is no bigdesk plugin at
http://elasticsearch.googlecode.com/svn/plugins/

What do I need to do to install bigdesk as a plugin?

TIA!

Best regards,
Rui Lopes

Installing "site" plugins from github is available in master and will be part of the upcoming 0.17 release.

On Tuesday, June 7, 2011 at 12:25 AM, Rui Lopes wrote:

On Mon, Jun 6, 2011 at 09:20, Shay Banon <shay.banon@elasticsearch.com (mailto:shay.banon@elasticsearch.com)> wrote:

It already works with the new _site plugins. You run: bin/plugin -install
lukas-vlcek/bigdesk, and then head over
to http://localhost:9200/_plugin/bigdesk/ (the trailing slash is important).

It does not seem to work here. I'm using 0.16.2 on Windows:

C:\Program Files\elasticsearch>bin\plugin.bat -install lukas-vlcek/bigdesk
-> Installing lukas-vlcek/bigdesk Downloading plugin from
http://elasticsearch.googlecode.com/svn/plugins/lukas-vlcek/bigdesk/elasticsearch-lukas-vlcek/bigdesk-0.16.2.zip
Failed to install lukas-vlcek/bigdesk, reason: Can't get
http://elasticsearch.googlecode.com/svn/plugins/lukas-vlcek/bigdesk/elasticsearch-lukas-vlcek/bigdesk-0.16.2.zip
to C:\Program Files\elasticsearch\plugins\lukas-vlcek\bigdesk.zip

And indeed, there is no bigdesk plugin at
http://elasticsearch.googlecode.com/svn/plugins/

What do I need to do to install bigdesk as a plugin?

TIA!

Best regards,
Rui Lopes

I finally had a chance to play around with BigDesk and all I have to say is
NICE JOB! Very simple, yet the pertinent information is all there.

Also decided to check out the node.js proxy. Are the default permission in
proxy.json enough for BigDesk? I added _cluster to the allowed GET
requests, but I receive an error when attempting to connect with BigDesk:

This function is executed after receiving response from Elastic Search
cluster.
jsonp1308237015683({"cluster_name":"elasticsearch","status":"yellow","timed_out":false,"number_of_nodes":1,"number_of_data_nodes":1,"active_primary_shards":6,"active_shards":6,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":6,"indices":{"_river":{"status":"yellow","number_of_shards":1,"number_of_replicas":1,"active_primary_shards":1,"active_shards":1,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":1,"shards":{"0":{"status":"yellow","primary_active":true,"active_shards":1,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":1}}},"meetup":{"status":"yellow","number_of_shards":5,"number_of_replicas":1,"active_primary_shards":5,"active_shards":5,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":5,"shards":{"0":{"status":"yellow","primary_active":true,"active_shards":1,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":1},"1":{"status":"yellow","primary_active":true,"active_shards":1,"relocating_shards":0,"initializing_shards":0,"unass
undefined:1
ellow","timed_ou
^^
SyntaxError: Unexpected token ILLEGAL
at Object.parse (native)
at Object.postRequest (/development/workspaces/elasticsearch/
node.es/proxy/my.js:55:21)
at IncomingMessage. (/development/workspaces/elasticsearch/
node.es/proxy/elasticsearch-proxy.js:252:49)
at IncomingMessage.emit (events.js:81:20)
at HTTPParser.onMessageComplete (http.js:133:23)
at Client.onData [as ondata] (http.js:1484:27)
at Client._onReadable (net.js:683:27)
at IOWatcher.onReadable [as callback] (net.js:177:10)

The only modification besides inside proxy.json is removing the setInterval
in proxyServer.start callback: proxyServer.start(function(){});

--
Ivan

On Sun, Jun 5, 2011 at 3:19 AM, Lukáš Vlček lukas.vlcek@gmail.com wrote:

Hi,

I have just released BigDesk. It is simple JavaScript based monitoring tool
for Elasticsearch cluster.
You can checkout it here GitHub - lukas-vlcek/bigdesk: Live charts and statistics for Elasticsearch cluster. and give
it a go (it is pretty simple to use).

It is far from being perfect but comments are welcome.

Note: originally, I developed this tool when I was implementing
experimental JavaScript client for ES (
GitHub - lukas-vlcek/elasticsearch-js: ElasticSearch Javascript client). For now I extracted it
into a standalone tool because I did not have a chance to work on JS client
part for a long time and it is currently outdated.

Regards,
Lukas

For those that are interested, I was able to get BigDesk working with
the node.es proxy.

The difference is in the postRequest function. The example proxy did
not account for the jsonp wrapped response data. I am not a
Javascript developer, so please excuse me if my code is not as clean
as I would like it to be or if it has errors.

I also added _cluster to the allowed GET requests:

--
Ivan

On Jun 16, 11:18 am, Ivan Brusic i...@brusic.com wrote:

I finally had a chance to play around with BigDesk and all I have to say is
NICE JOB! Very simple, yet the pertinent information is all there.

Also decided to check out the node.js proxy. Are the default permission in
proxy.json enough for BigDesk? I added _cluster to the allowed GET
requests, but I receive an error when attempting to connect with BigDesk:

Hi Ivan,

Thanks for you effort, I will look at it.

Regards,
Lukas

On Friday, June 17, 2011, Ivan Brusic ivan_brusic@yahoo.com wrote:

For those that are interested, I was able to get BigDesk working with
the node.es proxy.

https://github.com/brusic/node.es/blob/master/proxy/proxy-bigdesk.js

The difference is in the postRequest function. The example proxy did
not account for the jsonp wrapped response data. I am not a
Javascript developer, so please excuse me if my code is not as clean
as I would like it to be or if it has errors.

I also added _cluster to the allowed GET requests:

https://github.com/brusic/node.es/blob/master/proxy/bigdesk.json

--
Ivan

On Jun 16, 11:18 am, Ivan Brusic i...@brusic.com wrote:

I finally had a chance to play around with BigDesk and all I have to say is
NICE JOB! Very simple, yet the pertinent information is all there.

Also decided to check out the node.js proxy. Are the default permission in
proxy.json enough for BigDesk? I added _cluster to the allowed GET
requests, but I receive an error when attempting to connect with BigDesk:

Just to reiterate: great job on BigDesk.

Not being a front-end/javascript developer, I had to look up what
jsonp actually is. My solution is naive, but it seems to be working.
You can track how well (or not) ES works on a single EC micro-
instance:

http://microinstance.com/

Feel free to hammer away. The server is purely for testing out ideas.

Have a great weekend,

Ivan

On Jun 17, 4:37 pm, Lukáš Vlček lukas.vl...@gmail.com wrote:

Hi Ivan,

Thanks for you effort, I will look at it.

Regards,
Lukas

Hi,Lukáš
well done, really nice~~

-----Original Message-----
From: Lukáš Vlček
Sent: Saturday, June 18, 2011 4:37 AM
To: users@elasticsearch.com
Subject: Re: [Announce] BigDesk - Live charts and statistics for
Elasticsearch cluster

Hi Ivan,

Thanks for you effort, I will look at it.

Regards,
Lukas

On Friday, June 17, 2011, Ivan Brusic ivan_brusic@yahoo.com wrote:

For those that are interested, I was able to get BigDesk working with
the node.es proxy.

https://github.com/brusic/node.es/blob/master/proxy/proxy-bigdesk.js

The difference is in the postRequest function. The example proxy did
not account for the jsonp wrapped response data. I am not a
Javascript developer, so please excuse me if my code is not as clean
as I would like it to be or if it has errors.

I also added _cluster to the allowed GET requests:

https://github.com/brusic/node.es/blob/master/proxy/bigdesk.json

--
Ivan

On Jun 16, 11:18 am, Ivan Brusic i...@brusic.com wrote:

I finally had a chance to play around with BigDesk and all I have to say
is
NICE JOB! Very simple, yet the pertinent information is all there.

Also decided to check out the node.js proxy. Are the default permission
in
proxy.json enough for BigDesk? I added _cluster to the allowed GET
requests, but I receive an error when attempting to connect with BigDesk:

If only I had a time to work on it more :slight_smile: Anyway, thanks for positive
feedback.
Lukas

On Mon, Jun 20, 2011 at 5:07 PM, medcl2000@gmail.com wrote:

Hi,Lukáš
well done, really nice~~

-----Original Message----- From: Lukáš Vlček
Sent: Saturday, June 18, 2011 4:37 AM
To: users@elasticsearch.com
Subject: Re: [Announce] BigDesk - Live charts and statistics for
Elasticsearch cluster

Hi Ivan,

Thanks for you effort, I will look at it.

Regards,
Lukas

On Friday, June 17, 2011, Ivan Brusic ivan_brusic@yahoo.com wrote:

For those that are interested, I was able to get BigDesk working with
the node.es proxy.

https://github.com/brusic/**node.es/blob/master/proxy/**proxy-bigdesk.jshttps://github.com/brusic/node.es/blob/master/proxy/proxy-bigdesk.js

The difference is in the postRequest function. The example proxy did
not account for the jsonp wrapped response data. I am not a
Javascript developer, so please excuse me if my code is not as clean
as I would like it to be or if it has errors.

I also added _cluster to the allowed GET requests:

https://github.com/brusic/**node.es/blob/master/proxy/**bigdesk.jsonhttps://github.com/brusic/node.es/blob/master/proxy/bigdesk.json

--
Ivan

On Jun 16, 11:18 am, Ivan Brusic i...@brusic.com wrote:

I finally had a chance to play around with BigDesk and all I have to say
is
NICE JOB! Very simple, yet the pertinent information is all there.

Also decided to check out the node.js proxy. Are the default permission
in
proxy.json enough for BigDesk? I added _cluster to the allowed GET
requests, but I receive an error when attempting to connect with BigDesk: