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

[RuleName]Rule.config Support #679

Open
nsano-rururu opened this issue Jan 3, 2025 · 0 comments
Open

[RuleName]Rule.config Support #679

nsano-rururu opened this issue Jan 3, 2025 · 0 comments
Assignees
Labels
2.0.1 enhancement New feature or request
Milestone

Comments

@nsano-rururu
Copy link
Collaborator

nsano-rururu commented Jan 3, 2025

  • src/store/config/index.js
  • src/store/configs.js
  • tests/unit/mockData/alert/ruleDataAlerta.js
  • tests/unit/mockData/alert/ruleDataAlerta002.js
  • tests/unit/mockData/alert/ruleDataAlertaOpt.js
  • tests/unit/mockData/alert/ruleDataAlertmanager.js
  • tests/unit/mockData/alert/ruleDataAlertmanager002.js
  • tests/unit/mockData/alert/ruleDataChatwork.js
  • tests/unit/mockData/alert/ruleDataCommand.js
  • tests/unit/mockData/alert/ruleDataDatadog.js
  • tests/unit/mockData/alert/ruleDataDingtalk.js
  • tests/unit/mockData/alert/ruleDataDingtalk002.js
  • tests/unit/mockData/alert/ruleDataDingtalk003.js
  • tests/unit/mockData/alert/ruleDataDingtalk004.js
  • tests/unit/mockData/alert/ruleDataDiscord.js
  • tests/unit/mockData/alert/ruleDataDiscordOpt.js
  • tests/unit/mockData/alert/ruleDataEmail.js
  • tests/unit/mockData/alert/ruleDataEmail002.js
  • tests/unit/mockData/alert/ruleDataExotel.js
  • tests/unit/mockData/alert/ruleDataGelf001.js
  • tests/unit/mockData/alert/ruleDataGelf002.js
  • tests/unit/mockData/alert/ruleDataGitter.js
  • tests/unit/mockData/alert/ruleDataGitterOpt.js
  • tests/unit/mockData/alert/ruleDataGoogleChat.js
  • tests/unit/mockData/alert/ruleDataGoogleChat002.js
  • tests/unit/mockData/alert/ruleDataHttpPost.js
  • tests/unit/mockData/alert/ruleDataHttpPost002.js
  • tests/unit/mockData/alert/ruleDataHttpPost2.js
  • tests/unit/mockData/alert/ruleDataHttpPost2Opt.js
  • tests/unit/mockData/alert/ruleDataHttpPostOpt.js
  • tests/unit/mockData/alert/ruleDataIris.js
  • tests/unit/mockData/alert/ruleDataIris002.js
  • tests/unit/mockData/alert/ruleDataJira.js
  • tests/unit/mockData/alert/ruleDataLark.js
  • tests/unit/mockData/alert/ruleDataMatrixhookshot001.js
  • tests/unit/mockData/alert/ruleDataMatrixhookshot002.js
  • tests/unit/mockData/alert/ruleDataMattermost.js
  • tests/unit/mockData/alert/ruleDataMattermost002.js
  • tests/unit/mockData/alert/ruleDataMsPowerAutomate001.js
  • tests/unit/mockData/alert/ruleDataMsPowerAutomate002.js
  • tests/unit/mockData/alert/ruleDataOpsgenie.js
  • tests/unit/mockData/alert/ruleDataOpsgenie002.js
  • tests/unit/mockData/alert/ruleDataOpsgenie003.js
  • tests/unit/mockData/alert/ruleDataOpsgenie004.js
  • tests/unit/mockData/alert/ruleDataOpsgenie005.js
  • tests/unit/mockData/alert/ruleDataOpsgenie006.js
  • tests/unit/mockData/alert/ruleDataPagerDuty.js
  • tests/unit/mockData/alert/ruleDataPagerDuty002.js
  • tests/unit/mockData/alert/ruleDataPagerDuty003.js
  • tests/unit/mockData/alert/ruleDataPagerDuty004.js
  • tests/unit/mockData/alert/ruleDataPagerDuty005.js
  • tests/unit/mockData/alert/ruleDataPagerTree.js
  • tests/unit/mockData/alert/ruleDataRocketChat.js
  • tests/unit/mockData/alert/ruleDataRocketChat002.js
  • tests/unit/mockData/alert/ruleDataServiceNow.js
  • tests/unit/mockData/alert/ruleDataSes.js
  • tests/unit/mockData/alert/ruleDataSesProfile.js
  • tests/unit/mockData/alert/ruleDataSlack.js
  • tests/unit/mockData/alert/ruleDataSlack002.js
  • tests/unit/mockData/alert/ruleDataSns.js
  • tests/unit/mockData/alert/ruleDataSnsProfile.js
  • tests/unit/mockData/alert/ruleDataStomp.js
  • tests/unit/mockData/alert/ruleDataStompModRequiredAndOpt.js
  • tests/unit/mockData/alert/ruleDataTelegram001.js
  • tests/unit/mockData/alert/ruleDataTelegram002.js
  • tests/unit/mockData/alert/ruleDataTelegram003.js
  • tests/unit/mockData/alert/ruleDataTencentSms.js
  • tests/unit/mockData/alert/ruleDataTencentSmsOpt.js
  • tests/unit/mockData/alert/ruleDataTheHive.js
  • tests/unit/mockData/alert/ruleDataTheHiveOpt.js
  • tests/unit/mockData/alert/ruleDataTwilioCopilot.js
  • tests/unit/mockData/alert/ruleDataTwilioSms.js
  • tests/unit/mockData/alert/ruleDataVictorOps.js
  • tests/unit/mockData/alert/ruleDataVictorOpsOpt.js
  • tests/unit/mockData/alert/ruleDataWorkWeChat.js
  • tests/unit/mockData/alert/ruleDataWorkWeChat002.js
  • tests/unit/mockData/alert/ruleDataZabbix.js
  • tests/unit/mockData/alert/ruleDataZabbixSenderHostPort.js
  • tests/unit/mockData/ruleData.js
  • tests/unit/mockData/ruleDataScanEntireTimefame.js
  • tests/unit/specs/ConfigYamlScanEntireTimefame.spec.js
  • tests/unit/specs/alert/ConfigYamlAlerta.spec.js
  • tests/unit/specs/alert/ConfigYamlAlerta002.spec.js
  • tests/unit/specs/alert/ConfigYamlAlertaOpt.spec.js
  • tests/unit/specs/alert/ConfigYamlAlertmanager.spec.js
  • tests/unit/specs/alert/ConfigYamlAlertmanager002.spec.js
  • tests/unit/specs/alert/ConfigYamlChatwork.spec.js
  • tests/unit/specs/alert/ConfigYamlCommand.spec.js
  • tests/unit/specs/alert/ConfigYamlDataDatadog.spec.js
  • tests/unit/specs/alert/ConfigYamlDingtalk.spec.js
  • tests/unit/specs/alert/ConfigYamlDingtalk002.spec.js
  • tests/unit/specs/alert/ConfigYamlDingtalk003.spec.js
  • tests/unit/specs/alert/ConfigYamlDingtalk004.spec.js
  • tests/unit/specs/alert/ConfigYamlDiscord.spec.js
  • tests/unit/specs/alert/ConfigYamlDiscordOpt.spec.js
  • tests/unit/specs/alert/ConfigYamlEmail.spec.js
  • tests/unit/specs/alert/ConfigYamlEmail002.spec.js
  • tests/unit/specs/alert/ConfigYamlExotel.spec.js
  • tests/unit/specs/alert/ConfigYamlGelf001.spec.js
  • tests/unit/specs/alert/ConfigYamlGelf002.spec.js
  • tests/unit/specs/alert/ConfigYamlGitter.spec.js
  • tests/unit/specs/alert/ConfigYamlGitterOpt.spec.js
  • tests/unit/specs/alert/ConfigYamlGoogleChat.spec.js
  • tests/unit/specs/alert/ConfigYamlGoogleChat002.spec.js
  • tests/unit/specs/alert/ConfigYamlHttpPost.spec.js
  • tests/unit/specs/alert/ConfigYamlHttpPost002.spec.js
  • tests/unit/specs/alert/ConfigYamlHttpPost2.spec.js
  • tests/unit/specs/alert/ConfigYamlHttpPost2Opt.spec.js
  • tests/unit/specs/alert/ConfigYamlHttpPostOpt.spec.js
  • tests/unit/specs/alert/ConfigYamlIris.spec.js
  • tests/unit/specs/alert/ConfigYamlIris002.spec.js
  • tests/unit/specs/alert/ConfigYamlJira.spec.js
  • tests/unit/specs/alert/ConfigYamlLark.spec.js
  • tests/unit/specs/alert/ConfigYamlMatrixhookshot001.spec.js
  • tests/unit/specs/alert/ConfigYamlMatrixhookshot002.spec.js
  • tests/unit/specs/alert/ConfigYamlMattermost.spec.js
  • tests/unit/specs/alert/ConfigYamlMattermost002.spec.js
  • tests/unit/specs/alert/ConfigYamlMsPowerAutomate001.spec.js
  • tests/unit/specs/alert/ConfigYamlMsPowerAutomate002.spec.js
  • tests/unit/specs/alert/ConfigYamlOpsgenie.spec.js
  • tests/unit/specs/alert/ConfigYamlOpsgenie002.spec.js
  • tests/unit/specs/alert/ConfigYamlOpsgenie003.spec.js
  • tests/unit/specs/alert/ConfigYamlOpsgenie004.spec.js
  • tests/unit/specs/alert/ConfigYamlOpsgenie005.spec.js
  • tests/unit/specs/alert/ConfigYamlOpsgenie006.spec.js
  • tests/unit/specs/alert/ConfigYamlPagerDuty.spec.js
  • tests/unit/specs/alert/ConfigYamlPagerDuty002.spec.js
  • tests/unit/specs/alert/ConfigYamlPagerDuty003.spec.js
  • tests/unit/specs/alert/ConfigYamlPagerDuty004.spec.js
  • tests/unit/specs/alert/ConfigYamlPagerDuty005.spec.js
  • tests/unit/specs/alert/ConfigYamlPagerTree.spec.js
  • tests/unit/specs/alert/ConfigYamlRocketChat.spec.js
  • tests/unit/specs/alert/ConfigYamlRocketChat002.spec.js
  • tests/unit/specs/alert/ConfigYamlServiceNow.spec.js
  • tests/unit/specs/alert/ConfigYamlSes.spec.js
  • tests/unit/specs/alert/ConfigYamlSesProfile.spec.js
  • tests/unit/specs/alert/ConfigYamlSlack.spec.js
  • tests/unit/specs/alert/ConfigYamlSlack002.spec.js
  • tests/unit/specs/alert/ConfigYamlSns.spec.js
  • tests/unit/specs/alert/ConfigYamlSnsProfile.spec.js
  • tests/unit/specs/alert/ConfigYamlStomp.spec.js
  • tests/unit/specs/alert/ConfigYamlStompModRequiredAndOpt.spec.js
  • tests/unit/specs/alert/ConfigYamlTelegram001.spec.js
  • tests/unit/specs/alert/ConfigYamlTelegram002.spec.js
  • tests/unit/specs/alert/ConfigYamlTelegram003.spec.js
  • tests/unit/specs/alert/ConfigYamlTencentSms.spec.js
  • tests/unit/specs/alert/ConfigYamlTencentSmsOpt.spec.js
  • tests/unit/specs/alert/ConfigYamlTheHive.spec.js
  • tests/unit/specs/alert/ConfigYamlTheHiveOpt.spec.js
  • tests/unit/specs/alert/ConfigYamlTwilioCopilot.spec.js
  • tests/unit/specs/alert/ConfigYamlTwilioSms.spec.js
  • tests/unit/specs/alert/ConfigYamlVictorOps.spec.js
  • tests/unit/specs/alert/ConfigYamlVictorOpsOpt.spec.js
  • tests/unit/specs/alert/ConfigYamlWorkWeChat.spec.js
  • tests/unit/specs/alert/ConfigYamlWorkWeChat002.spec.js
  • tests/unit/specs/alert/ConfigYamlZabbix.spec.js
  • tests/unit/specs/alert/ConfigYamlZabbixSenderHostPort.spec.js
@nsano-rururu nsano-rururu added the enhancement New feature or request label Jan 3, 2025
@nsano-rururu nsano-rururu self-assigned this Jan 3, 2025
@nsano-rururu nsano-rururu modified the milestones: 2.0.0, 2.x.x Jan 3, 2025
@nsano-rururu nsano-rururu removed the 2.0.0 label Jan 3, 2025
@nsano-rururu nsano-rururu modified the milestones: 2.x.x, 2.1.0 Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.0.1 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant