Forum Discussion
PeterSchawacker
Mar 31, 2019Brass Contributor
Field normalization and categorization at point of ingest on the roadmap?
Is data normalization/categorization on the roadmap? I want to be able to query across multiple tables for IP addresses. Currently, it appears that I have to know what various names of IP address fie...
CliveWatson
Apr 01, 2019Former Employee
The product group will have to say if normalization is on the cards, you can check the Tables, if you have a test IP address. This will list the Table name & tables are added infrequently (generally) and you would have to adapt your query to JOIN / Union this new data.
search "10.10.10.10" | summarize count() by $table