Skip to content
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

chore: bump index.max_docvalue_fields_search #375

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions logsearch-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ instance_groups:
- 'suppress gen_id 1, sig_id 41495, track by_src, ip 127.0.0.1'
- 'suppress gen_id 1, sig_id 58741'
- 'drop tcp $EXTERNAL_NET any -> $HOME_NET $HTTP_PORTS (msg:"SERVER-OTHER Apache Log4j logging remote code execution attempt"; flow:to_server,established; content:"${"; fast_pattern:only; http_client_body; pcre:"/\x24\x7b.{0,200}(%(25)?24|\x24)(%(25)?7b|\x7b).{0,200}(%(25)?3a|\x3a)(%(25)?(27|2d|5c|22)|[\x27\x2d\x5c\x22])*([jndi\x7d\x3a\x2d]|(%(25)?(7d|3a|2d))|(%(25)?5c|\x5c)u00[a-f0-9]{2}){1,4}(%(25)?(22|27)|[\x22\x27])?(%(25)?(3a|7d)|[\x3a\x7djndi])/Pi"; metadata:policy balanced-ips drop, policy connectivity-ips drop, policy max-detect-ips drop, policy security-ips drop, ruleset community, service http; reference:cve,2021-44228; reference:cve,2021-44832; reference:cve,2021-45046; reference:cve,2021-45105; classtype:attempted-user; sid:58741000; rev:6;)'

persistent_disk_type: logsearch_es_master
stemcell: default
azs: [z1]
Expand Down Expand Up @@ -148,7 +147,7 @@ instance_groups:
app_index_settings:
index.mapping.total_fields.limit: 2000
index.queries.cache.enabled: "false"
index.max_docvalue_fields_search: 500
index.max_docvalue_fields_search: 600
base_index_component_name: index-mappings-lfc
app_index_component_name: index-mappings-app-lfc
platform_index_component_name: index-mappings-platform-lfc
Expand Down