Commit graph

32 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
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 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
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 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 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 1979a79141 Closes #2672 - Setting timouts to sane values 2015-01-20 14:35:58 -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 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 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