Sean Kilgore
a60c0b630a
docs: clarify address specification for telemetry
...
Earlier on this page, under `addresses`, we say "For TCP addresses, these should simply be an IP address without the port. For example: 10.0.0.1, not 10.0.0.1:8500." Since we expect the port to be included for `_address` for telemetry, call it out specifically.
2016-05-24 12:55:23 -07:00
Sean Chittenden
b20f86b4c7
Speling police
2016-05-15 09:13:52 -07:00
James Phillips
76b90ccb17
Fixes and clarifies the only_passing docs.
2016-04-27 14:55:38 -07:00
Sean Chittenden
515a42e733
Fix broken markdown
2016-04-20 18:46:01 -04:00
James Phillips
6182a34600
Merge pull request #1935 from hashicorp/f-reap-time
...
Makes reap time configurable for LAN and WAN.
2016-04-20 13:50:21 -07:00
James Phillips
bc6efbae18
Sets an anti-footgun floor for the configurable reap time.
2016-04-20 13:49:51 -07:00
James Phillips
07e9c09a58
Merge pull request #1891 from romansky/patch-1
...
clerify RPC usage
2016-04-12 02:10:15 -07:00
James Phillips
32389a9822
Makes reap time configurable for LAN and WAN.
2016-04-11 00:38:25 -07:00
Sean Chittenden
8156eb9953
Add a note re: pre-0.7 behavior
2016-03-31 18:06:58 -07:00
Sean Chittenden
9eaffc456f
skip_leave_on_int's default changes based on agent mode
...
`skip_leave_on_int`'s behavior now changes based on whether or not the agent is acting as a client or server.
Fixes: 1687
2016-03-31 17:45:14 -07:00
Roman Landenband
bb17b99dbe
fix correct RPC entity
2016-03-30 12:21:52 +03:00
Sean Chittenden
7603dcfd4b
Reword `udp_answer_limit` for the better.
2016-03-29 23:48:22 -07:00
Sean Chittenden
0bf0f2a1ab
Use industry jargon re: DNS round-robin
...
s/randomized DNS round-robin/round-robin DNS/
2016-03-29 23:07:42 -07:00
Sean Chittenden
64c1c12752
Whitespace, indent markdown correctly
2016-03-29 19:27:36 -07:00
Sean Chittenden
d1166307aa
Trim UDP responses per configuration
2016-03-29 19:27:21 -07:00
Sean Chittenden
f8a0e1fb1a
Merge branch 'b-dns-single-record' of ssh://github.com/hashicorp/consul into b-dns-single-record
...
# Conflicts:
# command/agent/dns.go
2016-03-29 19:24:53 -07:00
Sean Chittenden
a29f6e8c8f
Allow adjusting the number of DNS records in a response...
...
Based on work done by @fusiondog in #1583 , extend the concept to use an integer instead of a boolean.
Fixes : #1583 && #1481
2016-03-29 19:23:56 -07:00
Roman Landenband
f0c30e8d0f
clerify RPC usage
2016-03-29 15:10:28 +03:00
James Phillips
7ad0d9789f
Merge pull request #1839 from foxel/patch-1
...
Clarification for advertise_addrs.rpc
2016-03-21 16:14:17 -07:00
Sean Chittenden
5a40caf2a8
Update the docs slightly re: only_passing
...
Signed-off by: @slackpad
2016-03-21 16:07:56 -07:00
Wim
508bc796a8
Allow [::] as a bind address (binds to first public IPv6 address)
2016-03-18 23:59:44 +01:00
Miquel Sabaté Solà
314a0913e2
command: deprecated the -dc flag in the agent CLI
...
The `-dc` flag from the agent CLI command has been deprecated in favor of
`-datacenter`. This is done this way because:
- Other CLI commands used `-datacenter`. See: event, exec and watch.
- The agent configuration file uses `datacenter`.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
2016-03-18 15:44:35 +01:00
Andrey Kupreychik
d3bce2b1af
Clarification for advertise_addrs.rpc
...
Clarification for advertise_addrs.rpc as it sets the server RPC port (default 8300)
2016-03-16 12:10:54 +05:00
James Phillips
ae7b45a6df
Merge pull request #1820 from hashicorp/f-port-docs
...
Adds a reference to the network ports from the security guide.
2016-03-09 21:22:41 -08:00
James Phillips
b2992a5e83
Adds a reference to the network ports from the security page.
2016-03-09 21:21:49 -08:00
Igor Dubinskiy
8a877c44eb
Fix doc typo
2016-03-09 12:41:49 -08:00
Igor Dubinskiy
f4edb28ef3
Make sure UDP DNS responses aren't larger than allowed
2016-03-07 16:41:17 -08:00
James Phillips
807769e6bd
Tweaks the address and advertise docs.
2016-03-01 13:01:13 -08:00
Michael Crilly
b90e77421a
TLS example and correcting error
...
The example configuration file omits TLS support in the HTTP API. This is fine, but a second example demonstrating how to enable TLS over the HTTP API is harmless and, in fact, should be default practice.
Using the format `ip:port` in the "addresses" block will cause Consul to crash on reload/start. See issue (#1727 )[https://github.com/hashicorp/consul/issues/1727#issuecomment-184980751 ]
2016-02-17 15:24:37 +10:00
Sean Chittenden
66feca5b5f
Allow adjusting the number of DNS records in a response...
...
Based on work done by @fusiondog in #1583 , extend the concept to use an integer instead of a boolean.
Fixes : #1583 && #1481
2016-02-12 12:18:25 -08:00
James Phillips
800910137d
Adds documentation for WAN address translation.
2016-02-07 11:12:19 -08:00
James Phillips
4b3dede0fb
Tweaks the telemetry docs.
2016-02-06 22:07:11 -08:00
Nate Brown
541a98c9c7
Option to disable hostnames from telemetry
2016-01-29 13:44:48 -08:00
Seth Vargo
dc9131a732
Use HTTPS + www. where appropriate
2016-01-13 17:44:01 -05:00
James Phillips
55970248bc
Tweaks wording of reap config option section.
2016-01-06 22:29:03 -08:00
James Phillips
df361afed5
Merge pull request #1550 from hashicorp/f-devmode
...
Add a `-dev` mode for easy prototyping
2016-01-05 10:01:41 -08:00
Ryan Uber
579a08ec20
website: add docs for dev mode
2015-12-27 09:45:59 -06:00
Alvaro Miranda
92f0164f97
fix identation on statsd_addr
...
ditto
2015-12-27 18:19:31 +13:00
Ryan Uber
0fabf273e6
website: document the static ui flag
2015-12-24 22:21:34 -05:00
James Phillips
e1d456a079
Changes sense of option to "reap" and uses nil for "not set".
2015-12-22 10:28:10 -08:00
James Phillips
1e4aa28c9d
Adds child process reaping when Consul is running as PID 1.
2015-12-21 21:47:35 -08:00
James Phillips
43808ca120
Clarifies format of stats aggregator configurations as host:port.
2015-12-18 22:53:55 -08:00
Sep Nasiri
d644ede899
Change example filename to use .json instead of .js
...
Since only .json files are loaded using .js as an example here is confusing.
2015-12-08 18:42:32 -08:00
talwai
3d64189bfa
Add DogStatsD configuration options to documentation source
2015-11-11 14:30:37 -05:00
Cameron Stokes
46021ab4b4
Clarify format of the -atlas agent option.
2015-10-27 14:21:05 -07:00
Anthony Scalisi
8d733b7fca
remove various typos
2015-09-11 12:29:54 -07:00
Ryan Breen
a013095f62
Merge pull request #1167 from railsguru/master
...
Add -http-port option to change the HTTP API port
2015-09-02 01:15:55 -04:00
Andy Lo-A-Foe
46e614ae70
Position it alphabetically
2015-09-02 06:28:55 +02:00
Andy Lo-A-Foe
e9ee1f9bea
Update agent options section on the website
2015-09-02 05:36:09 +02:00
Ryan Uber
10c38f8c3a
website: document precedence of Atlas endpoint inputs
2015-08-27 17:54:56 -07:00
Ryan Uber
d9210f4a0c
website: document atlas endpoint config
2015-08-27 11:31:29 -07:00
Ryan Uber
e533789088
website: add atlas token/infra to reloadable config
2015-08-25 17:21:29 -07:00
ketzacoatl
efc2d316c1
Minor improvement to `acl_master_token` docs
...
Confirm the expected format, and what happens if not provided.
2015-07-01 15:34:35 -04:00
Hans Hasselberg
4598087df3
Implement advertise_addrs for SerfLan, SerfWan and RPC.
...
Fixes #550 .
This will make it possible to configure the advertised adresses for
SerfLan, SerfWan and RPC. It will enable multiple consul clients on a
single host which is very useful in a container environment.
This option might override advertise_addr and advertise_addr_wan
depending on the configuration.
It will be configureable with advertise_addrs. Example:
{
"advertise_addrs": {
"serf_lan": "10.0.120.91:4424",
"serf_wan": "201.20.10.61:4423",
"rpc": "10.20.10.61:4424"
}
}
2015-06-23 21:23:45 +02:00
Armon Dadgar
97c87f4e4d
website: document the new TLS changes
2015-05-11 16:22:10 -07:00
Cameron Ruatta
dfbd466c71
Adding docs about configuration directory sub-directories
2015-05-11 10:36:50 -07:00
Cameron Ruatta
0b9bc7d2f5
Adding documentation about specifying multiple configuration directories
2015-05-11 10:19:04 -07:00
Armon Dadgar
efaed93b91
Merge pull request #816 from pepov/master
...
Support different advertise address for WAN gossip
2015-05-04 15:40:25 -07:00
Ryan Uber
8ae6790b33
website: document statsite_prefix option
2015-05-03 16:54:19 -07:00
Ryan Uber
b18d75120c
website: fix typo
2015-04-08 09:59:23 -07:00
Ryan Breen
a817a398dc
Website: GH-831, mention that https port must be specified to start an https listener.
2015-04-03 22:12:00 -04:00
pepov
14c8c86fee
update the docs: add advertise-wan cli and advertise_addr_wan json config
2015-03-28 16:08:20 +01:00
Ryan Uber
57da15e049
website: document minimum session TTL setting
2015-03-27 11:34:27 -07:00
Johannes 'fish' Ziemke
78cde71a22
Add -domain command line flag to agent
...
This makes it possible to configure the domain on the command line
additionally to the config file.
2015-03-20 16:05:41 +01:00
tummychow
e83598b043
Add doc notes for HTTPS API
...
- the HTTPS API address can be configured just like any other address
- the verify_incoming setting also applies to the HTTPS API
2015-03-18 16:08:41 -07:00
Ryan Breen
ad7d1b3090
Website: GH-747 change acl_master token to acl_master_token
2015-03-03 11:46:57 -05:00
Ryan Breen
ce93505a16
Website: GH-747 Add docs on acl_master_token installation.
2015-03-03 11:33:49 -05:00
Ryan Breen
87fccbc40c
Website: Add links to options and commands referenced in docs/agent/basics.html and docs/guide/bootstrapping.html.
2015-02-24 14:11:11 -05:00
Ryan Breen
559084724a
Manually specify anchors for each LI in options.html. This is necessary because the middleman-hashicorp logic only inserts anchors if the body of the LI contains no links. For consistent presentation, we need to specify all anchors rather than relying on middleman.
2015-02-24 12:30:17 -05:00
Ryan Breen
d205512336
Website: /docs/agent/options Fix internal links in options.html to match the anchors created by middleman-hashicorp.
2015-02-23 15:34:46 -05:00
Ryan Breen
3f17f30691
Merge branch 'master' of github.com:hashicorp/consul
2015-02-23 14:45:00 -05:00
Ryan Breen
8ff0368aa4
Website: docs/agent/options.html Fix config-file reference.
2015-02-23 14:44:31 -05:00
Ryan Uber
bb85d6f331
website: document -recursor arg for agent cli
2015-02-23 10:43:15 -08:00
Ryan Breen
53afd77e2d
s/data center/datacenter/g
2015-02-19 17:45:47 -05:00
Armon Dadgar
441b940280
website: Document new options
2015-02-18 15:15:01 -08:00
Ryan Breen
e13bc41d3f
Website: add some missing intra-page links in docs/agent/options
2015-02-16 20:51:04 -05:00
Ryan Breen
45a9c231be
Website: clean up a few intra-page links in docs/agent/options
2015-02-16 20:42:21 -05:00
Ryan Breen
61f1955c31
Website: add intra-page links in docs/agent/options
2015-02-16 19:48:49 -05:00
Ryan Breen
5634061a9f
Website: finalize edits for configuration file options in docs/agent/options.
2015-02-15 00:47:52 -05:00
Ryan Breen
9912be7e5f
Website: edits for configuration file options in docs/agent/options.
2015-02-15 00:43:01 -05:00
Ryan Breen
5cfed30179
Website: tweak cleanup for the docs/agent/options Command-line options section.
2015-02-13 15:19:17 -05:00
Ryan Breen
f234f1af67
Website: cleanup for the docs/agent/options Command-line options section.
2015-02-13 14:58:05 -05:00
Ryan Uber
c61aa2e56c
website: add notice about socket permission portability
2015-01-20 19:16:17 -08:00
Ryan Uber
6b554f5370
website: document unix_sockets config
2015-01-20 16:29:22 -08:00
Ryan Uber
8ded1063db
website: update docs for agent socket options
2015-01-16 13:06:49 -08:00
Ryan Uber
61d2f71d14
agent: only ignore errors on IsNotExist()
2015-01-16 09:14:52 -08:00
Jeff Mitchell
9777ac55e6
Update option text to describe how to use Unix listening sockets.
2015-01-14 20:22:59 +00:00
Evan Broder
b5e1de165b
Add "only_passing" option to DNS config
...
This excludes nodes from DNS results if their healthchecks are in any
non-passing state, not just if they're critical.
2015-01-10 13:17:11 +01:00
Armon Dadgar
1088a5c170
Merge pull request #558 from ceh/http-api-response-headers
...
add ability to specify response headers on the HTTP API
2015-01-05 11:36:08 -08:00
Emil Hessman
4461c750bb
website: fix typo, casing and links
...
Fix typo in Leader Election guide: s/blog/blob/
Also fix various casing issues and prefer HTTPS links
for HashiCorp projects.
2015-01-04 12:58:58 +01:00
Emil Hessman
db23a3f0e9
add ability to specify response headers on the HTTP API
...
Add an config object that allows adding HTTP header response fields to every
HTTP API response.
Each specified header is added to every response from all HTTP API endpoints.
Each individual endpoint may overwrite the specified header, which makes sure
that Consul headers such as 'X-Consul-Index' is enforced by the API.
2014-12-28 19:17:08 +01:00
Ryan Uber
58ba650cb0
website: Improve docs for reloading config. Fixes #407
2014-11-25 19:03:14 -08:00
Ryan Uber
196cbd27b2
agent: ignore -encrypt if provided when keyring exists
2014-11-19 16:37:40 -08:00
Ryan Uber
9217e371bc
website: document new behavior of the -encrypt option
2014-11-19 16:36:01 -08:00
Ryan Uber
bb06d5ccb8
website: remove keyring persistence options from agent page
2014-11-19 16:31:06 -08:00
Ryan Uber
d8f513f6d6
website: update consul keys documentation
2014-11-19 16:30:22 -08:00
Armon Dadgar
dd41c69389
Merge pull request #478 from amalaviy/https
...
Added HTTPS support via a new HTTPS Port configuration option
2014-11-19 11:17:10 -08:00
Atin Malaviya
46178dbb37
Change names to StartJoinWan, RetryJoinWan etc
2014-11-17 17:14:59 -05:00
Atin Malaviya
59a68ecc26
Added HTTPS support via a new HTTPS Port configuration option similar to the HTTP Port.
2014-11-17 14:29:35 -05:00
Atin Malaviya
df8d099f49
Add start-wan-join, retry-wan-join and related configuration options and commandline options
2014-11-14 10:56:39 -05:00