Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
metric-from-logs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
public-items
metric-from-logs
Commits
91b4d1ef
Commit
91b4d1ef
authored
May 19, 2018
by
Alcides Viamontes E
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added the mapping as well
parent
db17a8d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
0 deletions
+46
-0
mapping/es_default_mapping_template.json
mapping/es_default_mapping_template.json
+46
-0
No files found.
mapping/es_default_mapping_template.json
0 → 100644
View file @
91b4d1ef
{
"template"
:
"logstash-*"
,
"version"
:
50001
,
"mappings"
:
{
"_default_"
:
{
"properties"
:
{
"@timestamp"
:
{
"type"
:
"date"
},
"@version"
:
{
"type"
:
"keyword"
},
"uploaded_msg_count"
:
{
"type"
:
"integer"
},
"message"
:
{
"norms"
:
false
,
"type"
:
"text"
}
}
},
"doc"
:
{
"properties"
:
{
"@timestamp"
:
{
"type"
:
"date"
},
"@version"
:
{
"type"
:
"keyword"
},
"uploaded_msg_count"
:
{
"type"
:
"integer"
},
"message"
:
{
"norms"
:
false
,
"type"
:
"text"
}
}
}
},
"settings"
:
{
"index"
:
{
"refresh_interval"
:
"5s"
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment