Skip to content

Commit

Permalink
Update template settings
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Oct 5, 2023
1 parent 2fd5259 commit 190c6f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"limit": 1000
}
},
"number_of_shards": "1",
"number_of_replicas": "0",
"refresh_interval": "2s"
}
}
Expand Down
5 changes: 4 additions & 1 deletion ecs/vulnerability-detector/fields/template-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"total_fields": {
"limit": 2000
}
}
},
"number_of_shards": "1",
"number_of_replicas": "0",
"refresh_interval": "2s"
}
}
}
Expand Down

0 comments on commit 190c6f9

Please sign in to comment.