-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Better out-of-the-box mappings for logs, metrics and synthetics #64978
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
Changes from 1 commit
1100b95
dae84d6
90ca4b1
35d0727
ce72eef
2e130a5
7497f29
ce711a7
30e97b3
74cb397
67bed57
863bae7
5dc16be
9ea0a35
4707606
d6eb0af
4c04815
c9249b5
db58ab9
9950d8b
c4cb7fd
f7376e5
42c9f58
89eb06d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,6 +9,20 @@ | |
| "type": "keyword" | ||
| }, | ||
| "match_mapping_type": "string" | ||
| }, | ||
| "match_ip": { | ||
|
||
| "match_mapping_type": "string", | ||
| "path_match": "*.ip", | ||
| "mapping": { | ||
| "type": "ip" | ||
| } | ||
| }, | ||
ruflin marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "match_message": { | ||
| "match_mapping_type": "string", | ||
| "path_match": "*.message", | ||
| "mapping": { | ||
| "type": "text" | ||
ruflin marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| } | ||
| } | ||
| } | ||
| ], | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.