Thanks @Takanobu for your reply. I will make it configurable and default as
disable.
Takanobu Asanuma 于2021年10月13日周三 下午3:34写道:
> I think many users parse audit logs in their own way, and they will be
> affected if the format is changed. So I agree with Masatake's suggestion.
> - Takanobu
>
> 202
I think many users parse audit logs in their own way, and they will be
affected if the format is changed. So I agree with Masatake's suggestion.
- Takanobu
2021年10月11日(月) 18:19 tom lee :
> Thanks @Masatake Iwasaki for your
> suggestion. This is a good idea.
>
> Masatake Iwasaki 于2021年10月11日周一 下
Thanks @Masatake Iwasaki for your
suggestion. This is a good idea.
Masatake Iwasaki 于2021年10月11日周一 下午3:26写道:
> > I am not sure whether we can directly go and change this. Any changes to
> Audit Log format are considered incompatible.
> >
> >
> https://hadoop.apache.org/docs/stable/hadoop-projec
I am not sure whether we can directly go and change this. Any changes to Audit
Log format are considered incompatible.
https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/Compatibility.html#Audit_Log_Output
Adding a field for caller context seemed to be accepted since it is
However, adding port is to modify the internal content of the IP field,
which has little impact on the overall layout.
In our cluster, we parse the audit log through Vector and send the data to
Kafka, which is unaffected.
tom lee 于2021年10月11日周一 下午2:44写道:
> Thank Ayush for reminding me. I also h
Thank Ayush for reminding me. I also have similar concerns, so I published
this discussion, hoping to let the members of the community know about this
matter and then give suggestions.
Ayush Saxena 于2021年10月11日周一 下午2:38写道:
> Hey
> I am not sure whether we can directly go and change this. Any cha
Hey
I am not sure whether we can directly go and change this. Any changes to Audit
Log format are considered incompatible.
https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/Compatibility.html#Audit_Log_Output
-Ayush
> On 10-Oct-2021, at 7:57 PM, tom lee wrote:
>
> Hi al