Phillip Webb
18dcf31aa6
Polish documentation formatting
2017-01-03 17:24:37 -08:00
Vedran Pavic
2f1e4f0c02
Add MVC and JMX endpoints to retrieve audit events
...
Add MVC and JMX specific endpoints that allow audit events to be
retrieved.
See gh-6579
2017-01-02 19:20:35 -08:00
Stephane Nicoll
e002e03b3e
Merge branch '1.4.x' into 1.5.x
2016-12-14 19:09:18 +01:00
Johannes Harth
9746c63209
Update production-ready-features.adoc
...
Replace line break with missing line fold "\\\n" to continue the property
value.
Closes gh-7596
2016-12-14 19:06:39 +01:00
Andy Wilkinson
9f1e90d3c0
Merge branch '1.4.x' into 1.5.x
2016-12-01 13:30:25 +00:00
Andy Wilkinson
36981259a5
Document that CRaSH commands written in Java are not supported
...
Closes gh-7471
2016-12-01 13:29:49 +00:00
Johnny Lim
8038882d46
Polish
...
Closes gh-7403
2016-11-16 13:36:51 -08:00
Ben Hale
00099552db
Add Logger actuator documentation
...
Add Actuator and Reference documentation for the `/logger` endpoint.
This documentation includes information on listing, reading, and
modifying the configuration of loggers.
Closes gh-7390
See gh-7086
2016-11-15 17:47:15 -08:00
Stephane Nicoll
c4d8fb1c09
Merge branch '1.4.x' into 1.5.x
2016-10-30 10:59:02 +01:00
Stephane Nicoll
6d50e26b70
Polish contribution
...
Closes gh-7215
2016-10-30 10:57:58 +01:00
Johnny Lim
1546cd4072
Update documentation on Actuator hypermedia support
...
Spring Boot Actuator hypermedia support has been disabled by default via
c7c685f
, but its documentation wasn't updated.
This commit updates the documentation related to the change.
See gh-7215
2016-10-30 10:57:27 +01:00
Stephane Nicoll
cfee9bab81
Deprecate remote shell support
...
Closes gh-7044
2016-10-11 17:39:28 +02:00
Stephane Nicoll
0233455612
Merge branch '1.3.x'
2016-09-09 07:43:41 +02:00
Huang YunKun
9cb269d14d
Trace endpoint defaults to 100
...
Closes gh-6847
2016-09-09 07:42:56 +02:00
Andy Wilkinson
48596dfbde
Document workaround for CRaSH's limited class path scanning
...
Closes gh-6384
2016-07-18 12:11:45 +01:00
Stephane Nicoll
a72e494896
Merge branch '1.3.x'
2016-07-11 11:08:52 +02:00
Stephane Nicoll
78879f4bdb
Fix documentation
...
Closes gh-6358
2016-07-11 11:08:36 +02:00
Phillip Webb
b5df4f8d08
Merge branch '1.3.x'
2016-07-03 21:55:38 -07:00
Phillip Webb
e452373c04
Fix imports in health sample documentation
...
Fixes gh-6312
2016-07-03 21:52:57 -07:00
Phillip Webb
2583a534e6
Document heapdump endpoint
...
See gh-5670
2016-07-02 11:15:47 -07:00
Johnny Lim
5bc9d5b380
Polish
...
Closes gh-6244
2016-06-29 08:08:53 +02:00
Andy Wilkinson
618535f576
Polish “Allow management server SSL to be configured independently”
...
This commit polishes b0fbc7e, throwing an exception when an attempt is
made to configure management-specific SSL without also configuring a
custom management port. The testing of management-specific SSL
configuration has also been improved.
See gh-6057
Closes gh-4810
2016-06-27 13:24:42 +01:00
Stephane Nicoll
b02aba4c75
Polish contribution
...
Closes gh-5074
2016-05-23 17:38:45 +02:00
Vedran Pavic
20fa1b3b48
Support configuration of multiple management roles
...
Closes gh-5045
2016-05-23 17:15:44 +02:00
Stephane Nicoll
4213c1575a
Polish doc
...
Closes gh-5999
2016-05-20 13:00:08 +02:00
Stephane Nicoll
6698af08df
Replace Starter POM to Starter in the documentation
...
"Starter POM" is a confusing term as it implies the starter may be a
POM while it's actually a jar artifact like any other dependency. To
reduce the confusion (especially in the way such starter should be
declared in the build), the term Starter POM has been renamed to Starter.
Closes gh-5966
2016-05-18 08:55:42 +02:00
Stephane Nicoll
21536f64e1
Polish info contributor feature
...
This commit improves the `InfoContributor` infrastructure as follows:
* `InfoEndpoint` no longer breaks its public API and returns a Map as
before
* `Info` is now immutable
* All properties of the build are now displayed. Since we control the
generation of that file, there is no longer a mode to restrict what's
shown
* Build info is now generated in `META-INF/build-info.properties` by
default
Closes gh-5734
2016-05-06 10:52:26 +02:00
Johnny Lim
db2092e27d
Polish
...
Closes gh-5798
2016-04-26 08:17:13 +02:00
Andy Wilkinson
1da9e4d80a
Merge branch '1.3.x'
2016-04-18 17:42:44 +01:00
Andy Wilkinson
432969e61e
Correct documented spring.factories key for management context config
...
Closes gh-5664
2016-04-18 17:41:44 +01:00
Stephane Nicoll
cc0fc07c0e
Move `shell.*` to `management.shell.*`
...
This commit moves the `shell` namespace to `management.shell`
Closes gh-5703
2016-04-15 18:12:35 +02:00
Johnny Lim
030096c490
Polish
...
Closes gh-5661
2016-04-12 07:41:09 +02:00
Stephane Nicoll
18d53d1c5b
Info contributor documentation
...
This commit documents the new `InfoContributor` infrastructure.
Closes gh-2559
2016-03-24 14:31:02 +01:00
Andy Wilkinson
b1afd091c2
Document log file endpoint's support for using Range header
...
Closes gh-5062
2016-02-24 10:56:32 +00:00
Andy Wilkinson
860a9b94ea
Add the docs endpoint to the table of Actuator endpoints
...
Closes gh-4597
2015-12-16 10:42:55 +00:00
Stephane Nicoll
cbfdfb463e
Fix indent
...
See gh-4712
2015-12-09 11:40:14 +01:00
Stephane Nicoll
d4545b4d7f
Add reference to nonheap metrics
...
See gh-4712
2015-12-09 11:39:10 +01:00
cornelcreanga@yahoo.com
1e9d4a22c2
Document how to use Actuator with Jersey
...
Closes gh-4577
2015-12-03 11:33:43 +00:00
Stephane Nicoll
754642e0cf
Document HealthIndicator naming convention
...
Closes gh-4602
2015-11-27 17:21:15 +01:00
Tommy Ludwig
d8247657a0
Auto-configure CassandraHealthIndicator
...
Add auto-configuration for the CassandraHealthIndicator. Also update
the implementation to use CassandraOperations rather than
CassandraAdminOperations.
Closes gh-4409
2015-11-10 13:49:39 -08:00
Phillip Webb
8c642bec74
Support global endpoint.sensitive override
...
Add support for an `endpoint.sensitive` property that can be used to
override the endpoint `sensitive` default.
Fixes gh-4419
2015-11-09 22:25:12 -08:00
Vedran Pavic
a0c696b17b
Allow security AuditListener overrides
...
Introduce `AbstractAuthenticationAuditListener` and
`AbstractAuthorizationAuditListener` classes so that users can
extended them to replace the auto-configured defaults.
Closes gh-4406
2015-11-09 13:51:30 -08:00
Stephane Nicoll
bd8521c1ab
Polish contribution
...
Closes gh-4356
2015-11-06 09:24:08 +01:00
Phillip Webb
6c2ea4648f
Polish
2015-11-03 20:36:20 -08:00
Dave Syer
f3a2c1f4ac
More clarification in metrics export docs
2015-10-31 16:13:41 +00:00
Dave Syer
40f3bed54b
Catch up open tsdb docs
2015-10-31 16:11:55 +00:00
Johnny Lim
e2a8fc461c
Polish docs
...
Closes gh-4328
2015-10-28 17:51:32 +01:00
Vedran Pavic
acf6f2193b
Fix HTTP health endpoint access restrictions table layout
...
Closes gh-4304
2015-10-27 11:19:34 +00:00
Stephane Nicoll
fdf75d3ede
Document Actuator's CORS support
...
Closes gh-3010
2015-10-27 11:41:30 +01:00
Johnny Lim
396bea22b9
Polish docs
...
See gh-4309
2015-10-27 08:58:12 +01:00