Create specific column

How to create or what the documentation for this:

I have some data in column message, but i need to create a new column for this IP and network name. This possible?

Yes, this should be possible using runtime fields. Here is a link to the documentation: Manage data views | Kibana Guide [8.2] | Elastic

You'll need to write a script that parses the message and returns the correct data. I'd suggest using a grok runtime field to accomplish this. Details on that here: Explore your data with runtime fields | Elasticsearch Guide [8.2] | Elastic

2 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.