LOTC-677: Add TrafficPeak Bot Insights SIEM assets#136
Open
kevinborkman-hub wants to merge 18 commits intomainfrom
Open
LOTC-677: Add TrafficPeak Bot Insights SIEM assets#136kevinborkman-hub wants to merge 18 commits intomainfrom
kevinborkman-hub wants to merge 18 commits intomainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8b57a1f to
e6e8b2e
Compare
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
kcorbett-hdx
previously approved these changes
Apr 8, 2026
kcorbett-hdx
previously approved these changes
Apr 8, 2026
…bot-insights-siem
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
These computed columns are required by the summary SQL but were missing from the raw transform's sql_transform and output_columns. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Hourly summary had extra columns (ai_category, is_bot_traffic, status, host, country, city, asn, bytes) not present in the transform. Updated from upstream cac-tools repo which simplified all three summaries to the same column set. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ClickHouse rejected "botScoreRange: multiIf(...)" — the colon named expression syntax isn't valid in this context. Changed both resource_category and botScoreRange to use "multiIf(...) AS column" to match the existing transform style. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
kcorbett-hdx
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Jira
LOTC-677
Test plan
🤖 Generated with Claude Code