Skip to content

Commit

Permalink
Add custom system component
Browse files Browse the repository at this point in the history
  • Loading branch information
weslambert committed Jul 31, 2024
1 parent fb2a42a commit 9264a03
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions salt/elasticsearch/templates/component/so/so-system-mappings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"template": {
"mappings": {
"properties": {
"host": {
"properties":{
"ip": {
"type": "ip"
}
}
},
"related": {
"properties":{
"ip": {
"type": "ip"
}
}
},
"source": {
"properties":{
"ip": {
"type": "ip"
}
}
}
}
}
}
}

0 comments on commit 9264a03

Please sign in to comment.