Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs be explicit on how to turn off deprecated auditing #37316

Conversation

albertzaharovits
Copy link
Contributor

@albertzaharovits albertzaharovits commented Jan 10, 2019

Just be explicit about turning off the deprecated audit log appender because we really want people to turn it off.

@albertzaharovits albertzaharovits added >docs General docs changes v7.0.0 :Security/Audit X-Pack Audit logging v6.7.0 labels Jan 10, 2019
@albertzaharovits albertzaharovits self-assigned this Jan 10, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-security

@lcawl
Copy link
Contributor

lcawl commented Jan 10, 2019

There were some formatting issues, so I added a commit.

PUT /_cluster/settings
{
"persistent": {
"logger.org.elasticsearch.xpack.security.audit.logfile.DeprecatedLoggingAuditTrail": "off"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

@albertzaharovits albertzaharovits Jan 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this is just configuring the logger via the dynamic settings API, as detailed in https://www.elastic.co/guide/en/elasticsearch/reference/current/logging.html#configuring-logging-levels .

@albertzaharovits
Copy link
Contributor Author

run gradle build build tests 2

@albertzaharovits
Copy link
Contributor Author

test this please

@albertzaharovits
Copy link
Contributor Author

albertzaharovits commented Jan 13, 2019

There were some formatting issues, so I added a commit.

ACK, Thanks Lisa!

@albertzaharovits
Copy link
Contributor Author

run gradle build tests 1

@albertzaharovits albertzaharovits merged commit a88c050 into elastic:master Jan 15, 2019
@albertzaharovits albertzaharovits deleted the be_explicit_about_double_audit_trails branch January 15, 2019 12:29
albertzaharovits added a commit that referenced this pull request Jan 15, 2019
Just be explicit about turning off the deprecated audit log appender
because we really want people to turn it off.
jasontedor added a commit to jasontedor/elasticsearch that referenced this pull request Jan 15, 2019
* elastic/master:
  Docs be explicit on how to turn off deprecated auditing (elastic#37316)
  Fix line length for monitor and remove suppressions (elastic#37456)
  Fix IndexShardTestCase.recoverReplica(IndexShard, IndexShard, boolean) (elastic#37414)
  Update the Flush API documentation (elastic#33551)
  [TEST] Muted testDifferentRolesMaintainPathOnRestart
  Remove dead code from ShardSearchStats (elastic#37421)
  Simplify testSendSnapshotSendsOps (elastic#37445)
  SQL: Fix issue with field names containing "." (elastic#37364)
  Restore lost @Inject annotation (elastic#37452)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>docs General docs changes :Security/Audit X-Pack Audit logging v6.7.0 v7.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants