2016-03-17 06:11 AM
I have created a feed for the department but it is getting populated under my custom meta, the csv file is in format :
can anyone tell is it right or wrong and if it is wrong then what is right format.
2016-04-01 04:17 AM
Hi Mohd,
Tanks for your response
Yes this link was enought for create a custom meta (thank jeff), but my meta work with another feed . I do not think she is the cause.
Only meta "ip.src" or "ip.dst" is considerate for the indexation with a feed on CIDR. I read in forum or RSA documentation that custom xml with "metacallback" attribut allows to select another meta for indexing, but I can't
For my CSV you see comma because i have open this file with a simply text editor But may be is the cause, I will try to create this CSV with EXCEL....
Thank MOhd for your research.
2016-04-01 05:39 AM
I try with EXCEL (classic CSV & DOS CSV) but nothing...
2016-04-01 06:49 AM
what CSV you have deployed can you show a sample
2016-04-01 07:02 AM
Yes of course. 2 examples With the same custom meta (project.name) :
Not working on CIDR with references "device.ip" meta (feed creation with custom csv, i try use metacallback) :
Working on CIDR with references "ip.src" or "ip.dst" (feeds creation with assistant) :
2016-04-01 07:30 AM
If you want the desired callback keys while using CIDR notation then you can go with creating XML feed file for that particular feed, defining and mapping the meta in that XML, upload it into the "advanced option" in "configure custom feed" and moving forward select the ip and CIDR notation.
2016-04-01 07:40 AM
I can see that you have created that also let me check I have deployed the same by creating the XML definition file in my practice lab
2016-04-01 07:41 AM
Yes of course i try it, my xml is accepted on feed creation but don't work. For "difining and mapping the meta" is <MetaCallback>, true ? I try this declaration but nothing :
...
<MetaCallback name="Device IP" valuetype="IPv4" ignorecase="true">
<Meta name="device.ip"></Meta>
</MetaCallback>
<LanguageKeys>
<LanguageKey name="project.name" valuetype="Text" />
</LanguageKeys>
<Fields>
<Field index="1" type="index" range="cidr" />
<Field index="2" type="value" key="project.name" />
</Fields>
...
Sorry but what do you mean By "and moving forward select the ip and CIDR notation." ?
2016-04-01 07:46 AM
Put
<?xml version="1.0" encoding="UTF-8"?>
at the start of the XML file and also check the XML file
2016-04-01 07:50 AM
Sorry but i try it last time and nothing. Actualy my CSV is :
It's work with your practice lab ?