How to add a custom category property in Kylo?

136 Views Asked by At

I want to define some additional property while creating a category in Kylo. For example, a flag kind of thing. If the flag is Y, pass that category to some database as metadata for that category. Is it possible? If yes, please suggest how to do that.

1

There are 1 best solutions below

4
Jagrut Sharma On BEST ANSWER

You can assign custom properties to a category.

1. Category creation with custom properties

enter image description here

2. View a category's properties

enter image description here

These properties are searchable via Global search.

enter image description here

When the first feed runs in a new category, a Hive database is created with the category's name. You can check this in Hive via the command:

hive> show databases;