For the complete documentation index, see llms.txt. This page is also available as Markdown.

데이터 유형 함수

PantherFlow 데이터 유형 함수

PantherFlow는 Panther 버전 1.110부터 공개 베타로 제공되며, 모든 고객이 사용할 수 있습니다. 버그 보고와 기능 요청은 Panther 지원팀에 공유해 주세요.

array()

array(value1: any, value2: any, valueN: any, ... ) -> 배열

주어진 값으로 배열을 반환합니다.

예:

panther_logs.public.aws_alb
| project myArray=array(receivedBytes, true, 4, "oops")

object()

object([key1: string, value1: any, ... ]) -> 객체

주어진 키-값 쌍으로 객체를 반환합니다.

예:

panther_logs.public.aws_alb
| project myObject=object("bytes", receivedBytes, "static", true)

마지막 업데이트

도움이 되었나요?