Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

When existing miner is connected to an existing aggregator, indicators are not pushed #213

Closed
jtschichold opened this issue May 15, 2017 · 0 comments
Assignees
Labels

Comments

@jtschichold
Copy link
Member

Description

When an already existing miner is connected to an already existing aggregator, the indicators inside the miner are not pushed to the aggregator.

How to reproduce

Install the following config and commit:

nodes:
  miner_1:
    inputs: []
    output: true
    prototype: spamhaus.DROP
  miner_2:
    inputs: []
    output: true
    prototype: spamhaus.EDROP
  IPv4Aggregator:
    inputs:
      - miner_1
    output: true
    prototype: stdlib.aggregatorIPv4Generic
  IPv4Feed:
    inputs:
      - IPv4Aggregator
    output: false
    prototype: stdlib.feedHCWithValue

When the engine is running again, connect IPv4Aggregator to miner_2 and commit again.

Expected the number of indicators in IPv4Aggregator should increase and should be roughly the sum of the indicators in miner_1 and miner_2

Result number of indicators in IPv4Aggregator does not increment, and there no UPDATEs are produced by miner_2

@jtschichold jtschichold self-assigned this May 15, 2017
jtschichold added a commit to jtschichold/minemeld-core that referenced this issue May 16, 2017
…ource is added to an existing processor

Signed-off-by: Luigi Mori <lmori@paloaltonetworks.com>
@jtschichold jtschichold mentioned this issue May 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant