How to change the config remove all the O365 miners from the O365 configs except for office365_O365

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

How to change the config remove all the O365 miners from the O365 configs except for office365_O365

L2 Linker

I want to get only "product name = o365"  in the list of https://support.content.office.net/en-us/static/O365IPAddresses.xml

 

Regards,

Naoya

 

 

1 accepted solution

Accepted Solutions

 

Luigi-san

 

Thank you offering config.

 

I conducted a test and confirmed that only product name = "o365 will be included in the PA.

 

Regards,

Naoya

 

 

View solution in original post

2 REPLIES 2

L7 Applicator

Hi @NaoyaToida,

you should remove all the Miner from the usual O365 config except for office365_O365. The resulting config would look like (you can also copy this config and use it inside CONFIG > IMPORT):

Screen Shot 2017-04-24 at 17.52.53.png

 

nodes:
  office365_IPv4s:
    inputs:
      - office365_ipv4aggregator
    output: false
    prototype: stdlib.feedHCWithValue
  office365_IPv6s:
    inputs:
      - office365_ipv6aggregator
    output: false
    prototype: stdlib.feedHCWithValue
  office365_O365:
    inputs: []
    output: true
    prototype: office365.O365
  office365_URLaggregator:
    inputs:
      - office365_O365
    output: true
    prototype: stdlib.aggregatorURL
  office365_URLs:
    inputs:
      - office365_URLaggregator
    output: false
    prototype: stdlib.feedHCWithValue
  office365_ipv4aggregator:
    inputs:
      - office365_O365
    output: true
    prototype: stdlib.aggregatorIPv4Generic
  office365_ipv6aggregator:
    inputs:
      - office365_O365
    output: true
    prototype: stdlib.aggregatorIPv6Simple

 

Luigi-san

 

Thank you offering config.

 

I conducted a test and confirmed that only product name = "o365 will be included in the PA.

 

Regards,

Naoya

 

 

  • 1 accepted solution
  • 3344 Views
  • 2 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!