welchwilmerck
0fa01cf876
Issue 294 - lookup runs on control machine
2017-08-16 13:20:57 -04:00
Dale McDiarmid
b93493733d
Fix for proxy settings into env var
2017-08-15 14:48:12 +01:00
Dale McDiarmid
911b2df9ac
Test for plugin on standard
2017-08-15 14:31:56 +01:00
Dale McDiarmid
381ab57ab9
Merge pull request #299 from obalyuk87/master
...
fixed duplicate configuration in README
2017-08-15 10:02:54 +01:00
Dale McDiarmid
c2b8f65deb
Moving to https for instructions
2017-08-14 17:13:53 +01:00
Dale McDiarmid
4d18c06283
Readme update re plugins
2017-08-14 16:21:02 +01:00
Jakob Reiter
8baa7318bb
Revert "fix version and add missing whitespace"
2017-05-11 12:27:45 +02:00
David Kleuker
2ec60261d6
fix version and add missing whitespace
2017-05-10 13:59:56 +02:00
obalyuk87
e754c2645f
fixed duplicate configuration in settings block
...
sample warnings...
[obalyuk@obalyuk-t450s elk]$ ansible-playbook -i hosts elastic-setup.yml
[WARNING]: While constructing a mapping from /home/obalyuk/Projects/misc-scripts/ansible/elk/elastic-setup.yml, line 23, column 5, found a duplicate dict key (es_scripts). Using last defined value only.
[WARNING]: While constructing a mapping from /home/obalyuk/Projects/misc-scripts/ansible/elk/elastic-setup.yml, line 23, column 5, found a duplicate dict key (es_templates). Using last defined value only.
[WARNING]: While constructing a mapping from /home/obalyuk/Projects/misc-scripts/ansible/elk/elastic-setup.yml, line 23, column 5, found a duplicate dict key (es_version_lock). Using last defined value only.
2017-05-03 23:28:40 -04:00
Jonathan Strootman
356943d87b
Added badge for Ansible Galaxy
2017-02-13 12:46:01 -07:00
Dale McDiarmid
72ba86df93
Update README.md
2017-01-18 12:28:19 +00:00
Dale McDiarmid
c294110a6b
Documentation updates for plugins and multi node usage
2017-01-18 11:40:19 +00:00
Dale McDiarmid
b9c9fd109e
set api port in config test + doc clarification
2017-01-17 15:19:50 +00:00
Dale McDiarmid
42c84e07a2
Updated debian scripts
2017-01-17 11:00:25 +00:00
Dale McDiarmid
fedccafb67
remove work dir for 5.x
2017-01-17 10:50:19 +00:00
Dale McDiarmid
c22ace11e0
Remove java opts in favour of es_jvm_options + allow max_map_count to be set. docs updated
2017-01-17 10:48:26 +00:00
Dale McDiarmid
3b0c47333c
Doc cleanup
2017-01-16 12:33:06 +00:00
Dale McDiarmid
75d750a43e
Protect reserved elastic user + doc clarification on configuring native realm
2017-01-16 12:32:03 +00:00
Dale McDiarmid
0656a19501
Reporting should not be declared as x-pack feature
2017-01-16 12:19:22 +00:00
Dale McDiarmid
dcbebf79c6
Multi cast removed
2017-01-16 11:18:45 +00:00
Dale McDiarmid
4edc56f104
Move to memory_lock
2017-01-16 10:40:01 +00:00
Dale McDiarmid
661ec80447
move to 5.1.2
2017-01-13 12:18:33 +00:00
Dale McDiarmid
f664580ce6
Ability to disable x-pack features
2017-01-11 13:16:07 +00:00
Dale McDiarmid
197cf05a0e
Shield to Security and other X-Pack clear up
2017-01-11 13:02:23 +00:00
Dale McDiarmid
dffb17e59a
Tests moved to 5.x
2017-01-06 11:34:19 +00:00
Dale McDiarmid
41c17cf8f2
Clearer readme
2017-01-06 11:05:39 +00:00
Dale McDiarmid
d8d78f3375
Readme fix for 5.x
2017-01-06 11:03:12 +00:00
Dale McDiarmid
e118e94c38
clarification
2017-01-05 15:29:15 +00:00
Dale McDiarmid
ecadca4ca6
X-Pack docs
2017-01-05 15:27:18 +00:00
Dale McDiarmid
36613a947e
Bump to 2.4.3
2017-01-05 15:02:25 +00:00
Dale McDiarmid
7794ab7f50
Use api_host, api_port consistently + doc updates. Removal of 1.x testing, centos6 and debian 7
2017-01-03 15:53:10 +00:00
Thierno IB. BARRY
f3056c7a1d
manage ES_JAVA_OPTS in template
2016-10-07 15:09:48 +02:00
Dale McDiarmid
9985b287d0
Readme for questions
2016-09-19 13:05:26 +01:00
Dale McDiarmid
dad4ce7512
Version changes
2016-08-29 16:51:02 +01:00
Dale McDiarmid
ab592724d8
Initial Shield support + latest gems + single plugin dir + new port/host vars
2016-07-22 23:44:27 +01:00
Dale McDiarmid
6f968bd789
New params in docs
2016-07-20 15:06:46 +01:00
Jonathan Strootman
250b0de300
Updated README with statement about ansible tags
2016-05-03 09:56:16 -07:00
Will Winder
fee6270f66
Make an example in the README more readable.
2016-04-20 11:45:29 -04:00
gingerwizard
7d94121017
Merge pull request #75 from LaneCommunityCollege/optional_user
...
For #36 - Add support for creating optional elasticsearch user and group
2016-04-16 12:30:46 +01:00
David Reagan
8393b86a27
Added support for optionally creating the elasticsearch user and group before installing elasticsearch.
...
Renamed vars, set the tasks to use the es_user and es_group vars in elasticsearch-optional-user.yml. Modifed README.md to list the es_user_id and es_group_id vars, made note that both vars are required if they are used. Removed the commented out instances of the vars in defaults/main.yml.
Added es_user, es_group, es_user_id, es_group_id vars to config testing.
Made conditionals use explicit 'is defined' test.
Add tests for es_user_id and es_group_id.
Update defaults/main.yml and test/integration/config.yml to match master plus test config additions.
2016-04-13 09:42:12 -07:00
Dale McDiarmid
1514687034
Cluster Name documentation was wrong - es_cluster_name is not supported. Use config map
2016-04-04 18:29:06 +01:00
Dale McDiarmid
bc4ee9e0f1
Better error handling for plugin install and test for removal of logging.yml
2016-03-21 22:36:22 +00:00
gingerwizard
3c5adf9961
Merge pull request #60 from barryib/add-proxy-for-plugins-installation
...
Define a proxy for plugin installation
2016-03-21 21:57:59 +00:00
Dale McDiarmid
0fd1f34852
Fixes issue 70, Improves plugin management, Refactoring, Updates tests, Introduces multiple data dir support
2016-03-18 19:30:11 +00:00
Jonathan Strootman
cea242ff3c
Updated README for template/script fileglobs
...
Issue #57
2016-03-09 16:55:48 -07:00
Jakob Reiter
492fdc3750
Fixed discovery.zen.ping.unicast.hosts example. <host>:<port> didn't work without code formating.
2016-02-06 13:00:30 +01:00
Jakob Reiter
504dded158
Fixed ubuntu 14.04 version typo
2016-02-06 12:53:14 +01:00
Thierno IB. BARRY
3f213a3b64
Define a proxy for plugin installation
...
Address the issue [ansible-elasticsearch
#4 ](https://github.com/elastic/ansible-elasticsearch/issues/4 ) which
add proxy for plugin installation and more generally es_proxy_host and
es_proxy_port for global usage.
Right now, it’s only used for plugins installation. In the futur, it
can be used (or defined) in the java_opts within the default file for
instance (elasticsearch.j2)
2016-01-27 17:37:07 +01:00
Dale McDiarmid
4aee0098ce
Changes to restart correctly on multi node install
2016-01-15 22:13:51 +00:00
Robin Clarke
0767456e22
Clearer documentation around 2.x version selection
2016-01-11 14:28:01 +01:00