forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up and align central config for APM Agents (elastic#150414)
Clean up and align central config for APM Agents --------- Co-authored-by: kibanamachine <[email protected]>
- Loading branch information
1 parent
cbda999
commit 1a91f30
Showing
4 changed files
with
344 additions
and
8 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
x-pack/plugins/apm/common/agent_configuration/runtime_types/log_ecs_reformatting_rt.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/* | ||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
* or more contributor license agreements. Licensed under the Elastic License | ||
* 2.0; you may not use this file except in compliance with the Elastic License | ||
* 2.0. | ||
*/ | ||
|
||
import * as t from 'io-ts'; | ||
|
||
export const logEcsReformattingRt = t.union([ | ||
t.literal('off'), | ||
t.literal('shade'), | ||
t.literal('replace'), | ||
t.literal('override'), | ||
]); |
80 changes: 80 additions & 0 deletions
80
...ugins/apm/common/agent_configuration/setting_definitions/__snapshots__/index.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.