- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-28-2025 11:20 AM
I want to create a dataset to send certain types of logs to this dataset. For example, I want to create a dataset linux_facility_1 for example. Then I want to create a pharse with Ingest that "throws" all the logs of type facilty=1 to this dataset.
I have already tried to create a dataset using:
dataset = linux_linux_raw
| filter syslog_facility = 1
| target type=dataset linux_facility_1
The dataset was created and became type USER and log update type STATE, the pharse was made to ingest the logs in this table, but the logs are not ingested in it.
Does anyone know if there is another way to create the table or if the creation I made is incorrect? I did not find in the documentation how to create the table in another way
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!