Commit graph

47 commits

Author SHA1 Message Date
Flavia Saplacan
76f2d67925 Client certificate and key added on requests to elasticsearch.
Issue # 3339
2015-03-18 09:22:22 +01:00
Spencer Alger
98dfb7e24d Merge branch 'master' of https://github.com/elasticsearch/kibana into pr/3235 2015-03-06 17:41:37 -07:00
Chris Cowan
53cc5d1dfa Making maxSockets configurable 2015-03-03 16:41:34 -07:00
Chris Cowan
5d46991d8e Closes #2471 - Add logging to a file
- Refactored the JSONStream to be a through stream
- Closes #2471
- Refactored how we handle JSONStreams. They now need to be piped to the
  destination
2015-02-27 12:19:08 -07:00
Chris Cowan
8a2f216dda Adding build number to the upgraded config file 2015-02-25 12:57:38 -07:00
Chris Cowan
fac1a917d6 Refactor Proxy Authentication and Error Handling
Closes #2872
Added check if the headers have been sent before sending the error
message to the browser.
2015-02-04 13:48:20 -07:00
Joe Fleming
0ae60f7265 Merge pull request #2745 from simianhacker/feature/config-migration
Closes #2377 - Migrate config from GA and Beyond
2015-01-30 15:50:14 -07:00
Chris Cowan
88ad25cc61 Merge branch 'master' of github.com:elasticsearch/kibana into feature/pid-file
Conflicts:
	src/server/config/kibana.yml
2015-01-29 14:53:33 -07:00
Chris Cowan
3fa0dfdf3a Merge branch 'master' of github.com:elasticsearch/kibana into feature/config-migration
Conflicts:
	src/server/config/index.js
	src/server/index.js
2015-01-29 11:17:10 -07:00
Chris Cowan
b73ec90e70 Merge branch 'master' of github.com:elasticsearch/kibana into feature/ssl-support
Conflicts:
	package.json
	src/server/config/kibana.yml
2015-01-28 13:20:12 -07:00
Chris Cowan
22bfd9e079 Merge branch 'master' of github.com:elasticsearch/kibana into feature/config-migration
Conflicts:
	package.json
	src/server/routes/proxy.js
	tasks/test.js
2015-01-28 13:17:40 -07:00
Chris Cowan
f7ff535f30 Merge branch 'master' of github.com:elasticsearch/kibana into feature/pid-file
Conflicts:
	src/server/config/kibana.yml
2015-01-28 13:14:31 -07:00
Chris Cowan
8c486f8f7a Add PID file to Kibana Server
Closes #2780
2015-01-28 13:10:22 -07:00
Chris Cowan
102752948e Adding SSL Support to Kibana Server 2015-01-26 13:36:53 -07:00
Chris Cowan
5fa8105ec5 Removing extra auth lines from config 2015-01-23 19:16:23 -07:00
Chris Cowan
afa294f75c Closes #2720 - Support CA Certificates with the proxy
- Closes #2720
- Added `ca` option to kibana.yml
- Rewrote the Proxy to use Request and honor the custom CA
- Added some packages to support the proxy
- Removed http-proxy
2015-01-23 19:14:42 -07:00
Chris Cowan
2b9802030c Closes #2377 - Migrate config from > GA
- Closes #2377
- Added testing framework for server side tests
- Fixed jshint
- Added config migration
- Added framework for server initialization
2015-01-23 11:34:29 -07:00
Chris Cowan
1979a79141 Closes #2672 - Setting timouts to sane values 2015-01-20 14:35:58 -07:00
Chris Cowan
33559850c1 Fixing Binaries for Deployment
- Fixed the way the config parses the plugins
- Fixed scripts to load config from the right place in production
2015-01-19 14:29:05 -07:00
Chris Cowan
df957ac22e Configuring the public folder to react to which env it's running 2015-01-19 14:29:05 -07:00
Chris Cowan
0d1caa73a6 Adding command line options 2015-01-19 14:29:05 -07:00
Chris Cowan
e6d17d0641 Adding node.js server 2015-01-19 14:28:08 -07:00
Chris Cowan
26fed84187 Removing jruby server and gemfiles 2015-01-19 14:28:08 -07:00
Alex Brasetvik
fdda4eed7b Merge remote-tracking branch 'upstream/master' into basic-auth 2014-12-05 22:26:06 +01:00
Alex Brasetvik
cfd4f01b9c elasticsearch_ prefix consistency 2014-12-05 20:59:21 +01:00
Chris Cowan
6c17bf1c2f Changing verifySSL to verify_ssl 2014-12-01 15:18:51 -07:00
Chris Cowan
3a2a252155 Changing kibanaIndex and defaultAppId to their respective snake_case 2014-12-01 15:18:01 -07:00
Alex Brasetvik
f1de40ccf7 Prefix username/password with elasticsearch_ 2014-12-01 21:36:24 +01:00
Alex Brasetvik
bf4cfc22e8 Support connecting to Elasticsearch protected with basic auth 2014-11-29 16:03:24 +01:00
Frits Vlaanderen
10e88d18f3 Update kibana.yml
Spelling, interpunction
2014-11-22 10:40:47 +01:00
Honza Král
117b08575d Better phrasing for the verifySSL option's comment 2014-11-18 15:32:27 +01:00
Chris Cowan
f00ce7322d Closes #1530 - Added an option to verify the ssl certificate 2014-11-05 13:22:39 -07:00
Rashid Khan
e7989d3e9c Disable shard timeout when set to 0. 2014-11-05 08:47:54 -07:00
Rashid Khan
636d2fce18 Seperate shard_timeout and request_timeout, add warning notification of shard timeouts 2014-11-03 16:44:45 -07:00
Rashid Khan
6e039b75e5 Adding configurable timeouts 2014-11-03 11:12:50 -07:00
Spencer Alger
f80e25d63d Merge branch 'master' into plugins
Conflicts:
	src/kibana/components/agg_types/param_types/optioned.js
	src/kibana/plugins/visualize/editor/agg.js
	test/unit/index.html
2014-10-21 12:33:54 -07:00
Rashid Khan
7f63c9fef5 Merge pull request #1685 from rashidkpc/change/default-index
Change kibana-int to be .kibana, closes #1575
2014-10-15 15:05:07 -07:00
Chris Cowan
2185bb5675 Fixes #1677 - Adding the host binding default to the config 2014-10-15 14:52:58 -07:00
Rashid Khan
d461ab94ca Change kibana-int to be .kibana, closes #1575 2014-10-15 13:33:29 -07:00
Spencer Alger
7f1f5544a1 [server] serve plugins statically at '/plugins' 2014-10-14 15:37:07 -07:00
Spencer Alger
edc9fdc629 [plugins] move apps into plugins 2014-10-14 14:59:05 -07:00
James Yu
e3e10ec3dd typos 2014-10-09 13:05:52 -05:00
Chris Cowan
c678bbc7f1 Adding --version and fixing the config and command line options 2014-09-08 10:00:18 -07:00
Chris Cowan
28d7605685 Refactoring Directory Layout for Build Process
- Moving bower_componets to src/kibana
- Moving server to src/server
- Adjusting all the build scripts and tests
- Adding proxy for backend server to connect
- Adding build steps for jar and server
2014-09-08 10:00:16 -07:00
Chris Cowan
3bc216e27e Reworking the Puma server integration 2014-09-08 10:00:15 -07:00
Chris Cowan
156b597010 Adding --version and fixing the config and command line options 2014-09-08 10:00:15 -07:00
Chris Cowan
49017ee7cf Refactoring Directory Layout for Build Process
- Moving bower_componets to src/kibana
- Moving server to src/server
- Adjusting all the build scripts and tests
- Adding proxy for backend server to connect
- Adding build steps for jar and server
2014-09-08 09:59:29 -07:00